r12219 - in /trunk/libalien-wxwidgets-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 8 15:00:50 UTC 2008


Author: dmn
Date: Tue Jan  8 15:00:50 2008
New Revision: 12219

URL: http://svn.debian.org/wsvn/?sc=1&rev=12219
Log:
* Instead of hunting down .packlist files with find, give 'Build install' a
  create_packlist=0 parameter

Modified:
    trunk/libalien-wxwidgets-perl/debian/changelog
    trunk/libalien-wxwidgets-perl/debian/rules

Modified: trunk/libalien-wxwidgets-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libalien-wxwidgets-perl/debian/changelog?rev=12219&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/changelog (original)
+++ trunk/libalien-wxwidgets-perl/debian/changelog Tue Jan  8 15:00:50 2008
@@ -1,6 +1,8 @@
 libalien-wxwidgets-perl (0.32-3) UNRELEASED; urgency=low
 
   * Move test suite to build-stamp target
+  * Instead of hunting down .packlist files with find, give 'Build install' a
+    create_packlist=0 parameter
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 08 Jan 2008 16:58:40 +0200
 

Modified: trunk/libalien-wxwidgets-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libalien-wxwidgets-perl/debian/rules?rev=12219&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/rules (original)
+++ trunk/libalien-wxwidgets-perl/debian/rules Tue Jan  8 15:00:50 2008
@@ -57,9 +57,8 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build install destdir=$(TMP)
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
 
-	find $(TMP) -type f -name .packlist | xargs rm -f
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5/auto/Alien/wxWidgets/
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 	install -d $(TMP)/usr/share/lintian/overrides




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