[SCM] jack-tools packaging branch, master, updated. ce4e2dc1b9748681fe2c43336cbd7e0e890310f1

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Aug 20 12:37:18 UTC 2010


The following commit has been merged in the master branch:
commit ce4e2dc1b9748681fe2c43336cbd7e0e890310f1
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Aug 20 14:36:43 2010 +0200

    Strip debian revision number from SRC_VERSION.

diff --git a/debian/rules b/debian/rules
index 3a8c7a9..ae614be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 PACKAGE = jack-tools
-SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-\(.*\)/\3-\4/p')
+SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-\(.*\)/\3/p')
 TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz
 
 

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list