[Pkg-voip-commits] r3698 - asterisk-spandsp-plugins/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Jun 24 09:17:26 UTC 2007


Author: kilian
Date: 2007-06-24 09:17:26 +0000 (Sun, 24 Jun 2007)
New Revision: 3698

Modified:
   asterisk-spandsp-plugins/trunk/debian/rules
Log:
fix last commit. The $(UPVERSION) was ditched for no reason.


Modified: asterisk-spandsp-plugins/trunk/debian/rules
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/rules	2007-06-24 07:42:55 UTC (rev 3697)
+++ asterisk-spandsp-plugins/trunk/debian/rules	2007-06-24 09:17:26 UTC (rev 3698)
@@ -78,7 +78,7 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@mkdir -p ../tarballs/asterisk-$(UPVERSION)
-	@@echo Downloading sources for from $(BASEURL) ...
+	@@echo Downloading sources for $(UPVERSION) from $(BASEURL) ...
 	@@wget -N -nv -T10 -t3 -P ../tarballs/asterisk-$(UPVERSION) $(SOURCE_URLS)
 	@@echo Packaging ...
 	@@cd ../tarballs && tar cfz $(FILENAME) asterisk-$(UPVERSION)




More information about the Pkg-voip-commits mailing list