[X2go-Commits] libpam-x2go.git - master (branch) updated: dafaacc2c12d341124d43a1df8713b11d2e2d4b4

X2Go dev team git-admin at x2go.org
Fri Nov 9 12:18:49 CET 2012


The branch, master has been updated
       via  dafaacc2c12d341124d43a1df8713b11d2e2d4b4 (commit)
       via  1c24fc65e44cd793f67c065fab2a77f81b52913f (commit)
      from  05d95fb0cce001c862e65233793157f5c1033570 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dafaacc2c12d341124d43a1df8713b11d2e2d4b4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 9 12:18:17 2012 +0100

    Override auto_build with our own automake mechanism.

commit 1c24fc65e44cd793f67c065fab2a77f81b52913f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 9 12:17:40 2012 +0100

    wrap too-long-changelog-line

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    5 +++--
 debian/rules     |    6 +++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index beabd44..380aade 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low
 
   * Initial upstream release. Forked from libpam-freerdp.
   * Adaptations of the forked original to work with X2Go:
-    - Check the authentication token via libssh (ssh login to the remote server).
+    - Check the authentication token via libssh (ssh login to the remote
+      server).
   * /debian/rules:
-    - Use dh-autoreconf with debhelper.
+    - Override auto_build with our own automake mechanism.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 09 Nov 2012 01:10:25 +0100
diff --git a/debian/rules b/debian/rules
index a69e88d..47a9b64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with-autoreconf
+	dh $@
+
+override_dh_auto_configure:
+	aclocal && automake --add-missing
+	./configure $(shell dpkg-buildflags --export=configure)
 
 override_dh_install:
 	dh_install


hooks/post-receive
-- 
libpam-x2go.git (Remote login session via X2Go (PAM module))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).




More information about the x2go-commits mailing list