[Pkg-voip-commits] r5515 - /spandsp/trunk/debian/rules

msp at alioth.debian.org msp at alioth.debian.org
Tue Apr 8 11:59:53 UTC 2008


Author: msp
Date: Tue Apr  8 11:59:53 2008
New Revision: 5515

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5515
Log:
wget args

Modified:
    spandsp/trunk/debian/rules

Modified: spandsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/rules?rev=5515&op=diff
==============================================================================
--- spandsp/trunk/debian/rules (original)
+++ spandsp/trunk/debian/rules Tue Apr  8 11:59:53 2008
@@ -106,7 +106,7 @@
 	-@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install patch unpatch




More information about the Pkg-voip-commits mailing list