[Pkg-voip-commits] [portaudio19] 51/114: * New upstream snapshot (Closes: #560111). * Refresh get-orig-source rule.

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository portaudio19.

commit 4062b8261b938d2ec47781180fa0875c2ed36a81
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Feb 20 13:15:42 2010 +0000

    * New upstream snapshot (Closes: #560111).
    * Refresh get-orig-source rule.
---
 debian/changelog |  6 ++++--
 debian/rules     | 23 +++++++++++------------
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebf1217..dd4f31c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/rules b/debian/rules
index ec4a4fa..a072b6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,14 +53,13 @@ endif
 
 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 @@ print-version:
 	@@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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git



More information about the Pkg-voip-commits mailing list