r68510 - in /trunk/perlipq/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 13 16:45:44 UTC 2011


Author: gregoa
Date: Sun Feb 13 16:45:32 2011
New Revision: 68510

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68510
Log:
Don't install examples under /usr/lib.

Modified:
    trunk/perlipq/debian/changelog
    trunk/perlipq/debian/rules

Modified: trunk/perlipq/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/changelog?rev=68510&op=diff
==============================================================================
--- trunk/perlipq/debian/changelog (original)
+++ trunk/perlipq/debian/changelog Sun Feb 13 16:45:32 2011
@@ -8,7 +8,7 @@
   * debian/watch: use dist-based URL.
   * Switch to debhelper 7.
   * Switch to source format 3.0 (quilt).
-  * Install example scripts.
+  * Install example scripts. Don't install them under /usr/lib.
   * Set Standards-Version to 3.9.1; drop version from perl build dependency.
   * debian/copyright: use DEP5 formatting.
   * Split put changes in Makefile.PL into a patch.

Modified: trunk/perlipq/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/rules?rev=68510&op=diff
==============================================================================
--- trunk/perlipq/debian/rules (original)
+++ trunk/perlipq/debian/rules Sun Feb 13 16:45:32 2011
@@ -1,7 +1,15 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
 override_dh_auto_test:
 	# don't run tests
+
+override_dh_auto_install:
+	dh_auto_install
+	# installed as examples
+	$(RM) -v $(TMP)/usr/lib/perl5/IPTables/IPv4/*.pl




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