r26338 - in /trunk/libpoe-component-jabber-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 29 12:51:58 UTC 2008


Author: gregoa
Date: Wed Oct 29 12:51:55 2008
New Revision: 26338

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26338
Log:
debian/rules: call `perl Build install' manually to work around
installation of .packlist file.

Modified:
    trunk/libpoe-component-jabber-perl/debian/changelog
    trunk/libpoe-component-jabber-perl/debian/rules

Modified: trunk/libpoe-component-jabber-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/changelog?rev=26338&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/changelog (original)
+++ trunk/libpoe-component-jabber-perl/debian/changelog Wed Oct 29 12:51:55 2008
@@ -22,6 +22,8 @@
   * debian/watch: use extended regexp for matching upstream releases.
   * debian/control: make (build) dependency on libpoe-perl versioned.
   * debian/control: wrap long lines.
+  * debian/rules: call `perl Build install' manually to work around
+    installation of .packlist file.
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 22 Oct 2008 20:31:17 -0600
 

Modified: trunk/libpoe-component-jabber-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/rules?rev=26338&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/rules (original)
+++ trunk/libpoe-component-jabber-perl/debian/rules Wed Oct 29 12:51:55 2008
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
 include /usr/share/quilt/quilt.make
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
@@ -12,7 +16,10 @@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh install
+	dh install --before dh_auto_install
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install --after dh_auto_install
+
 	touch $@
 
 binary-arch:




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