Bug#482175: op-panel: get-orig-source rule fails on wget option

Tim Retout tim at retout.co.uk
Wed May 21 08:57:24 UTC 2008


Package: op-panel
Severity: normal
Tags: patch

When running the get-orig-source rule in op-panel, I get an error about 
it being impossible to use both the '-N' and '-O' options to wget. The 
man page has something to that effect - everything works if I remove the 
'-N' option.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
Index: debian/rules
===================================================================
--- debian/rules	(revision 5759)
+++ debian/rules	(working copy)
@@ -91,7 +91,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...
 	@@mkdir -p ../tarballs/op_panel-$(UPVERSION).tmp/
 	@@cd ../tarballs/op_panel-$(UPVERSION).tmp ; \


More information about the Pkg-voip-maintainers mailing list