[Pkg-voip-commits] [portaudio19] 01/03: Drop get-orig-source (upstream moved from svn to git)
Benjamin Drung
bdrung at moszumanska.debian.org
Sun Dec 25 21:14:21 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 ce9f803e3a214ae89585f5622812fd9eb56f28f1
Author: Benjamin Drung <bdrung at debian.org>
Date: Sun Dec 25 21:59:09 2016 +0100
Drop get-orig-source (upstream moved from svn to git)
---
debian/rules | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7705d98..d5ca3c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,21 +16,3 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
doxygen
-
-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/trunk
-SRCDIR := portaudio19-$(UPVERSION)
-
-get-orig-source:
- @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)
--
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