[Pkg-voip-commits] r5930 - in /libsupertone/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Thu Jul 10 09:19:33 UTC 2008


Author: tzafrir-guest
Date: Thu Jul 10 09:19:33 2008
New Revision: 5930

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5930
Log:
New upstream release of libsupertone.
* No longer a snapshot (previous get-orig-source target failed).
* Builds with spandsp from Unstable.

Modified:
    libsupertone/trunk/debian/changelog
    libsupertone/trunk/debian/rules

Modified: libsupertone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libsupertone/trunk/debian/changelog?rev=5930&op=diff
==============================================================================
--- libsupertone/trunk/debian/changelog (original)
+++ libsupertone/trunk/debian/changelog Thu Jul 10 09:19:33 2008
@@ -1,4 +1,4 @@
-libsupertone (0.0.2~pre20060205-2) UNRELEASED; urgency=low
+libsupertone (0.0.2-1) UNRELEASED; urgency=low
 
   [ Kilian Krause ]
   * NOT RELEASED YET

Modified: libsupertone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libsupertone/trunk/debian/rules?rev=5930&op=diff
==============================================================================
--- libsupertone/trunk/debian/rules (original)
+++ libsupertone/trunk/debian/rules Thu Jul 10 09:19:33 2008
@@ -13,7 +13,7 @@
 
 FILENAME := libsupertone_$(DEBUPVERSION).orig.tar.gz
 FULLNAME := libsupertone-$(DEBUPVERSION)
-URL := http://www.soft-switch.org/downloads/snapshots/unicall/libsupertone-$(UPVERSION).tar.gz
+URL := http://www.soft-switch.org/downloads/unicall/libsupertone-$(UPVERSION).tgz
 
 CFLAGS = -Wall -g
 
@@ -96,7 +96,7 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 




More information about the Pkg-voip-commits mailing list