[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.118+svn3796-3-4-g6530e11

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Mar 10 17:39:45 UTC 2010


The following commit has been merged in the master branch:
commit f90859bffaac8f608fa59e399cd925fc9c71d5cc
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Mar 10 18:32:32 2010 +0100

    Use CDBS upstream-tarball.mk (not local tarball-in-tarball rule), and weaken dependency to ease backporting (the get-orig-source rule is not needed during normal builds.

diff --git a/debian/rules b/debian/rules
index 9a35278..ebeb577 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,14 @@
 #
 
 include /usr/share/cdbs/1/class/makefile.mk
-DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*//')
-# strip of a optionally added cvs patch (format: upstream+cvs-debian)
-DEB_UPSTREAM_TARBALL_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+[^+]*//')
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+-include /usr/share/cdbs/1/rules/upstream-tarball.mk
+
+DEB_UPSTREAM_PACKAGE = jack-audio-connection-kit
+DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/\+.*//
+DEB_UPSTREAM_URL = http://downloads.sourceforge.net/jackit
 
 #unused, TODO get this soname from configure.in
 #DEB_SONAME_VERSION := 0.91.1-0
@@ -120,17 +122,3 @@ devel-readme:
 	> debian/README.developers.dltmp
 	mv debian/README.developers.dltmp debian/README.developers
 	dch -a "debian/README.developers: updated from webpage"
-
-.PHONY: update-create-orig-tarball
-update-create-orig-tarball:
-	mkdir -p tmp-orig-tree/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
-	cp *.tar.* tmp-orig-tree/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
-	tar -C tmp-orig-tree -czvf \
-                ../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
-                $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
-
-.PHONY: update-clean
-update-clean:
-	rm -rf tmp-orig-tree
-
-clean:: update-clean

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list