[23258] in Source-Commits

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

/svn/athena r22919 - trunk/debathena/config/lprng-no-server-config/debian

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Mon Apr 21 17:38:08 2008

Date: Mon, 21 Apr 2008 17:37:35 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804212137.RAA16266@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2008-04-21 17:37:34 -0400 (Mon, 21 Apr 2008)
New Revision: 22919

Removed:
   trunk/debathena/config/lprng-no-server-config/debian/debathena-lprng-no-server-config.dirs
   trunk/debathena/config/lprng-no-server-config/debian/debathena-lprng-no-server-config.postinst
   trunk/debathena/config/lprng-no-server-config/debian/debathena-lprng-no-server-config.prerm
Modified:
   trunk/debathena/config/lprng-no-server-config/debian/changelog
   trunk/debathena/config/lprng-no-server-config/debian/control
   trunk/debathena/config/lprng-no-server-config/debian/control.in
   trunk/debathena/config/lprng-no-server-config/debian/rules
Log:
In lprng-no-server-config:
  * Use new DEB_REMOVE_FILES system in config-package-dev 4.4.


Modified: trunk/debathena/config/lprng-no-server-config/debian/changelog
===================================================================
--- trunk/debathena/config/lprng-no-server-config/debian/changelog	2008-04-21 20:34:25 UTC (rev 22918)
+++ trunk/debathena/config/lprng-no-server-config/debian/changelog	2008-04-21 21:37:34 UTC (rev 22919)
@@ -1,3 +1,9 @@
+debathena-lprng-no-server-config (1.1) unstable; urgency=low
+
+  * Use new DEB_REMOVE_FILES system in config-package-dev 4.4.
+
+ -- Tim Abbott <tabbott@mit.edu>  Sat, 19 Apr 2008 20:31:36 -0400
+
 debathena-lprng-no-server-config (1.0) unstable; urgency=low
 
   * Initial release.

Modified: trunk/debathena/config/lprng-no-server-config/debian/control
===================================================================
--- trunk/debathena/config/lprng-no-server-config/debian/control	2008-04-21 20:34:25 UTC (rev 22918)
+++ trunk/debathena/config/lprng-no-server-config/debian/control	2008-04-21 21:37:34 UTC (rev 22919)
@@ -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)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), config-package-dev (>= 4.4)
 Standards-Version: 3.7.2
 
 Package: debathena-lprng-no-server-config
 Architecture: all
 Depends: debathena-lprng-config
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
 Description: Remove lprng's cron job and init script
  This package makes lprng not run a server.
 

Modified: trunk/debathena/config/lprng-no-server-config/debian/control.in
===================================================================
--- trunk/debathena/config/lprng-no-server-config/debian/control.in	2008-04-21 20:34:25 UTC (rev 22918)
+++ trunk/debathena/config/lprng-no-server-config/debian/control.in	2008-04-21 21:37:34 UTC (rev 22919)
@@ -8,6 +8,8 @@
 Package: debathena-lprng-no-server-config
 Architecture: all
 Depends: debathena-lprng-config
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
 Description: Remove lprng's cron job and init script
  This package makes lprng not run a server.
 

Deleted: trunk/debathena/config/lprng-no-server-config/debian/debathena-lprng-no-server-config.dirs

Deleted: trunk/debathena/config/lprng-no-server-config/debian/debathena-lprng-no-server-config.postinst

Deleted: trunk/debathena/config/lprng-no-server-config/debian/debathena-lprng-no-server-config.prerm

Modified: trunk/debathena/config/lprng-no-server-config/debian/rules
===================================================================
--- trunk/debathena/config/lprng-no-server-config/debian/rules	2008-04-21 20:34:25 UTC (rev 22918)
+++ trunk/debathena/config/lprng-no-server-config/debian/rules	2008-04-21 21:37:34 UTC (rev 22919)
@@ -1,4 +1,10 @@
 #!/usr/bin/make -f
 
 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+DEB_UNREMOVE_FILES_debathena-lprng-no-server-config += \
+	/etc/cron.daily/lprng
+DEB_UNREMOVE_FILES_VERSION_/etc/cron.daily/lprng = 1.0
+DEB_REMOVE_FILES_debathena-lprng-no-server-config += \
+	/etc/cron.daily/lprng
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/replace-files.mk


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