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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 9 16:56:50 UTC 2007


Author: gregoa-guest
Date: Fri Nov  9 16:56:50 2007
New Revision: 9098

URL: http://svn.debian.org/wsvn/?sc=1&rev=9098
Log:
Minor cleanup in debian/rules (empty lines, indentations).

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

Modified: trunk/libtext-quoted-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-quoted-perl/debian/changelog?rev=9098&op=diff
==============================================================================
--- trunk/libtext-quoted-perl/debian/changelog (original)
+++ trunk/libtext-quoted-perl/debian/changelog Fri Nov  9 16:56:50 2007
@@ -4,8 +4,9 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Minor cleanup in debian/rules (empty lines, indentations).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 17:50:19 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 17:55:47 +0100
 
 libtext-quoted-perl (2.02-1) unstable; urgency=low
 

Modified: trunk/libtext-quoted-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtext-quoted-perl/debian/control?rev=9098&op=diff
==============================================================================
--- trunk/libtext-quoted-perl/debian/control (original)
+++ trunk/libtext-quoted-perl/debian/control Fri Nov  9 16:56:50 2007
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at iki.fi>
+Uploaders: Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends-Indep: perl (>= 5.8.0), libtext-autoformat-perl
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2

Modified: trunk/libtext-quoted-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-quoted-perl/debian/rules?rev=9098&op=diff
==============================================================================
--- trunk/libtext-quoted-perl/debian/rules (original)
+++ trunk/libtext-quoted-perl/debian/rules Fri Nov  9 16:56:50 2007
@@ -32,11 +32,8 @@
 	dh_testdir
 	dh_testroot 
 
-        # Add here commands to clean up after the build process.
-
+	dh_clean build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp configure-stamp
 
 install:
 	dh_testdir
@@ -67,7 +64,7 @@
 	dh_perl
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
+	dh_builddeb
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




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