[SCM] ardour/master: query "Source" field from dpkg-parsechangelog
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Thu Sep 10 21:38:32 UTC 2015
The following commit has been merged in the master branch:
commit 808bdf8c0585004c7716102f772d22b90a76bcf5
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Sep 10 22:01:21 2015 +0200
query "Source" field from dpkg-parsechangelog
rather than filtering ourselves...
diff --git a/debian/rules b/debian/rules
index d362baa..f79b027 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname )
UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
DFSG = dfsg1
-PKG = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
+PKG = $(shell dpkg-parsechangelog -SSource)
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
-include /usr/share/cdbs/1/rules/utils.mk
--
ardour Debian packaging
More information about the pkg-multimedia-commits
mailing list