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

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Wed Apr 11 20:01:56 UTC 2007


Author: ntyni-guest
Date: Wed Apr 11 20:01:56 2007
New Revision: 4992

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4992
Log:
remove unreleased 1.8-4 from the changelog

no cruft anymore, don't need libmodule-install-perl either

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=4992&op=diff
==============================================================================
--- packages/libtext-quoted-perl/trunk/debian/changelog (original)
+++ packages/libtext-quoted-perl/trunk/debian/changelog Wed Apr 11 20:01:56 2007
@@ -1,18 +1,10 @@
-libtext-quoted-perl (2.02-1) UNRELEASED; urgency=low
+libtext-quoted-perl (2.02-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- Niko Tyni <ntyni at iki.fi>  Wed, 11 Apr 2007 22:57:28 +0300
-
-libtext-quoted-perl (1.8-4) unstable; urgency=low
-
+  * New upstream release.
   * 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:47:48 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Wed, 11 Apr 2007 22:57:46 +0300
 
 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=4992&op=diff
==============================================================================
--- packages/libtext-quoted-perl/trunk/debian/control (original)
+++ packages/libtext-quoted-perl/trunk/debian/control Wed Apr 11 20:01:56 2007
@@ -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), libmodule-install-perl
+Build-Depends: debhelper (>= 5)
 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=4992&op=diff
==============================================================================
--- packages/libtext-quoted-perl/trunk/debian/rules (original)
+++ packages/libtext-quoted-perl/trunk/debian/rules Wed Apr 11 20:01:56 2007
@@ -34,12 +34,7 @@
 
         # Add here commands to clean up after the build process.
 
-	# 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
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean build-stamp configure-stamp
 




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