r22805 - in /trunk/libhash-case-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 5 15:27:35 UTC 2008


Author: gregoa
Date: Sat Jul  5 15:27:35 2008
New Revision: 22805

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22805
Log:
debian/rules: remove /usr/share/perl5/Hash/Makefile.PL from binary
package.

Modified:
    trunk/libhash-case-perl/debian/changelog
    trunk/libhash-case-perl/debian/rules

Modified: trunk/libhash-case-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-case-perl/debian/changelog?rev=22805&op=diff
==============================================================================
--- trunk/libhash-case-perl/debian/changelog (original)
+++ trunk/libhash-case-perl/debian/changelog Sat Jul  5 15:27:35 2008
@@ -16,6 +16,8 @@
   * Set Standards-Version to 3.8.0 (no changes).
   * Refresh debian/rules, no functional changes, except: don't install README
     any more (installation instructions).
+  * debian/rules: remove /usr/share/perl5/Hash/Makefile.PL from binary
+    package.
 
  -- David Paleino <d.paleino at gmail.com>  Fri, 22 Feb 2008 12:51:26 +0100
 

Modified: trunk/libhash-case-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-case-perl/debian/rules?rev=22805&op=diff
==============================================================================
--- trunk/libhash-case-perl/debian/rules (original)
+++ trunk/libhash-case-perl/debian/rules Sat Jul  5 15:27:35 2008
@@ -35,6 +35,8 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -f $(TMP)/usr/share/perl5/Hash/Makefile.PL ] || \
+		$(RM) -v $(TMP)/usr/share/perl5/Hash/Makefile.PL
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5




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