r9232 - in /trunk/libsys-syslog-perl/debian: changelog rules
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Mon Nov 12 13:03:04 UTC 2007
Author: dmn
Date: Mon Nov 12 13:03:04 2007
New Revision: 9232
URL: http://svn.debian.org/wsvn/?sc=1&rev=9232
Log:
* [debian/rules]
+ Make build-stamp depend on configure-stamp (fixes parallel build)
+ Make configure-stamp depend on patch-stamp (avoids re-building)
Modified:
trunk/libsys-syslog-perl/debian/changelog
trunk/libsys-syslog-perl/debian/rules
Modified: trunk/libsys-syslog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/debian/changelog?rev=9232&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/debian/changelog (original)
+++ trunk/libsys-syslog-perl/debian/changelog Mon Nov 12 13:03:04 2007
@@ -1,5 +1,6 @@
libsys-syslog-perl (0.22-1) unstable; urgency=low
+ [ gregor herrmann ]
* New upstream release.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza). Removed: XS-Vcs-Svn fields.
@@ -8,7 +9,12 @@
* Update debian/copyright.
* Install example script to /usr/share/doc/libsys-syslog-perl/examples/.
- -- gregor herrmann <gregor+debian at comodo.priv.at> Fri, 09 Nov 2007 17:47:28 +0100
+ [ Damyan Ivanov ]
+ * [debian/rules]
+ + Make build-stamp depend on configure-stamp (fixes parallel build)
+ + Make configure-stamp depend on patch-stamp (avoids re-building)
+
+ -- Damyan Ivanov <dmn at debian.org> Mon, 12 Nov 2007 15:01:00 +0200
libsys-syslog-perl (0.21-2) unstable; urgency=low
Modified: trunk/libsys-syslog-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/debian/rules?rev=9232&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/debian/rules (original)
+++ trunk/libsys-syslog-perl/debian/rules Mon Nov 12 13:03:04 2007
@@ -8,13 +8,13 @@
include /usr/share/quilt/quilt.make
configure: configure-stamp
-configure-stamp: patch
+configure-stamp: $(QUILT_STAMPFN)
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
touch configure-stamp
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
dh_testdir
$(PERL) Makefile.PL
$(MAKE)
More information about the Pkg-perl-cvs-commits
mailing list