[med-svn] [htslib] 02/04: do not parse d/changelog explicitly
    Andreas Tille 
    tille at debian.org
       
    Thu Jul 20 11:12:04 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian/unstable
in repository htslib.
commit e335d9b3e2a08a6b5a0331b5106ac348af6652fc
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 20 08:08:53 2017 +0200
    do not parse d/changelog explicitly
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a3ebca3..6098724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ htslib (1.5-1) UNRELEASED; urgency=medium
   [ Andreas Tille ]
   * New upstream version
   * Standards-Version: 4.0.0 (no changes needed)
+  * do not parse d/changelog explicitly
   * hardening=+all
 
   [ Steffen Moeller ]
diff --git a/debian/rules b/debian/rules
index f1cd7b6..ebb3faa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,9 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 export DH_VERBOSE=1
-DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
+
+include /usr/share/dpkg/default.mk
+
 export DEB_CFLAGS_MAINT_APPEND = -fno-strict-aliasing
 
 %:
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
    
    
More information about the debian-med-commit
mailing list