r9434 - in /trunk/libpar-packer-perl/debian: changelog patches/01_manpage-ext.patch rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Fri Nov 16 18:20:02 UTC 2007


Author: ntyni-guest
Date: Fri Nov 16 18:20:02 2007
New Revision: 9434

URL: http://svn.debian.org/wsvn/?sc=1&rev=9434
Log:
* Rename /usr/bin/par to /usr/bin/par.pl to fix a namespace clash
  with the par package. This is the same name that libpar-perl
  used earlier for the same script. (Closes: #450915)

Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch
    trunk/libpar-packer-perl/debian/rules

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/changelog?rev=9434&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Fri Nov 16 18:20:02 2007
@@ -1,3 +1,11 @@
+libpar-packer-perl (0.976-5) unstable; urgency=low
+
+  * Rename /usr/bin/par to /usr/bin/par.pl to fix a namespace clash
+    with the par package. This is the same name that libpar-perl
+    used earlier for the same script. (Closes: #450915)
+
+ -- Niko Tyni <ntyni at iki.fi>  Fri, 16 Nov 2007 20:00:54 +0200
+
 libpar-packer-perl (0.976-4) unstable; urgency=high
 
   * Next try to get the name of the module in the Depends: field right:

Modified: trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch?rev=9434&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch (original)
+++ trunk/libpar-packer-perl/debian/patches/01_manpage-ext.patch Fri Nov 16 18:20:02 2007
@@ -18,7 +18,7 @@
 -            'script/par.pl'	=> 'blib/man1/par.pl.1',
 -            'script/pp'	        => 'blib/man1/pp.1',
 -            'script/tkpp'       => 'blib/man1/tkpp.1',
-+            'script/par.pl'	=> 'blib/man1/par.1p',
++            'script/par.pl'	=> 'blib/man1/par.pl.1p',
 +            'script/pp'	        => 'blib/man1/pp.1p',
 +            'script/tkpp'       => 'blib/man1/tkpp.1p',
            ($par or $cc) ? (

Modified: trunk/libpar-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/rules?rev=9434&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/rules (original)
+++ trunk/libpar-packer-perl/debian/rules Fri Nov 16 18:20:02 2007
@@ -82,9 +82,6 @@
 
 	rmdir -p --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
 
-	mv $(TMP)/usr/bin/par.pl $(TMP)/usr/bin/par
-	#mv $(TMP)/usr/share/man/man1/par.pl.1p $(TMP)/usr/share/man/man1/par.1p
-
 	dh_link usr/share/man/man1/parl.1p \
 		usr/share/man/man1/parldyn.1p
 




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