[Pkg-voip-commits] r1983 - spandsp/trunk/debian

Tzafrir Cohen tzafrir-guest at costa.debian.org
Fri Jun 30 00:12:47 UTC 2006


Author: tzafrir-guest
Date: 2006-06-30 00:12:46 +0000 (Fri, 30 Jun 2006)
New Revision: 1983

Modified:
   spandsp/trunk/debian/changelog
   spandsp/trunk/debian/control
   spandsp/trunk/debian/rules
Log:
* New upstream release.
* Added get-orig-source target.

Modified: spandsp/trunk/debian/changelog
===================================================================
--- spandsp/trunk/debian/changelog	2006-06-29 17:20:09 UTC (rev 1982)
+++ spandsp/trunk/debian/changelog	2006-06-30 00:12:46 UTC (rev 1983)
@@ -1,8 +1,10 @@
-spandsp (0.0.2pre25-2) UNRELEASED; urgency=low
+spandsp (0.0.2pre26-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * New upstream release.
+  * Added get-orig-source target.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 18 Feb 2006 21:51:53 +0000
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Fri, 30 Jun 2006 01:58:45 +0300
 
 spandsp (0.0.2pre25-1) unstable; urgency=low
 

Modified: spandsp/trunk/debian/control
===================================================================
--- spandsp/trunk/debian/control	2006-06-29 17:20:09 UTC (rev 1982)
+++ spandsp/trunk/debian/control	2006-06-30 00:12:46 UTC (rev 1983)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Kilian Krause <kilian at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mark Purcell <msp at debian.org>
+Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Kilian Krause <kilian at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch, doxygen
 Standards-Version: 3.6.1
 

Modified: spandsp/trunk/debian/rules
===================================================================
--- spandsp/trunk/debian/rules	2006-06-29 17:20:09 UTC (rev 1982)
+++ spandsp/trunk/debian/rules	2006-06-30 00:12:46 UTC (rev 1983)
@@ -6,6 +6,14 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+DEBVERSION:=$(shell head -n 1 debian/changelog \
+		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
+
+FILENAME := spandsp_$(UPVERSION).orig.tar.gz
+FULLNAME := spandsp-$(UPVERSION)
+URL := http://soft-switch.org/downloads/spandsp/$(FULLNAME)/$(FULLNAME).tar.gz
+
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -86,5 +94,11 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@echo Downloading $(FILENAME) from $(URL) ...
+	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install patch unpatch




More information about the Pkg-voip-commits mailing list