[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. debian/0.6-1-11-g7ff6a1a

Enrico Zini enrico at enricozini.org
Sun May 23 14:17:21 UTC 2010


The following commit has been merged in the master branch:
commit 3ec3d90e5178b0319b8f8e761a8887d13388e7a0
Author: Enrico Zini <enrico at enricozini.org>
Date:   Sun May 23 15:01:51 2010 +0100

    Fix configure.ac PAM bits. Thanks to Mathieu Bridon and Sebastian Dziallas.

diff --git a/configure.ac b/configure.ac
index ccf78c6..cc13376 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_CHECK_LIB(pam, pam_start,
 )
 
 AC_CHECK_LIB(pam_misc, main,
-	[ PAM_LIBS="$LIBPAM -lpam_misc" ],
+	[ PAM_LIBS="$PAM_LIBS -lpam_misc" ],
 	AC_MSG_ERROR(libpam_misc is missing)
 )
 AC_SUBST(PAM_LIBS)
diff --git a/debian/changelog b/debian/changelog
index 521055b..c4fcf48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nodm (0.7-1) unstable; urgency=low
+
+  * New upstream version
+     - Fix configure.ac PAM bits. Thanks to Mathieu Bridon and Sebastian
+       Dziallas.
+
+ -- Enrico Zini <enrico at debian.org>  Sun, 23 May 2010 15:00:46 +0100
+
 nodm (0.6-3) unstable; urgency=low
 
   * Added /etc/insserv.conf.d/nodm. Closes: #554840.

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list