r36891 - in /trunk/libenv-ps1-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 31 08:14:27 UTC 2009


Author: ryan52-guest
Date: Sun May 31 08:14:22 2009
New Revision: 36891

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36891
Log:
stop removing the .packlist in debian/rules, it's now causing a
FTBFS (Closes: #531232)

Modified:
    trunk/libenv-ps1-perl/debian/changelog
    trunk/libenv-ps1-perl/debian/rules

Modified: trunk/libenv-ps1-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/changelog?rev=36891&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/changelog (original)
+++ trunk/libenv-ps1-perl/debian/changelog Sun May 31 08:14:22 2009
@@ -1,3 +1,10 @@
+libenv-ps1-perl (0.05-3) UNRELEASED; urgency=low
+
+  * stop removing the .packlist in debian/rules, it's now causing a
+    FTBFS (Closes: #531232)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 31 May 2009 00:01:51 -0700
+
 libenv-ps1-perl (0.05-2) unstable; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request

Modified: trunk/libenv-ps1-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/rules?rev=36891&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/rules (original)
+++ trunk/libenv-ps1-perl/debian/rules Sun May 31 08:14:22 2009
@@ -13,8 +13,6 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
-	find debian/$(shell dh_listpackages) -name .packlist -exec "rm" "{}" ";"
-	rmdir --ignore-fail-on-non-empty --parents --verbose debian/$(shell dh_listpackages)/usr/lib/perl5/auto/Env/PS1
 	touch $@
 
 binary-arch:




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