[23590] in Source-Commits
/svn/athena r23231 - trunk/debathena/config/pam-config/debian
daemon@ATHENA.MIT.EDU (price@MIT.EDU)
Sat Nov 1 07:55:18 2008
Date: Sat, 1 Nov 2008 07:54:49 -0400 (EDT)
From: price@MIT.EDU
Message-Id: <200811011154.HAA23615@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: price
Date: 2008-11-01 07:54:48 -0400 (Sat, 01 Nov 2008)
New Revision: 23231
Modified:
trunk/debathena/config/pam-config/debian/changelog
trunk/debathena/config/pam-config/debian/rules
Log:
debathena-pam-config: fix dependencies in new-style case
Had not correctly accounted for ~ suffixes.
Modified: trunk/debathena/config/pam-config/debian/changelog
===================================================================
--- trunk/debathena/config/pam-config/debian/changelog 2008-11-01 10:17:31 UTC (rev 23230)
+++ trunk/debathena/config/pam-config/debian/changelog 2008-11-01 11:54:48 UTC (rev 23231)
@@ -1,3 +1,9 @@
+debathena-pam-config (1.8) unstable; urgency=low
+
+ * fix dependencies in new-style case, to account for ~ suffixes
+
+ -- Greg Price <price@mit.edu> Sat, 1 Nov 2008 07:39:32 -0400
+
debathena-pam-config (1.7) unstable; urgency=low
* Take advantage of pam-auth-update in libpam-runtime (>= 1.0.1-4ubuntu1),
Modified: trunk/debathena/config/pam-config/debian/rules
===================================================================
--- trunk/debathena/config/pam-config/debian/rules 2008-11-01 10:17:31 UTC (rev 23230)
+++ trunk/debathena/config/pam-config/debian/rules 2008-11-01 11:54:48 UTC (rev 23231)
@@ -48,9 +48,9 @@
echo -n "debathena-pam-config-depends="; \
echo -n "libpam-runtime (>= 1.0.1-4ubuntu1),"; \
echo -n "libpam-krb5-config,"; \
- 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 -n "libpam-krb524 (>> 1.3-0debathena3),"; \
+ echo -n "libpam-athena-locker (>> 2.1-0debathena2),"; \
+ echo -n "libpam-debathena-home-type (>> 1.1-0debathena1),"; \
) >>debian/debathena-pam-config.substvars
else
debathena-pam-config-substvars: