r8315 - in /trunk/libpar-packer-perl/debian: control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Oct 17 10:27:00 UTC 2007


Author: dmn
Date: Wed Oct 17 10:27:00 2007
New Revision: 8315

URL: http://svn.debian.org/wsvn/?sc=1&rev=8315
Log:
Imstall more docs; clean more; add more Depends

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

Modified: trunk/libpar-packer-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/control?rev=8315&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/control (original)
+++ trunk/libpar-packer-perl/debian/control Wed Oct 17 10:27:00 2007
@@ -7,13 +7,16 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/PAR-Packer/
+Homepage: http://par.perl.org/
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-packer-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/
 
 Package: libpar-packer-perl
 Architecture: any
-Depends: none
+Depends: perl-modules (>= 5.6.0), libpar-dist-perl (>= 0.22),
+ libpar-perl (>= 0.976), ibmodule-scandeps (>= 0.74),
+ libarchive-zip-perl (>=1), libcompress-zlib-perl (>= 1.3),
+ libgetopt-argvfile-perl (>= 1.07)
 Description: PAR Packager
  PAR Packager
  .

Modified: trunk/libpar-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/rules?rev=8315&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/rules (original)
+++ trunk/libpar-packer-perl/debian/rules Wed Oct 17 10:27:00 2007
@@ -55,6 +55,9 @@
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
+	dh_clean myldr/Makefile.old
+	rm -rf _Inline
+
 install: build install-stamp
 install-stamp:
 	dh_testdir
@@ -74,8 +77,8 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples 
-	dh_installdocs TODO README PAR-Packer-0.976/TODO PAR-Packer-0.976/README
+	#dh_installexamples
+	dh_installdocs TODO README contrib/*
 	dh_installchangelogs ChangeLog
 	dh_shlibdeps
 	dh_strip




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