[23207] in Source-Commits
/svn/athena r22868 - trunk/debathena/config/quota-config/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sun Apr 6 20:44:37 2008
Date: Sun, 6 Apr 2008 20:44:05 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804070044.UAA03811@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-06 20:44:05 -0400 (Sun, 06 Apr 2008)
New Revision: 22868
Modified:
trunk/debathena/config/quota-config/debian/changelog
trunk/debathena/config/quota-config/debian/control
trunk/debathena/config/quota-config/debian/control.in
trunk/debathena/config/quota-config/debian/rules
Log:
Modified: trunk/debathena/config/quota-config/debian/changelog
===================================================================
--- trunk/debathena/config/quota-config/debian/changelog 2008-04-07 00:41:24 UTC (rev 22867)
+++ trunk/debathena/config/quota-config/debian/changelog 2008-04-07 00:44:05 UTC (rev 22868)
@@ -1,3 +1,9 @@
+debathena-quota-config (1.1) unstable; urgency=low
+
+ * Convert to the new config-package-dev interface
+
+ -- Shreevatsa R <vatsa@mit.edu> Sun, 6 Apr 2008 18:58:43 -0400
+
debathena-quota-config (1.0debathena3) unstable; urgency=low
* Rebuild against debathena-config-build-common 3.4.
Modified: trunk/debathena/config/quota-config/debian/control
===================================================================
--- trunk/debathena/config/quota-config/debian/control 2008-04-07 00:41:24 UTC (rev 22867)
+++ trunk/debathena/config/quota-config/debian/control 2008-04-07 00:44:05 UTC (rev 22868)
@@ -2,11 +2,13 @@
Section: debathena-config/utils
Priority: extra
Maintainer: Debian-Athena Project <debathena@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), debathena-config-build-common
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), config-package-dev
Standards-Version: 3.7.2
Package: debathena-quota-config
Architecture: all
Depends: debathena-quota (>= 9.4.0-0debathena2~), ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
Description: Set Athena quota as default
This package makes /usr/bin/quota point to the Debian-Athena version.
Modified: trunk/debathena/config/quota-config/debian/control.in
===================================================================
--- trunk/debathena/config/quota-config/debian/control.in 2008-04-07 00:41:24 UTC (rev 22867)
+++ trunk/debathena/config/quota-config/debian/control.in 2008-04-07 00:44:05 UTC (rev 22868)
@@ -8,5 +8,7 @@
Package: debathena-quota-config
Architecture: all
Depends: debathena-quota (>= 9.4.0-0debathena2~), ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
Description: Set Athena quota as default
This package makes /usr/bin/quota point to the Debian-Athena version.
Modified: trunk/debathena/config/quota-config/debian/rules
===================================================================
--- trunk/debathena/config/quota-config/debian/rules 2008-04-07 00:41:24 UTC (rev 22867)
+++ trunk/debathena/config/quota-config/debian/rules 2008-04-07 00:44:05 UTC (rev 22868)
@@ -1,8 +1,10 @@
#!/usr/bin/make -f
DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
-DEBATHENA_DIVERT_FILES_debathena-quota-config += \
+DEB_DIVERT_EXTENSION = .debathena
+DEB_DIVERT_FILES_debathena-quota-config += \
/usr/bin/quota.debathena \
/usr/share/man/man1/quota.debathena.1.gz
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/debathena-divert.mk
+include /usr/share/cdbs/1/rules/replace-files.mk
+