r13814 - in /trunk/libtk-objscanner-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 28 20:56:53 UTC 2008


Author: dmn
Date: Mon Jan 28 20:56:53 2008
New Revision: 13814

URL: http://svn.debian.org/wsvn/?sc=1&rev=13814
Log:
* as Makefile.PL is patched, touch Makefile before $(MAKE) distclean to
  avoid Makefile re-building (and breaking building twice in a row)

Modified:
    trunk/libtk-objscanner-perl/debian/changelog
    trunk/libtk-objscanner-perl/debian/rules

Modified: trunk/libtk-objscanner-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/changelog?rev=13814&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/changelog (original)
+++ trunk/libtk-objscanner-perl/debian/changelog Mon Jan 28 20:56:53 2008
@@ -47,6 +47,10 @@
     tests in debian/rules, adjust information in README.Debian.
   * Add /me to Uploaders.
 
+  [ Damyan Ivanov ]
+  * as Makefile.PL is patched, touch Makefile before $(MAKE) distclean to
+    avoid Makefile re-building (and breaking building twice in a row)
+
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 21:35:09 +0100
 
 libtk-objscanner-perl (2.010-1) unstable; urgency=low

Modified: trunk/libtk-objscanner-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/rules?rev=13814&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/rules (original)
+++ trunk/libtk-objscanner-perl/debian/rules Mon Jan 28 20:56:53 2008
@@ -18,7 +18,7 @@
 	dh_testroot
 
 	dh_clean Makefile.old build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) distclean )
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)




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