[Pkg-voip-commits] r4996 - in /iaxmodem/trunk/debian: changelog rules
jblache at alioth.debian.org
jblache at alioth.debian.org
Sun Dec 2 11:27:16 UTC 2007
Author: jblache
Date: Sun Dec 2 11:27:16 2007
New Revision: 4996
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4996
Log:
Fix parallel builds.
Modified:
iaxmodem/trunk/debian/changelog
iaxmodem/trunk/debian/rules
Modified: iaxmodem/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/changelog?rev=4996&op=diff
==============================================================================
--- iaxmodem/trunk/debian/changelog (original)
+++ iaxmodem/trunk/debian/changelog Sun Dec 2 11:27:16 2007
@@ -1,8 +1,9 @@
-iaxmodem (0.3.2~dfsg-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Julien BLACHE <jblache at debian.org> Fri, 12 Oct 2007 18:51:41 +0200
+iaxmodem (0.3.2~dfsg-2) unstable; urgency=low
+
+ * debian/rules:
+ + Fix parallel builds.
+
+ -- Julien BLACHE <jblache at debian.org> Sun, 02 Dec 2007 12:26:21 +0100
iaxmodem (0.3.2~dfsg-1) unstable; urgency=low
Modified: iaxmodem/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/rules?rev=4996&op=diff
==============================================================================
--- iaxmodem/trunk/debian/rules (original)
+++ iaxmodem/trunk/debian/rules Sun Dec 2 11:27:16 2007
@@ -52,7 +52,7 @@
touch autotools-stamp
-configure-stamp: autotools-stamp
+configure-stamp: patch-stamp autotools-stamp
dh_testdir
# Check that problematic files have been removed prior to packaging
@@ -70,7 +70,7 @@
build: build-stamp
-build-stamp: patch-stamp configure-stamp
+build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
More information about the Pkg-voip-commits
mailing list