r2670 - in /packages/libpdf-report-perl/trunk/debian: changelog rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Mon May 1 03:21:15 UTC 2006


Author: rra
Date: Mon May  1 03:21:14 2006
New Revision: 2670

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2670
Log:
* Remove the empty /usr/lib/perl5 directory from the binary package.
* Remove template comments from debian/rules.

Modified:
    packages/libpdf-report-perl/trunk/debian/changelog
    packages/libpdf-report-perl/trunk/debian/rules

Modified: packages/libpdf-report-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-report-perl/trunk/debian/changelog?rev=2670&op=diff
==============================================================================
--- packages/libpdf-report-perl/trunk/debian/changelog (original)
+++ packages/libpdf-report-perl/trunk/debian/changelog Mon May  1 03:21:14 2006
@@ -6,8 +6,10 @@
 
   [ Russ Allbery ]
   * Update to standards version 3.7.0 (no changes required).
+  * Remove the empty /usr/lib/perl5 directory from the binary package.
+  * Remove template comments from debian/rules.
 
- -- Russ Allbery <rra at debian.org>  Sun, 30 Apr 2006 20:18:36 -0700
+ -- Russ Allbery <rra at debian.org>  Sun, 30 Apr 2006 20:21:07 -0700
 
 libpdf-report-perl (1.30-5) unstable; urgency=low
 

Modified: packages/libpdf-report-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-report-perl/trunk/debian/rules?rev=2670&op=diff
==============================================================================
--- packages/libpdf-report-perl/trunk/debian/rules (original)
+++ packages/libpdf-report-perl/trunk/debian/rules Mon May  1 03:21:14 2006
@@ -23,12 +23,9 @@
 build: patch build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) 
 	$(MAKE) test
-
 	touch build-stamp
 
 clean: clean-patched unpatch
@@ -36,10 +33,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
 	[ ! -e Makefile ] || $(MAKE) distclean
-
 	dh_clean
 
 install: 
@@ -47,9 +41,8 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 # Build architecture-independent files here.
 binary-indep: build install




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