[Pkg-voip-commits] r5917 - /rtpproxy/trunk/debian/rules

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Sun Jun 29 16:41:01 UTC 2008


Author: marcusb-guest
Date: Sun Jun 29 16:41:00 2008
New Revision: 5917

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5917
Log:
Depend on patch-stamp instead of phony target to avoid double invocation of configure.

Modified:
    rtpproxy/trunk/debian/rules

Modified: rtpproxy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rules?rev=5917&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Sun Jun 29 16:41:00 2008
@@ -32,7 +32,7 @@
 configure:
 	autoreconf --force --install
 
-configure-stamp: patch configure
+configure-stamp: $(QUILT_STAMPFN) configure
 	dh_testdir
 	rm -f config.sub config.guess
 	ln -sf /usr/share/misc/config.sub .




More information about the Pkg-voip-commits mailing list