r4579 - in /packages/libtext-quoted-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Dec 4 23:48:38 CET 2006


Author: ntyni-guest
Date: Mon Dec  4 23:48:38 2006
New Revision: 4579

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4579
Log:
fix unclean upstream tarball brokenness

Modified:
    packages/libtext-quoted-perl/trunk/debian/changelog
    packages/libtext-quoted-perl/trunk/debian/control
    packages/libtext-quoted-perl/trunk/debian/rules

Modified: packages/libtext-quoted-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-quoted-perl/trunk/debian/changelog?rev=4579&op=diff
==============================================================================
--- packages/libtext-quoted-perl/trunk/debian/changelog (original)
+++ packages/libtext-quoted-perl/trunk/debian/changelog Mon Dec  4 23:48:38 2006
@@ -2,8 +2,11 @@
 
   * New maintainer.
   * Upgrade to debhelper compatibility level 5.
+  * Upstream tarball contains some cruft, and the workaround needs 
+    libmodule-install-perl in Build-Depends so that the 'realclean'
+    target works.
 
- -- Niko Tyni <ntyni at iki.fi>  Tue,  5 Dec 2006 00:37:21 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Tue,  5 Dec 2006 00:47:48 +0200
 
 libtext-quoted-perl (1.8-3) unstable; urgency=low
 

Modified: packages/libtext-quoted-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-quoted-perl/trunk/debian/control?rev=4579&op=diff
==============================================================================
--- packages/libtext-quoted-perl/trunk/debian/control (original)
+++ packages/libtext-quoted-perl/trunk/debian/control Mon Dec  4 23:48:38 2006
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>
 Build-Depends-Indep: perl (>= 5.8.0), libtext-autoformat-perl
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), libmodule-install-perl
 Standards-Version: 3.7.2
 
 Package: libtext-quoted-perl

Modified: packages/libtext-quoted-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-quoted-perl/trunk/debian/rules?rev=4579&op=diff
==============================================================================
--- packages/libtext-quoted-perl/trunk/debian/rules (original)
+++ packages/libtext-quoted-perl/trunk/debian/rules Mon Dec  4 23:48:38 2006
@@ -34,8 +34,12 @@
 
         # Add here commands to clean up after the build process.
 
-	#[ ! -e Makefile ] || $(MAKE) distclean
-	-rm -rf Makefile blib/ pm_to_blib
+	# there's a Makefile inside the 1.8 tarball
+	# we touch it to make sure it doesn't get regenerated
+	#
+	# note: the 'distclean' part will also need Module::Install
+	
+	if [ -e Makefile ]; then touch Makefile && $(MAKE) distclean; fi
 
 	dh_clean build-stamp configure-stamp
 




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