r22558 - in /trunk/libtest-tap-model-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 30 19:49:51 UTC 2008


Author: gregoa
Date: Mon Jun 30 19:49:51 2008
New Revision: 22558

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22558
Log:
debian/rules: don't recreate Makefile any more, there is no more Makefile
in the upstream tarball.

Modified:
    trunk/libtest-tap-model-perl/debian/changelog
    trunk/libtest-tap-model-perl/debian/rules

Modified: trunk/libtest-tap-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/changelog?rev=22558&op=diff
==============================================================================
--- trunk/libtest-tap-model-perl/debian/changelog (original)
+++ trunk/libtest-tap-model-perl/debian/changelog Mon Jun 30 19:49:51 2008
@@ -1,6 +1,8 @@
 libtest-tap-model-perl (0.10-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: don't recreate Makefile any more, there is no more Makefile
+    in the upstream tarball.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 30 Jun 2008 21:40:02 +0200
 

Modified: trunk/libtest-tap-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/rules?rev=22558&op=diff
==============================================================================
--- trunk/libtest-tap-model-perl/debian/rules (original)
+++ trunk/libtest-tap-model-perl/debian/rules Mon Jun 30 19:49:51 2008
@@ -29,8 +29,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# upstream tarball ships a Makefile ...
-	[ ! -f Makefile ] || ( $(PERL) Makefile.PL && $(MAKE) realclean )
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp




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