[Pkg-voip-commits] r2105 - openser/trunk/debian
Julien Blache
jblache at costa.debian.org
Wed Jul 26 12:14:31 UTC 2006
Author: jblache
Date: 2006-07-26 12:14:30 +0000 (Wed, 26 Jul 2006)
New Revision: 2105
Modified:
openser/trunk/debian/rules
Log:
Fix non-TLS source filename.
Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules 2006-07-26 12:11:43 UTC (rev 2104)
+++ openser/trunk/debian/rules 2006-07-26 12:14:30 UTC (rev 2105)
@@ -7,8 +7,8 @@
UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
FILENAME := openser_$(UPVERSION).orig.tar.gz
-UPFILENAME := openser-$(UPVERSION)_src.tar.gz
-URL := http://openser.org/pub/openser/$(UPVERSION)/src/openser-$(UPVERSION)_src.tar.gz
+UPFILENAME := openser-$(UPVERSION)-notls_src.tar.gz
+URL := http://openser.org/pub/openser/$(UPVERSION)/src/openser-$(UPVERSION)-notls_src.tar.gz
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
More information about the Pkg-voip-commits
mailing list