The branch, build-main has been updated via dafaacc2c12d341124d43a1df8713b11d2e2d4b4 (commit) from 1c24fc65e44cd793f67c065fab2a77f81b52913f (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- debian/rules | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 449489f..380aade 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,6 @@ libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low - 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@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)).