[Pkg-voip-commits] r3473 - iax/trunk/debian

Kilian Krause kilian at alioth.debian.org
Wed Apr 25 07:20:26 UTC 2007


Author: kilian
Date: 2007-04-25 07:20:25 +0000 (Wed, 25 Apr 2007)
New Revision: 3473

Modified:
   iax/trunk/debian/changelog
   iax/trunk/debian/rules
Log:
fix get-orig-source target.


Modified: iax/trunk/debian/changelog
===================================================================
--- iax/trunk/debian/changelog	2007-04-25 07:10:13 UTC (rev 3472)
+++ iax/trunk/debian/changelog	2007-04-25 07:20:25 UTC (rev 3473)
@@ -2,8 +2,11 @@
 
   * NOT RELEASED YET
 
- -- Julien BLACHE <jblache at debian.org>  Mon, 12 Jun 2006 11:14:39 +0200
+  [ Kilian Krause ]
+  * Fix get-orig-source target.
 
+ -- Kilian Krause <kilian at debian.org>  Wed, 25 Apr 2007 09:19:57 +0200
+
 iax (0.2.2-5) unstable; urgency=low
 
   * NOT YET RELEASED.

Modified: iax/trunk/debian/rules
===================================================================
--- iax/trunk/debian/rules	2007-04-25 07:10:13 UTC (rev 3472)
+++ iax/trunk/debian/rules	2007-04-25 07:20:25 UTC (rev 3473)
@@ -32,7 +32,7 @@
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
 
 FILENAME := iax_$(UPVERSION).orig.tar.gz
-URL := http://ftp2.digium.com/pub/libiax/releases/iax-$(UPVERSION).tar.gz
+URL := http://ftp2.digium.com/pub/libiax/iax-$(UPVERSION).tar.gz
 
 autotools-stamp:
 	rm -f config.sub config.guess




More information about the Pkg-voip-commits mailing list