[Pkg-voip-commits] r3234 - portaudio/trunk/debian

Mark Purcell msp at alioth.debian.org
Sat Mar 17 13:10:29 CET 2007


Author: msp
Date: 2007-03-17 12:10:29 +0000 (Sat, 17 Mar 2007)
New Revision: 3234

Modified:
   portaudio/trunk/debian/changelog
   portaudio/trunk/debian/rules
Log:
* Working debian/rules get-orig-source

Modified: portaudio/trunk/debian/changelog
===================================================================
--- portaudio/trunk/debian/changelog	2007-03-14 16:30:56 UTC (rev 3233)
+++ portaudio/trunk/debian/changelog	2007-03-17 12:10:29 UTC (rev 3234)
@@ -2,8 +2,9 @@
 
   * NOT RELEASED YET
   * Update debian/watch
+  * Working debian/rules get-orig-source
 
- -- Mark Purcell <msp at debian.org>  Sat,  6 May 2006 11:50:49 +0100
+ -- Mark Purcell <mark at purcell.id.au>  Sat, 17 Mar 2007 12:11:08 +0000
 
 portaudio (18.1-4) unstable; urgency=low
 

Modified: portaudio/trunk/debian/rules
===================================================================
--- portaudio/trunk/debian/rules	2007-03-14 16:30:56 UTC (rev 3233)
+++ portaudio/trunk/debian/rules	2007-03-17 12:10:29 UTC (rev 3234)
@@ -102,8 +102,7 @@
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@dpatch-get-origtargz ../tarballs
 
 binary: binary-arch
 .PHONY: build clean binary-arch binary install patch unpatch config




More information about the Pkg-voip-commits mailing list