r13816 - in /trunk/libpar-packer-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 28 21:06:37 UTC 2008


Author: dmn
Date: Mon Jan 28 21:06:37 2008
New Revision: 13816

URL: http://svn.debian.org/wsvn/?sc=1&rev=13816
Log:
* clean: remove separate distclean target; touch Makefile as it is unpatched

Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/rules

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/changelog?rev=13816&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Mon Jan 28 21:06:37 2008
@@ -1,7 +1,7 @@
 libpar-packer-perl (0.977-1) UNRELEASED; urgency=low
 
   FAILS parallel builds, and MakeMaker hates me. -- gregor
-  
+
   [ David Paleino ]
   * New upstream release
 
@@ -12,6 +12,9 @@
   * debian/rules: remove /usr/share/perl5 instead of /usr/lib/perl5.
   * debian/rules: delete /usr/share/perl5 only if it exists.
   * Refresh patch 01_manpage-ext.patch.
+
+  [ Damyan Ivanov ]
+  * clean: remove separate distclean target; touch Makefile as it is unpatched
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 19:50:46 +0100
 

Modified: trunk/libpar-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/rules?rev=13816&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/rules (original)
+++ trunk/libpar-packer-perl/debian/rules Mon Jan 28 21:06:37 2008
@@ -48,20 +48,20 @@
 
 	touch $@
 
-.PHONY: distclean
-distclean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 
 	dh_clean config-stamp build-stamp install-stamp
 
 	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	# dam: Makefile.PL is unpatched. It being newer that Makefile triggers
+	# Makefile rebuild, failing building twice in a row. To work around
+	# this, touch Makefile
+	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
 
 	dh_clean myldr/Makefile.old
 	rm -rf _Inline
-
-clean: distclean unpatch
 
 install: install-stamp
 install-stamp: build-stamp
@@ -108,4 +108,4 @@
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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