r19273 - in /trunk/perlconsole/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 30 20:00:26 UTC 2008


Author: gregoa
Date: Wed Apr 30 20:00:25 2008
New Revision: 19273

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19273
Log:
no need for touching Makefile after disable_module_refresh.patch is removed

Modified:
    trunk/perlconsole/debian/changelog
    trunk/perlconsole/debian/rules

Modified: trunk/perlconsole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/changelog?rev=19273&op=diff
==============================================================================
--- trunk/perlconsole/debian/changelog (original)
+++ trunk/perlconsole/debian/changelog Wed Apr 30 20:00:25 2008
@@ -1,8 +1,5 @@
 perlconsole (0.4-3) UNRELEASED; urgency=low
 
-  * debian/rules: touch Makefile in clean target after unpatching
-    Makefile.PL to prevent it from being re-built; allows building twice
-    in a row.
   * debian/watch: use dist-based URL.
   * Refresh debian/rules, no functional changes.
   * Bring ./lib/PerlConsole/Console.pm and ./Makefile.PL back to their
@@ -14,7 +11,7 @@
   * Fix patch debian/patches/manpage_name_section.patch.
   * Add /me to Uploaders.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 21:58:15 +0200
+ -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 21:59:10 +0200
 
 perlconsole (0.4-2) unstable; urgency=low
 

Modified: trunk/perlconsole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/rules?rev=19273&op=diff
==============================================================================
--- trunk/perlconsole/debian/rules (original)
+++ trunk/perlconsole/debian/rules Wed Apr 30 20:00:25 2008
@@ -29,7 +29,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp




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