[24082] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23686 - trunk/debathena/config/pam-config/debian

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Thu Apr 2 14:13:53 2009

Date: Thu, 2 Apr 2009 14:13:43 -0400
From: Anders Kaseorg <andersk@MIT.EDU>
Message-Id: <200904021813.n32IDhgQ025014@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: andersk
Date: 2009-04-02 14:13:43 -0400 (Thu, 02 Apr 2009)
New Revision: 23686

Modified:
   trunk/debathena/config/pam-config/debian/changelog
   trunk/debathena/config/pam-config/debian/rules
Log:
In pam-config:
  * Fix FTBFS on squeeze due to a missing newline in the generated
    debathena-pam-config.substvars.


Modified: trunk/debathena/config/pam-config/debian/changelog
===================================================================
--- trunk/debathena/config/pam-config/debian/changelog	2009-04-01 16:28:42 UTC (rev 23685)
+++ trunk/debathena/config/pam-config/debian/changelog	2009-04-02 18:13:43 UTC (rev 23686)
@@ -1,8 +1,10 @@
 debathena-pam-config (1.14) unstable; urgency=low
 
   * Avoid a harmless OMINOUS WARNING on upgrades.
+  * Fix FTBFS on squeeze due to a missing newline in the generated
+    debathena-pam-config.substvars.
 
- -- Anders Kaseorg <andersk@mit.edu>  Fri, 20 Mar 2009 17:16:23 -0400
+ -- Anders Kaseorg <andersk@mit.edu>  Thu, 02 Apr 2009 13:47:39 -0400
 
 debathena-pam-config (1.13) unstable; urgency=low
 

Modified: trunk/debathena/config/pam-config/debian/rules
===================================================================
--- trunk/debathena/config/pam-config/debian/rules	2009-04-01 16:28:42 UTC (rev 23685)
+++ trunk/debathena/config/pam-config/debian/rules	2009-04-02 18:13:43 UTC (rev 23686)
@@ -50,6 +50,7 @@
 	  echo -n "libpam-krb524 (>= 1.3-0debathena3~),"; \
 	  echo -n "libpam-athena-locker (>= 2.1-0debathena3~),"; \
 	  echo -n "libpam-debathena-home-type (>= 1.1-0debathena2~),"; \
+	  echo \
 	) >>debian/debathena-pam-config.substvars
 else
 debathena-pam-config-substvars:
@@ -59,6 +60,7 @@
 	  echo -n "libpam-krb524,"; \
 	  echo -n "libpam-athena-locker,"; \
 	  echo -n "libpam-debathena-home-type,"; \
+	  echo \
 	) >>debian/debathena-pam-config.substvars
 endif
 


home help back first fref pref prev next nref lref last post