[Pkg-voip-commits] r6073 - /ser/trunk/debian/rules

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Mon Aug 25 12:58:12 UTC 2008


Author: marcusb-guest
Date: Mon Aug 25 12:58:12 2008
New Revision: 6073

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6073
Log:
Use explicit version directory, the "latest" link is currently not updated.

Modified:
    ser/trunk/debian/rules

Modified: ser/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/rules?rev=6073&op=diff
==============================================================================
--- ser/trunk/debian/rules (original)
+++ ser/trunk/debian/rules Mon Aug 25 12:58:12 2008
@@ -8,7 +8,7 @@
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
 
 FILENAME := ser_$(UPVERSION).orig.tar.gz
-URL := http://ftp.iptel.org/pub/ser/latest/src/ser-$(UPVERSION)_src.tar.gz
+URL := http://ftp.iptel.org/pub/ser/$(UPVERSION)/src/ser-$(UPVERSION)_src.tar.gz
 
 MODULE_GROUPS := group_include="standard standard-dep stable"
 MAKEARGS := $(MODULE_GROUPS) prefix=/usr cfg-target=/etc/ser/ cfg-prefix=$(CURDIR)/debian/tmp




More information about the Pkg-voip-commits mailing list