r61534 - in /branches/lenny/libapache-dbi-perl/debian: changelog rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Aug 13 15:20:12 UTC 2010


Author: ansgar-guest
Date: Fri Aug 13 15:18:21 2010
New Revision: 61534

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61534
Log:
debian/rules: Correct typo QUILT_STAMPN → QUILT_STAMPFN to apply patches
during build. (Closes: #592871)

Modified:
    branches/lenny/libapache-dbi-perl/debian/changelog
    branches/lenny/libapache-dbi-perl/debian/rules

Modified: branches/lenny/libapache-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libapache-dbi-perl/debian/changelog?rev=61534&op=diff
==============================================================================
--- branches/lenny/libapache-dbi-perl/debian/changelog (original)
+++ branches/lenny/libapache-dbi-perl/debian/changelog Fri Aug 13 15:18:21 2010
@@ -1,3 +1,10 @@
+libapache-dbi-perl (1.07-1+lenny2) UNRELEASED; urgency=low
+
+  * debian/rules: Correct typo QUILT_STAMPN → QUILT_STAMPFN to apply patches
+    during build. (Closes: #592871)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 14 Aug 2010 00:06:22 +0900
+
 libapache-dbi-perl (1.07-1+lenny1) stable; urgency=low
 
   * Backport fix for loading of Apache::DBI via startup files from 1.08.

Modified: branches/lenny/libapache-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libapache-dbi-perl/debian/rules?rev=61534&op=diff
==============================================================================
--- branches/lenny/libapache-dbi-perl/debian/rules (original)
+++ branches/lenny/libapache-dbi-perl/debian/rules Fri Aug 13 15:18:21 2010
@@ -18,7 +18,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPN)
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)




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