[Pkg-cron-devel] [SCM] Git repository for pkg-cron branch, master, updated. debian/3.0pl1-123-1-g3165cda

Javier Fernandez-Sanguino jfs at debian.org
Thu Jun 28 10:09:37 UTC 2012


The following commit has been merged in the master branch:
commit 3165cda941e91c66510c447f634d6a263e1b2a19
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Thu Jun 28 12:09:24 2012 +0200

    Remove obsolete /etc/cron.daily/standard on upgrade. (Closes: #679062)

diff --git a/debian/changelog b/debian/changelog
index b0847e0..4778da4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cron (3.0pl1-124) unstable; urgency=low
+
+  * debian/{preinst,postinst,postrm}: remove obsolete /etc/cron.daily/standard
+    on upgrade. (Closes: #679062)
+
+ -- Javier Fernández-Sanguino Peña <jfs at debian.org>  Thu, 28 Jun 2012 12:08:09 +0200
+
 cron (3.0pl1-123) unstable; urgency=low
 
   * debian/standard.daily: Apply patch from Steve Allison to prevent checking
diff --git a/debian/postinst b/debian/postinst
index 6d6fc49..05bdb64 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -30,8 +30,9 @@ for fname in allow deny ; do
     fi
 done
 
-# Conffile has become obsolete
+# Conffiles that are now obsolete
 dpkg-maintscript-helper rm_conffile /etc/cron.monthly/standard "3.0pl1-113" -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/cron.daily/standard "3.0pl1-123" -- "$@"
 # If dpkg-maintscript-helper renames it instead of removing it because it has
 # local modifications, we must rename it back to a valid name, or crond
 # will not accept it. Thanks to Raphaël Hertzog for the tip.
diff --git a/debian/postrm b/debian/postrm
index 7fa22ac..c24cce3 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,8 +1,9 @@
 #!/bin/sh
 set -e
 
-# Conffile has become obsolete
+# Conffiles that are now obsolete
 dpkg-maintscript-helper rm_conffile /etc/cron.monthly/standard "3.0pl1-113" -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/cron.daily/standard "3.0pl1-123" -- "$@"
 
 if [ "$1" = "purge" ]; then 
     rm -f /etc/cron.allow /etc/cron.deny
diff --git a/debian/preinst b/debian/preinst
index c4d9d06..bc064ad 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -1,7 +1,8 @@
 #!/bin/sh
 set -e
 
-# Conffile has become obsolete
+# Conffiles that are now obsolete
 dpkg-maintscript-helper rm_conffile /etc/cron.monthly/standard "3.0pl1-113" -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/cron.daily/standard "3.0pl1-123" -- "$@"
 
 #DEBHELPER#

-- 
Git repository for pkg-cron



More information about the Pkg-cron-devel mailing list