[Pkg-voip-commits] r5504 - in /asterisk/trunk/debian: changelog rules

lmamane at alioth.debian.org lmamane at alioth.debian.org
Sun Apr 6 12:00:07 UTC 2008


Author: lmamane
Date: Sun Apr  6 12:00:06 2008
New Revision: 5504

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5504
Log:
debian/rules: fix get-orig-source to actually work

Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=5504&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sun Apr  6 12:00:06 2008
@@ -1,5 +1,6 @@
 asterisk (1:1.4.19~dfsg-1) UNRELEASED; urgency=low
 
+  [ Faidon Liambotis ]
   * New upstream release.
     - Dropped configure-libc-client, incorporated upstream.
     - Adapted bristuff patches uniqueid-10-channel-ops-uniqueid,
@@ -7,7 +8,10 @@
   * Build with -O2 instead of the default -O6 (bug introduced in
     1.4.18~dfsg-1).
 
- -- Faidon Liambotis <paravoid at debian.org>  Thu, 03 Apr 2008 16:23:59 +0300
+  [ Lionel Elie Mamane ]
+  * debian/rules: fix get-orig-source to actually work
+
+ -- Lionel Elie Mamane <lmamane at debian.org>  Sun, 06 Apr 2008 13:59:37 +0200
 
 asterisk (1:1.4.18.1~dfsg-1) unstable; urgency=high
 

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=5504&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Sun Apr  6 12:00:06 2008
@@ -219,7 +219,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/asterisk-$(UPVERSION).tmp/
 	@@cd ../tarballs/asterisk-$(UPVERSION).tmp ; \




More information about the Pkg-voip-commits mailing list