[Pkg-voip-commits] r5767 - in /op-panel/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed May 21 12:23:25 UTC 2008


Author: tzafrir-guest
Date: Wed May 21 12:23:25 2008
New Revision: 5767

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5767
Log:
wget -N conflicts with -O (Closes: #482175).

Modified:
    op-panel/trunk/debian/changelog
    op-panel/trunk/debian/rules

Modified: op-panel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/changelog?rev=5767&op=diff
==============================================================================
--- op-panel/trunk/debian/changelog (original)
+++ op-panel/trunk/debian/changelog Wed May 21 12:23:25 2008
@@ -10,8 +10,9 @@
   * Documented patches we use.
   * Use binary-indep rules rather than binary-arch.
   * Bump standards version to 3.7.3 (no change needed).
+  * wget -N conflicts with -O (Closes: #482175). 
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 01 Apr 2008 04:49:08 +0300
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 21 May 2008 15:17:04 +0300
 
 op-panel (0.27.dfsg-2) unstable; urgency=low
 

Modified: op-panel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/rules?rev=5767&op=diff
==============================================================================
--- op-panel/trunk/debian/rules (original)
+++ op-panel/trunk/debian/rules Wed May 21 12:23:25 2008
@@ -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-commits mailing list