[Pkg-voip-commits] r8652 - /asterisk/branches/experimental/debian/rules
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Wed Oct 20 10:15:42 UTC 2010
Author: tzafrir
Date: Wed Oct 20 10:15:34 2010
New Revision: 8652
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8652
Log:
Report proper file name we download when we have an RC
Modified:
asterisk/branches/experimental/debian/rules
Modified: asterisk/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/rules?rev=8652&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/rules (original)
+++ asterisk/branches/experimental/debian/rules Wed Oct 20 10:15:34 2010
@@ -199,7 +199,7 @@
get-orig-source:
@@dh_testdir
@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
- @@echo Downloading $(UPFILENAME) from $(URL) ...
+ @@echo Downloading $(FILENAME) from $(URL) ...
@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install clean
More information about the Pkg-voip-commits
mailing list