[Pkg-cron-devel] [SCM] Git repository for pkg-cron branch, master, updated. debian/3.0pl1-124-2-gf065642

Javier Fernandez-Sanguino jfs at debian.org
Wed Apr 3 18:27:33 UTC 2013


The following commit has been merged in the master branch:
commit f0656425c833b1cead11bae34caea06c3fbeba06
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Tue Jul 3 23:24:22 2012 +0200

    Use the 124 as suggested by Adam D. Barratt. Since the version should be based on the version of the package preparing, not the first version of the package that lacked the configuration file

diff --git a/debian/postinst b/debian/postinst
index 05bdb64..ac97c9e 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -32,7 +32,7 @@ done
 
 # 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" -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/cron.daily/standard "3.0pl1-124" -- "$@"
 # 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 c24cce3..582a330 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -3,7 +3,7 @@ set -e
 
 # 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" -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/cron.daily/standard "3.0pl1-124" -- "$@"
 
 if [ "$1" = "purge" ]; then 
     rm -f /etc/cron.allow /etc/cron.deny
diff --git a/debian/preinst b/debian/preinst
index bc064ad..c1e75ce 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -3,6 +3,6 @@ set -e
 
 # 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" -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/cron.daily/standard "3.0pl1-124" -- "$@"
 
 #DEBHELPER#

-- 
Git repository for pkg-cron



More information about the Pkg-cron-devel mailing list