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

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Jun 18 09:24:24 UTC 2007


Author: tzafrir-guest
Date: 2007-06-18 09:24:24 +0000 (Mon, 18 Jun 2007)
New Revision: 3667

Modified:
   spandsp/trunk/debian/changelog
   spandsp/trunk/debian/control
   spandsp/trunk/debian/rules
Log:
* New upstream release.
* Fixed upstream file name for get-orig-source.
* standards version updated to 3.7.2 .


Modified: spandsp/trunk/debian/changelog
===================================================================
--- spandsp/trunk/debian/changelog	2007-06-18 09:18:33 UTC (rev 3666)
+++ spandsp/trunk/debian/changelog	2007-06-18 09:24:24 UTC (rev 3667)
@@ -1,11 +1,17 @@
-spandsp (0.0.4~pre1-2) UNRELEASED; urgency=low
+spandsp (0.0.4~pre3-1) UNRELEASED; urgency=low
 
+  [ Santiago Ruano Rincón ]
   * NOT RELEASED YET
   * Added Conflicts: libspandsp2
   * Fixed URL in debian/rules
 
- -- Santiago Ruano Rincón <santiago at debian.org>  Sat, 12 May 2007 17:21:10 -0500
+  [ Tzafrir Cohen ]
+  * New upstream release.
+  * Fixed upstream file name for get-orig-source.
+  * standards version updated to 3.7.2 .
 
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 18 Jun 2007 09:53:06 +0300
+
 spandsp (0.0.4~pre1-1) experimental; urgency=low
 
   * New upstream release.

Modified: spandsp/trunk/debian/control
===================================================================
--- spandsp/trunk/debian/control	2007-06-18 09:18:33 UTC (rev 3666)
+++ spandsp/trunk/debian/control	2007-06-18 09:24:24 UTC (rev 3667)
@@ -4,7 +4,7 @@
 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>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Santiago Ruano Rincón <santiago at debian.org>
 Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch, doxygen, autotools-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
 

Modified: spandsp/trunk/debian/rules
===================================================================
--- spandsp/trunk/debian/rules	2007-06-18 09:18:33 UTC (rev 3666)
+++ spandsp/trunk/debian/rules	2007-06-18 09:24:24 UTC (rev 3667)
@@ -8,9 +8,11 @@
 
 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$$//' -e 's/~//')
+ORIGTARVER:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//')# -e 's/.dfsg$$//' -e 's/~//')
 
-FILENAME := spandsp_$(UPVERSION).orig.tar.gz
+UPVERSION:=$(shell echo $(ORIGTARVER) | tr -d '~')
+
+FILENAME := spandsp_$(ORIGTARVER).orig.tar.gz
 FULLNAME := spandsp-$(UPVERSION)
 URL := http://soft-switch.org/downloads/spandsp/spandsp-$(UPVERSION).tgz
 




More information about the Pkg-voip-commits mailing list