[med-svn] [libseqlib] 04/05: d/rules: do not parse d/changelog
Andreas Tille
tille at debian.org
Sun Dec 10 08:47:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libseqlib.
commit a1d1db4d6357cc4f39dd642bb852eca68830970c
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 10 09:45:31 2017 +0100
d/rules: do not parse d/changelog
---
debian/changelog | 1 +
debian/rules | 5 ++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 110fa67..d00141a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libseqlib (1.1.1+dfsg-3) UNRELEASED; urgency=medium
* Explicitly use -I/usr/include/htslib instead of pkg-config in libhts-dev
since upstream insisted that the cram headers are private
(see bug #881359)
+ * d/rules: do not parse d/changelog
-- Andreas Tille <tille at debian.org> Sun, 18 Jun 2017 10:28:01 +0200
diff --git a/debian/rules b/debian/rules
index acd8630..15c354e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
# DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
-DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
@@ -19,6 +18,6 @@ override_dh_install:
--devunversioned \
--exclude-la \
--movedev debian/SeqLib usr/include \
- src/.libs/$(DEBPKGNAME).so
+ src/.libs/$(DEB_SOURCE).so
mkdir -p $(CURDIR)/debian/libseqlib-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
mv libseqlib.pc $(CURDIR)/debian/libseqlib-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libseqlib.git
More information about the debian-med-commit
mailing list