[Pkg-voip-commits] r5965 - /iaxmodem/trunk/debian/rules

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Jul 19 19:36:38 UTC 2008


Author: jblache
Date: Sat Jul 19 19:36:38 2008
New Revision: 5965

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5965
Log:
Fix wget invocation in get-orig-source.

Modified:
    iaxmodem/trunk/debian/rules

Modified: iaxmodem/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/rules?rev=5965&op=diff
==============================================================================
--- iaxmodem/trunk/debian/rules (original)
+++ iaxmodem/trunk/debian/rules Sat Jul 19 19:36:38 2008
@@ -143,7 +143,7 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(UPFILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
+	@@wget -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
 	@@echo Repacking as DFSG-free...
 	@@rm -rf ../tarballs/iaxmodem-$(UPVERSION).tmp
 	@@mkdir -p ../tarballs/iaxmodem-$(UPVERSION).tmp/;cd ../tarballs/iaxmodem-$(UPVERSION).tmp && \




More information about the Pkg-voip-commits mailing list