[med-svn] [r-bioc-qvalue] 05/06: Do not parse d/changelog
Andreas Tille
tille at debian.org
Sat Nov 11 07:35:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-qvalue.
commit fc9e739c3824d1ad77ddb573aed9ac51a60404d9
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 2 10:19:54 2017 +0200
Do not parse d/changelog
---
debian/changelog | 1 +
debian/rules | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 70d11bb..721bf64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ r-bioc-qvalue (2.8.0-1) UNRELEASED; urgency=medium
* Standards-Version: 4.1.1
* Add binary dataset to debian/README.source
* Fix permissions
+ * Do not parse d/changelog
-- Andreas Tille <tille at debian.org> Mon, 02 Oct 2017 10:05:57 +0200
diff --git a/debian/rules b/debian/rules
index 308f88d..f4b3716 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-debRreposname := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}' | sed 's/r-\([a-z]\+\)-.*/\1/')
+include /usr/share/dpkg/default.mk
+
+debRreposname := $(shell echo $(DEB_SOURCE) | sed 's/r-\([a-z]\+\)-.*/\1/')
awkString := "'/^(Package|Bundle):/ {print $$2 }'"
cranNameOrig := $(shell awk "$(awkString)" DESCRIPTION)
cranName := $(shell echo "$(cranNameOrig)" | tr A-Z a-z)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-qvalue.git
More information about the debian-med-commit
mailing list