[Pkg-voip-commits] r4347 - linphone/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Fri Aug 31 21:34:59 UTC 2007


Author: kilian
Date: 2007-08-31 21:34:59 +0000 (Fri, 31 Aug 2007)
New Revision: 4347

Modified:
   linphone/trunk/debian/changelog
   linphone/trunk/debian/rules
   linphone/trunk/debian/watch
Log:
* Fix debian/watch and get-orig-source target

Modified: linphone/trunk/debian/changelog
===================================================================
--- linphone/trunk/debian/changelog	2007-08-31 21:31:51 UTC (rev 4346)
+++ linphone/trunk/debian/changelog	2007-08-31 21:34:59 UTC (rev 4347)
@@ -1,3 +1,9 @@
+linphone (1.99.0-2) unstable; urgency=low
+
+  * Fix debian/watch and get-orig-source target
+
+ -- Kilian Krause <kilian at debian.org>  Fri, 31 Aug 2007 23:33:20 +0200
+
 linphone (1.99.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: linphone/trunk/debian/rules
===================================================================
--- linphone/trunk/debian/rules	2007-08-31 21:31:51 UTC (rev 4346)
+++ linphone/trunk/debian/rules	2007-08-31 21:34:59 UTC (rev 4347)
@@ -41,7 +41,7 @@
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
 
 FILENAME := linphone_$(UPVERSION).orig.tar.gz
-URL := http://download.savannah.nongnu.org/releases/linphone/stable/sources/linphone-$(UPVERSION).tar.gz
+URL := http://download.savannah.gnu.org/releases/linphone/unstable/source/linphone-$(UPVERSION).tar.gz
 
 configure-stamp: configure
 	dh_testdir

Modified: linphone/trunk/debian/watch
===================================================================
--- linphone/trunk/debian/watch	2007-08-31 21:31:51 UTC (rev 4346)
+++ linphone/trunk/debian/watch	2007-08-31 21:34:59 UTC (rev 4347)
@@ -1,3 +1,3 @@
 version=3
 
-http://download.savannah.nongnu.org/releases/linphone/stable/sources/linphone-([\d\w\.]+).tar.gz debian uupdate
+http://download.savannah.gnu.org/releases/linphone/unstable/source/linphone-([\d\w\.]+).tar.gz debian uupdate




More information about the Pkg-voip-commits mailing list