r8304 - in /trunk/libpar-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Oct 17 09:18:50 UTC 2007


Author: dmn
Date: Wed Oct 17 09:18:49 2007
New Revision: 8304

URL: http://svn.debian.org/wsvn/?sc=1&rev=8304
Log:
* Recommend libpar-packer-perl, which got spun-off upstream

Modified:
    trunk/libpar-perl/debian/changelog
    trunk/libpar-perl/debian/control
    trunk/libpar-perl/debian/rules

Modified: trunk/libpar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/changelog?rev=8304&op=diff
==============================================================================
--- trunk/libpar-perl/debian/changelog (original)
+++ trunk/libpar-perl/debian/changelog Wed Oct 17 09:18:49 2007
@@ -27,8 +27,9 @@
   * Change architecture to all
   * Move test suite from install to build target
   * Add a patch to avoid endless loop in t/50-autoloaderfix.t
+  * Recommend libpar-packer-perl, which got spun-off upstream
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 17 Oct 2007 12:11:03 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 17 Oct 2007 12:18:04 +0300
 
 libpar-perl (0.952-1) unstable; urgency=low
 

Modified: trunk/libpar-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/control?rev=8304&op=diff
==============================================================================
--- trunk/libpar-perl/debian/control (original)
+++ trunk/libpar-perl/debian/control Wed Oct 17 09:18:49 2007
@@ -20,7 +20,7 @@
 Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libmodule-scandeps-perl (>= 0.66),
  libarchive-zip-perl, libpar-dist-perl (>= 0.22), libdigest-sha1-perl, libgetopt-argvfile-perl (>= 1.07),
  libcompress-zlib-perl (>= 1.3), libfile-temp-perl (>= 0.05)
-Recommends: gnupg, libmodule-signature-perl
+Recommends: gnupg, libmodule-signature-perl, libpar-packer-perl
 Description: Perl Archive Toolkit
  PAR lets you easily bundle a typical blib/ tree into a zip file, called a Perl 
  Archive, or PAR.

Modified: trunk/libpar-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/rules?rev=8304&op=diff
==============================================================================
--- trunk/libpar-perl/debian/rules (original)
+++ trunk/libpar-perl/debian/rules Wed Oct 17 09:18:49 2007
@@ -43,12 +43,8 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	mv $(TMP)/usr/share/man/man1/parl.1 $(TMP)/usr/share/man/man1/parl.1p
-	mv $(TMP)/usr/share/man/man1/par.pl.1 $(TMP)/usr/share/man/man1/par.pl.1p
-	mv $(TMP)/usr/share/man/man1/pp.1 $(TMP)/usr/share/man/man1/pp.1p
-	mv $(TMP)/usr/share/man/man1/tkpp.1 $(TMP)/usr/share/man/man1/tkpp.1p
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-	touch install-stamp
+	touch $@
 
 binary-arch:
 




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