[SCM] Debian packaging of perlindex branch, master, updated. 5717118248f6ab17157f95924fcadac16f23ad17

Damyan Ivanov dmn at debian.org
Wed Jan 25 15:47:38 UTC 2012


The following commit has been merged in the master branch:
commit 5717118248f6ab17157f95924fcadac16f23ad17
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Jan 25 17:47:30 2012 +0200

    postrm: add /var/cache/perlindex/index_if.new to the list of files to purge
    
    gregor saw this. good catch!

diff --git a/debian/changelog b/debian/changelog
index 7f799c1..af06989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ perlindex (1.605-4) UNRELEASED; urgency=low
   * cron.daily: create /var/cache/perlindex if it doesn't exist
     Thanks to Ansgar Burchardt
   * add a patch replacing usage of deprecated 'find.pl' with File::Find
+  * postrm: add /var/cache/perlindex/index_if.new to the list of files to
+    purge
 
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:49:51 +0200
 
diff --git a/debian/perlindex.postrm b/debian/perlindex.postrm
index 7fe4afc..a53830a 100644
--- a/debian/perlindex.postrm
+++ b/debian/perlindex.postrm
@@ -13,6 +13,7 @@ case "$1" in
 				rm -f /var/cache/perlindex/index_fn \
 					/var/cache/perlindex/index_idf \
 					/var/cache/perlindex/index_if \
+					/var/cache/perlindex/index_if.new \
 					/var/cache/perlindex/index_seen
 			fi
 		fi

-- 
Debian packaging of perlindex



More information about the Pkg-perl-cvs-commits mailing list