[23192] in Source-Commits
/svn/athena r22853 - trunk/debathena/config/lprng-config/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sun Apr 6 18:45:13 2008
Date: Sun, 6 Apr 2008 18:44:42 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804062244.SAA01451@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 18:44:41 -0400 (Sun, 06 Apr 2008)
New Revision: 22853
Modified:
trunk/debathena/config/lprng-config/debian/changelog
trunk/debathena/config/lprng-config/debian/control
trunk/debathena/config/lprng-config/debian/control.in
trunk/debathena/config/lprng-config/debian/rules
Log:
Modified: trunk/debathena/config/lprng-config/debian/changelog
===================================================================
--- trunk/debathena/config/lprng-config/debian/changelog 2008-04-06 22:44:03 UTC (rev 22852)
+++ trunk/debathena/config/lprng-config/debian/changelog 2008-04-06 22:44:41 UTC (rev 22853)
@@ -1,3 +1,9 @@
+debathena-lprng-config (1.4) unstable; urgency=low
+
+ * Convert to the new config-package-dev interface
+
+ -- Shreevatsa R <vatsa@mit.edu> Sun, 6 Apr 2008 18:21:22 -0400
+
debathena-lprng-config (1.3debathena2) unstable; urgency=low
* Add debathena-lprng-no-server-config as a Recommends:
Modified: trunk/debathena/config/lprng-config/debian/control
===================================================================
--- trunk/debathena/config/lprng-config/debian/control 2008-04-06 22:44:03 UTC (rev 22852)
+++ trunk/debathena/config/lprng-config/debian/control 2008-04-06 22:44:41 UTC (rev 22853)
@@ -2,12 +2,14 @@
Section: debathena-config/net
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 (>= 3.7~)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), config-package-dev
Standards-Version: 3.7.2
Package: debathena-lprng-config
Architecture: all
Depends: lprng, debathena-hesiod-config, debathena-kerberos-config, ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
Recommends: debathena-lprng-no-server-config
Description: Printing configuration for Debian-Athena
This packages configures lprng to get printer information from
Modified: trunk/debathena/config/lprng-config/debian/control.in
===================================================================
--- trunk/debathena/config/lprng-config/debian/control.in 2008-04-06 22:44:03 UTC (rev 22852)
+++ trunk/debathena/config/lprng-config/debian/control.in 2008-04-06 22:44:41 UTC (rev 22853)
@@ -8,6 +8,8 @@
Package: debathena-lprng-config
Architecture: all
Depends: lprng, debathena-hesiod-config, debathena-kerberos-config, ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
Recommends: debathena-lprng-no-server-config
Description: Printing configuration for Debian-Athena
This packages configures lprng to get printer information from
Modified: trunk/debathena/config/lprng-config/debian/rules
===================================================================
--- trunk/debathena/config/lprng-config/debian/rules 2008-04-06 22:44:03 UTC (rev 22852)
+++ trunk/debathena/config/lprng-config/debian/rules 2008-04-06 22:44:41 UTC (rev 22853)
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
-DEBATHENA_DIVERT_FILES_debathena-lprng-config += \
+DEB_DIVERT_EXTENSION = .debathena
+DEB_DIVERT_FILES_debathena-lprng-config += \
/etc/lprng/lpd.conf.debathena
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
+