[Pkg-voip-commits] r4901 - /libccscript3/trunk/debian/changelog /libccscript3/trunk/debian/rules /libosip2/trunk/debian/changelog /libosip2/trunk/debian/rules /speex/trunk/debian/patches/

msp at alioth.debian.org msp at alioth.debian.org
Thu Nov 29 20:38:47 UTC 2007


Author: msp
Date: Thu Nov 29 20:38:47 2007
New Revision: 4901

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4901
Log:
Cleanup get-orig-source VARS

Added:
    speex/trunk/debian/patches/
Modified:
    libccscript3/trunk/debian/changelog
    libccscript3/trunk/debian/rules
    libosip2/trunk/debian/changelog
    libosip2/trunk/debian/rules

Modified: libccscript3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libccscript3/trunk/debian/changelog?rev=4901&op=diff
==============================================================================
--- libccscript3/trunk/debian/changelog (original)
+++ libccscript3/trunk/debian/changelog Thu Nov 29 20:38:47 2007
@@ -10,7 +10,10 @@
   [ Faidon Liambotis ]
   * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 22 Sep 2007 12:08:47 +0200
+  [ Mark Purcell ]
+  * Cleanup get-orig-source VARS
+
+ -- Mark Purcell <msp at debian.org>  Thu, 29 Nov 2007 20:27:50 +0000
 
 libccscript3 (1.1.6-2) unstable; urgency=low
 

Modified: libccscript3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libccscript3/trunk/debian/rules?rev=4901&op=diff
==============================================================================
--- libccscript3/trunk/debian/rules (original)
+++ libccscript3/trunk/debian/rules Thu Nov 29 20:38:47 2007
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
-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 := libccscript3_$(UPVERSION).orig.tar.gz
-URL := http://ftp.gnu.org/pub/gnu/ccscript/ccscript3-$(UPVERSION).tar.gz
+FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
+URL = http://ftp.gnu.org/pub/gnu/ccscript/ccscript3-$(DEB_UPSTREAM_VERSION).tar.gz
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk

Modified: libosip2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/trunk/debian/changelog?rev=4901&op=diff
==============================================================================
--- libosip2/trunk/debian/changelog (original)
+++ libosip2/trunk/debian/changelog Thu Nov 29 20:38:47 2007
@@ -5,7 +5,10 @@
   [ Kilian Krause ]
   * Update Maintainer to Debian VoIP Team.
 
- -- Kilian Krause <kilian at debian.org>  Mon, 10 Sep 2007 22:25:43 +0200
+  [ Mark Purcell ]
+  * Cleanup get-orig-source VARS
+
+ -- Mark Purcell <msp at debian.org>  Thu, 29 Nov 2007 20:33:09 +0000
 
 libosip2 (3.0.3-2-1) unstable; urgency=low
 

Modified: libosip2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/trunk/debian/rules?rev=4901&op=diff
==============================================================================
--- libosip2/trunk/debian/rules (original)
+++ libosip2/trunk/debian/rules Thu Nov 29 20:38:47 2007
@@ -2,9 +2,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-FILENAME := libosip2_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-UPFILENAME := libosip2-$(DEB_UPSTREAM_VERSION).tar.gz
-URL := http://ftp.gnu.org/gnu/osip/$(UPFILENAME)
+FILENAME := $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
+URL := http://ftp.gnu.org/gnu/osip/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
 
 include /usr/share/cdbs/1/class/autotools.mk
 
@@ -15,10 +14,6 @@
 clean::
 	rm -f help/man/osip.1
 
-print-version:
-	@@echo "Debian version:          $(DEB_VERSION)"
-	@@echo "Upstream version:        $(DEB_UPSTREAM_VERSION)"
-
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs




More information about the Pkg-voip-commits mailing list