[Pkg-voip-commits] r8095 - in /portaudio19/trunk/debian: changelog rules

bdrung-guest at alioth.debian.org bdrung-guest at alioth.debian.org
Sat Feb 20 13:15:45 UTC 2010


Author: bdrung-guest
Date: Sat Feb 20 13:15:42 2010
New Revision: 8095

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8095
Log:
* New upstream snapshot (Closes: #560111).
* Refresh get-orig-source rule.

Modified:
    portaudio19/trunk/debian/changelog
    portaudio19/trunk/debian/rules

Modified: portaudio19/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/changelog?rev=8095&op=diff
==============================================================================
--- portaudio19/trunk/debian/changelog (original)
+++ portaudio19/trunk/debian/changelog Sat Feb 20 13:15:42 2010
@@ -1,12 +1,14 @@
-portaudio19 (19+svn20071022-4) UNRELEASED; urgency=low
+portaudio19 (19+svn20100220-1) UNRELEASED; urgency=low
 
   [ Kilian Krause ]
   * Alter Build-Depends from libjack0.100.0-dev to libjack-dev (Closes: #527423)
 
   [ Benjamin Drung ]
+  * New upstream snapshot (Closes: #560111).
   * Add myself to Uploaders.
+  * Refresh get-orig-source rule.
 
- -- Benjamin Drung <bdrung at ubuntu.com>  Fri, 19 Feb 2010 23:40:28 +0100
+ -- Benjamin Drung <bdrung at ubuntu.com>  Sat, 20 Feb 2010 14:14:41 +0100
 
 portaudio19 (19+svn20071022-3) unstable; urgency=low
 

Modified: portaudio19/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/rules?rev=8095&op=diff
==============================================================================
--- portaudio19/trunk/debian/rules (original)
+++ portaudio19/trunk/debian/rules Sat Feb 20 13:15:42 2010
@@ -53,14 +53,13 @@
 
 CONFIGURE_SOUND_ARGS += --with-jack=$(ENABLE_JACK)
 
-DEBVERSION:=$(shell head -n 1 debian/changelog \
-		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
+DEBVERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
 UPDATE:=$(shell echo $(UPVERSION) | sed -e 's/^.*\+svn//')
 
 FILENAME := portaudio19_$(UPVERSION).orig.tar.gz
-URL := https://www.portaudio.com/repos/portaudio/branches/v19-devel
-SRCDIR := portaudio19-$(UPVERSION).orig
+URL := https://www.portaudio.com/repos/portaudio/trunk
+SRCDIR := portaudio19-$(UPVERSION)
 
 autoreconf:
 	aclocal
@@ -140,14 +139,14 @@
 	@@echo "Upstream version:        $(UPVERSION)"
 
 get-orig-source:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@svn export -r{$(UPDATE)T0000Z} $(URL) ../tarballs/$(SRCDIR)
-	@@echo Building snapshot tarball
-	@@GZIP=-9 tar -b1 -czf ../tarballs/$(FILENAME) -C ../tarballs $(SRCDIR)
-	@@echo Cleaning up
-	@@rm -rf ../tarballs/$(SRCDIR)
+	@dh_testdir
+	@mkdir -p ../tarballs
+	@echo Downloading $(FILENAME) from $(URL) ...
+	@svn export -r{$(UPDATE)T0000Z} $(URL) ../tarballs/$(SRCDIR)
+	@echo Building snapshot tarball
+	@GZIP=-9 tar -caf ../tarballs/$(FILENAME) -C ../tarballs $(SRCDIR)
+	@echo Cleaning up
+	@rm -rf ../tarballs/$(SRCDIR)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install patch unpatch config autoreconf print-version get-orig-source




More information about the Pkg-voip-commits mailing list