r17330 - in /trunk/libfile-copy-recursive-perl/debian: changelog rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Mar 12 20:27:14 UTC 2008


Author: eloy
Date: Wed Mar 12 20:27:13 2008
New Revision: 17330

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17330
Log:
FTBS fixes

Modified:
    trunk/libfile-copy-recursive-perl/debian/changelog
    trunk/libfile-copy-recursive-perl/debian/rules

Modified: trunk/libfile-copy-recursive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-copy-recursive-perl/debian/changelog?rev=17330&op=diff
==============================================================================
--- trunk/libfile-copy-recursive-perl/debian/changelog (original)
+++ trunk/libfile-copy-recursive-perl/debian/changelog Wed Mar 12 20:27:13 2008
@@ -1,3 +1,10 @@
+libfile-copy-recursive-perl (0.35-2) unstable; urgency=low
+
+  * Donate package to Debian Perl Group
+  * debian/rules: FTBS fixes (closes: #467796)
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Wed, 12 Mar 2008 21:19:17 +0100
+
 libfile-copy-recursive-perl (0.35-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libfile-copy-recursive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-copy-recursive-perl/debian/rules?rev=17330&op=diff
==============================================================================
--- trunk/libfile-copy-recursive-perl/debian/rules (original)
+++ trunk/libfile-copy-recursive-perl/debian/rules Wed Mar 12 20:27:13 2008
@@ -4,13 +4,7 @@
 # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
 # be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
-
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -39,12 +33,7 @@
 	dh_clean -k
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp
 
 binary-arch:




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