[23996] in Source-Commits
/svn/athena r23605 - trunk/debathena/config/libpam-krb5-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Thu Mar 12 12:44:51 2009
Date: Thu, 12 Mar 2009 12:44:43 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903121644.n2CGihQl015893@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-12 12:44:43 -0400 (Thu, 12 Mar 2009)
New Revision: 23605
Modified:
trunk/debathena/config/libpam-krb5-config/debian/changelog
trunk/debathena/config/libpam-krb5-config/debian/rules
Log:
In libpam-krb5-config:
* Remove and replace the config file provided by libpam-krb5 in Jaunty.
Modified: trunk/debathena/config/libpam-krb5-config/debian/changelog
===================================================================
--- trunk/debathena/config/libpam-krb5-config/debian/changelog 2009-03-12 06:43:21 UTC (rev 23604)
+++ trunk/debathena/config/libpam-krb5-config/debian/changelog 2009-03-12 16:44:43 UTC (rev 23605)
@@ -1,3 +1,9 @@
+libpam-krb5-config (0.0.6) unstable; urgency=low
+
+ * Remove and replace the config file provided by libpam-krb5 in Jaunty.
+
+ -- Evan Broder <broder@mit.edu> Thu, 12 Mar 2009 12:37:34 -0400
+
libpam-krb5-config (0.0.5) unstable; urgency=low
* Move to the debathena-config component from the debathena component.
Modified: trunk/debathena/config/libpam-krb5-config/debian/rules
===================================================================
--- trunk/debathena/config/libpam-krb5-config/debian/rules 2009-03-12 06:43:21 UTC (rev 23604)
+++ trunk/debathena/config/libpam-krb5-config/debian/rules 2009-03-12 16:44:43 UTC (rev 23605)
@@ -1,7 +1,12 @@
#!/usr/bin/make -f
+DEB_DIVERT_EXTENSION = .debathena
+DEB_REMOVE_FILES_libpam-krb5-config += \
+ /usr/share/pam-configs/krb5
+
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/config-package.mk
install/libpam-krb5-config::
install -D -m 644 debian/libpam-krb5-config.pam-config \
- $(DEB_DESTDIR)/usr/share/pam-configs/krb5
+ $(DEB_DESTDIR)/usr/share/pam-configs/krb5.debathena