The branch, master has been updated via 95acd68436da0be7df66860033cfc1652115a071 (commit) from c431faa63365c6a495664776a3f415d062c4b21d (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 95acd68436da0be7df66860033cfc1652115a071 Author: Jan Engelhardt <jengelh@inai.de> Date: Mon Nov 12 08:33:44 2012 +0100 Continue to run even in the absence of AM_SILENT_RULES. ----------------------------------------------------------------------- Summary of changes: configure.ac | 4 ++-- debian/changelog | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/configure.ac b/configure.ac index 4cbd43d..ff464b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_INIT([libpam-x2go], [1.0.1]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 -Wno-portability]) -AM_SILENT_RULES([yes]) +AM_INIT_AUTOMAKE([-Wno-portability]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CC # the Google Test targets are cpp diff --git a/debian/changelog b/debian/changelog index 2094196..06be995 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libpam-x2go (0.0.0.2-0~x2go1) UNRELEASED; urgency=low - * Continue development... + [ Jan Engelhardt ] + * New upstream version (0.0.0.2): + - Continue to run even in the absence of AM_SILENT_RULES. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 11 Nov 2012 13:57:44 +0100 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)).