[Pkg-voip-commits] r5737 - /openser/trunk/debian/rules

jblache at alioth.debian.org jblache at alioth.debian.org
Thu May 15 19:43:43 UTC 2008


Author: jblache
Date: Thu May 15 19:43:43 2008
New Revision: 5737

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5737
Log:
wget doesn't support -N with -O.

Modified:
    openser/trunk/debian/rules

Modified: openser/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/rules?rev=5737&op=diff
==============================================================================
--- openser/trunk/debian/rules (original)
+++ openser/trunk/debian/rules Thu May 15 19:43:43 2008
@@ -350,6 +350,6 @@
 	@@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)
 
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch real-clean




More information about the Pkg-voip-commits mailing list