r16467 - in /trunk/libpdf-report-perl/debian: changelog dirs rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Tue Mar 4 06:03:33 UTC 2008


Author: rra
Date: Tue Mar  4 06:03:32 2008
New Revision: 16467

URL: http://svn.debian.org/wsvn/?sc=1&rev=16467
Log:
  - Remove unnecessary dh_installdirs call and thereby eliminate an
    empty /usr/share/perl5/PDF/Report directory.

Removed:
    trunk/libpdf-report-perl/debian/dirs
Modified:
    trunk/libpdf-report-perl/debian/changelog
    trunk/libpdf-report-perl/debian/rules

Modified: trunk/libpdf-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpdf-report-perl/debian/changelog?rev=16467&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/changelog (original)
+++ trunk/libpdf-report-perl/debian/changelog Tue Mar  4 06:03:32 2008
@@ -16,6 +16,8 @@
     - Add build-arch and build-indep targets.
     - Add an install-stamp file and touch $@ instead of the stamp name.
     - Reorganize and reformat.
+    - Remove unnecessary dh_installdirs call and thereby eliminate an
+      empty /usr/share/perl5/PDF/Report directory.
   * debian/control: Wrap Uploaders and Depends.
   * debian/copyright: Add an explicit copyright statement and reformt.
   * Update standards version to 3.7.3 (no changes required).

Modified: trunk/libpdf-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpdf-report-perl/debian/rules?rev=16467&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/rules (original)
+++ trunk/libpdf-report-perl/debian/rules Tue Mar  4 06:03:32 2008
@@ -36,7 +36,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 	$(MAKE) install PREFIX=$(TMP)/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 	touch $@




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