[Pkg-voip-commits] r5310 - /asterisk/branches/etch/debian/rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Mar 18 18:45:06 UTC 2008


Author: tzafrir-guest
Date: Tue Mar 18 18:45:06 2008
New Revision: 5310

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5310
Log:
Remmed-out fix of get-orig-source .

Modified:
    asterisk/branches/etch/debian/rules

Modified: asterisk/branches/etch/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/etch/debian/rules?rev=5310&op=diff
==============================================================================
--- asterisk/branches/etch/debian/rules (original)
+++ asterisk/branches/etch/debian/rules Tue Mar 18 18:45:06 2008
@@ -36,10 +36,11 @@
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
+#UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-.*$$//' -e 's/~dfsg$$//')
 
 FILENAME := asterisk_$(UPVERSION)~dfsg.orig.tar.gz
 UPFILENAME := asterisk_$(UPVERSION).orig.tar.gz
-URL := http://ftp2.digium.com/pub/asterisk/releases/asterisk-$(UPVERSION).tar.gz
+URL := http://downloads.digium.com/pub/asterisk/releases/asterisk-$(UPVERSION).tar.gz
 
 
 check-sounds:




More information about the Pkg-voip-commits mailing list