r13291 - in /trunk/liblist-moreutils-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 23 13:09:47 UTC 2008


Author: dmn
Date: Wed Jan 23 13:09:47 2008
New Revision: 13291

URL: http://svn.debian.org/wsvn/?sc=1&rev=13291
Log:
Do not ignore clean errors; Merge changelogs

Modified:
    trunk/liblist-moreutils-perl/debian/changelog
    trunk/liblist-moreutils-perl/debian/rules

Modified: trunk/liblist-moreutils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblist-moreutils-perl/debian/changelog?rev=13291&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/changelog (original)
+++ trunk/liblist-moreutils-perl/debian/changelog Wed Jan 23 13:09:47 2008
@@ -1,5 +1,13 @@
 liblist-moreutils-perl (0.22-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields.
+  * debian/watch: use dist-based URL.
+  * debian/rules: delete /usr/share/perl5 only if it exists.
+
+  [ Damyan Ivanov ]
   * New upstream release
   * Standards-Version: 3.7.3 (no changes)
   * debhelper compatibility level 6
@@ -10,22 +18,13 @@
     + stop installing redundant README
     + drop unneeded dh_installexamples and dh_link calls
     + clean stamps before realclean
+    + do not ignore $(MAKE) clean errors
   * debian/copyright:
     + remove dh-make-perl boilerplate
     + update copyright years
   * add myself to Uploaders
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 23 Jan 2008 14:56:29 +0200
-
-liblist-moreutils-perl (0.21-2) UNRELEASED; urgency=low
-
-  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
-    field (source stanza); Homepage field (source stanza). Removed: XS-
-    Vcs-Svn fields.
-  * debian/watch: use dist-based URL.
-  * debian/rules: delete /usr/share/perl5 only if it exists.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:06 +0200
 
 liblist-moreutils-perl (0.21-1) unstable; urgency=low
 

Modified: trunk/liblist-moreutils-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblist-moreutils-perl/debian/rules?rev=13291&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/rules (original)
+++ trunk/liblist-moreutils-perl/debian/rules Wed Jan 23 13:09:47 2008
@@ -45,7 +45,7 @@
 	dh_clean build-stamp install-stamp
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) realclean
+	[ ! -e Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp




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