r76686 - in /trunk/libacme-bleach-perl/debian: changelog rules

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Jun 29 05:57:34 UTC 2011


Author: carnil
Date: Wed Jun 29 05:57:25 2011
New Revision: 76686

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76686
Log:
debian/rules: override dh_auto_install target: Do not install unbleach.pl
in /usr/share/perl5/Acme/unbleach.pl.

Modified:
    trunk/libacme-bleach-perl/debian/changelog
    trunk/libacme-bleach-perl/debian/rules

Modified: trunk/libacme-bleach-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/changelog?rev=76686&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/changelog (original)
+++ trunk/libacme-bleach-perl/debian/changelog Wed Jun 29 05:57:25 2011
@@ -1,13 +1,11 @@
 libacme-bleach-perl (1.13-1) UNRELEASED; urgency=low
-
-  TODO: Should the unbleach.pl script go somewhere else than
-  /usr/share/perl5/Acme/unbleach.pl. Should this go to the examples?
-   [ fabreg ] - Added to examples.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
+  * debian/rules: override dh_auto_install target: Do not install unbleach.pl
+    in /usr/share/perl5/Acme/unbleach.pl.
 
   [ Fabrizio Regalli ]
   * New upstream release

Modified: trunk/libacme-bleach-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/rules?rev=76686&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (original)
+++ trunk/libacme-bleach-perl/debian/rules Wed Jun 29 05:57:25 2011
@@ -6,8 +6,11 @@
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/perl5/Acme/unbleach.pl
+
 override_dh_installexamples:
 	dh_installexamples
-
 	# Fix executable-not-elf-or-script lintian warnings
 	chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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