r13885 - in /trunk/libapache2-mod-perl2/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 31 09:53:17 UTC 2008


Author: dmn
Date: Thu Jan 31 09:53:17 2008
New Revision: 13885

URL: http://svn.debian.org/wsvn/?sc=1&rev=13885
Log:
* debian/rules:
  + replace debian/stamp-patched with $(QUILT_STAMPFN)

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=13885&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Thu Jan 31 09:53:17 2008
@@ -14,6 +14,8 @@
 
   [ Damyan Ivanov ]
   * add 010-svn-fix-perl5.10-build.patch. Closes: #462994
+  * debian/rules:
+    + replace debian/stamp-patched with $(QUILT_STAMPFN)
 
  -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 09:57:01 +0100
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=13885&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Thu Jan 31 09:53:17 2008
@@ -28,7 +28,7 @@
 .PHONY: build
 build: build-stamp
 
-build-stamp: debian/stamp-patched
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here




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