The branch, master has been updated via 1e3ac9dba105f937eaefe2357ca1aafebb63e721 (commit) from d2097c196710ce26e8f845ec528a2eded8107396 (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 1e3ac9dba105f937eaefe2357ca1aafebb63e721 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 12:41:31 2012 +0100 change-over to CDBS ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- debian/rules | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) The diff of changes is: diff --git a/configure.ac b/configure.ac index 2f729c2..b3e9ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ fi # X2Go ########################### -PKG_CHECK_MODULES(X2GO, x2go) +PKG_CHECK_MODULES(LIBSSH, libssh) ########################### # Local Install diff --git a/debian/rules b/debian/rules index 47a9b64..c19b8ef 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,4 @@ #!/usr/bin/make -f -%: - dh $@ - -override_dh_auto_configure: - aclocal && automake --add-missing - ./configure $(shell dpkg-buildflags --export=configure) - -override_dh_install: - dh_install - find debian/libpam-x2go -name '*.a' -delete - find debian/libpam-x2go -name '*.la' -delete +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk 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)).