r23877 - in /trunk/libmodule-corelist-perl/debian: changelog postrm preinst

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Aug 7 10:59:13 UTC 2008


Author: ntyni
Date: Thu Aug  7 10:59:10 2008
New Revision: 23877

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23877
Log:
debian/{preinst,postrm}: add a diversion for corelist.1.gz, so
that our version of the manual page overrides the older one from
the perl package. (Closes: #474529)

Modified:
    trunk/libmodule-corelist-perl/debian/changelog
    trunk/libmodule-corelist-perl/debian/postrm
    trunk/libmodule-corelist-perl/debian/preinst

Modified: trunk/libmodule-corelist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/debian/changelog?rev=23877&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/debian/changelog (original)
+++ trunk/libmodule-corelist-perl/debian/changelog Thu Aug  7 10:59:10 2008
@@ -1,3 +1,11 @@
+libmodule-corelist-perl (2.15-2) unstable; urgency=low
+
+  * debian/{preinst,postrm}: add a diversion for corelist.1.gz, so
+    that our version of the manual page overrides the older one from
+    the perl package. (Closes: #474529)
+
+ -- Niko Tyni <ntyni at debian.org>  Thu, 07 Aug 2008 13:58:20 +0300
+
 libmodule-corelist-perl (2.15-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libmodule-corelist-perl/debian/postrm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/debian/postrm?rev=23877&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/debian/postrm (original)
+++ trunk/libmodule-corelist-perl/debian/postrm Thu Aug  7 10:59:10 2008
@@ -4,6 +4,9 @@
 then
     dpkg-divert --remove --package libmodule-corelist-perl --rename \
         --divert /usr/bin/corelist.bundled /usr/bin/corelist
+
+    dpkg-divert --remove --package libmodule-corelist-perl --rename \
+        --divert /usr/share/man/man1/corelist.bundled.1.gz /usr/share/man/man1/corelist.1.gz
 fi
 
 # dh_installdeb will replace this with shell code automatically

Modified: trunk/libmodule-corelist-perl/debian/preinst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-corelist-perl/debian/preinst?rev=23877&op=diff
==============================================================================
--- trunk/libmodule-corelist-perl/debian/preinst (original)
+++ trunk/libmodule-corelist-perl/debian/preinst Thu Aug  7 10:59:10 2008
@@ -4,6 +4,9 @@
 then
     dpkg-divert --add --package libmodule-corelist-perl --rename \
         --divert /usr/bin/corelist.bundled /usr/bin/corelist
+
+    dpkg-divert --add --package libmodule-corelist-perl --rename \
+        --divert /usr/share/man/man1/corelist.bundled.1.gz /usr/share/man/man1/corelist.1.gz
 fi
 
 # dh_installdeb will replace this with shell code automatically




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