[Pkg-voip-commits] r5770 - in /yate/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed May 21 16:51:33 UTC 2008


Author: tzafrir-guest
Date: Wed May 21 16:51:32 2008
New Revision: 5770

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5770
Log:
Remove -N from wget command in get-orig-source (conflicts with -O).

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/rules

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=5770&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Wed May 21 16:51:32 2008
@@ -2,7 +2,11 @@
 
   * NOT RELEASED YET
 
+  [ Kilian Krause ]
   * Add Homepage field as added in dpkg-dev 1.14.6.
+
+  [ Tzafrir Cohen ]
+  * Remove -N from wget command in get-orig-source (conflicts with -O).
 
  -- Kilian Krause <kilian at debian.org>  Fri, 05 Oct 2007 23:55:02 +0200
 

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=5770&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Wed May 21 16:51:32 2008
@@ -137,7 +137,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)
 	@@echo Removing non dfsg compliant parts out of it
 	@@[ -d ../tarballs/dfsg/. ]||mkdir -p ../tarballs/dfsg
 	@@tar -xzf ../tarballs/$(FILENAME) -C ../tarballs/dfsg




More information about the Pkg-voip-commits mailing list