[med-svn] [htslib] 01/03: Remove binary files from test results
Andreas Tille
tille at debian.org
Tue Mar 21 20:39:30 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 28af9f8c0129302a9f7843d341da3ace2afa7662
Author: Andreas Tille <tille at debian.org>
Date: Tue Mar 21 21:21:20 2017 +0100
Remove binary files from test results
---
debian/changelog | 1 +
debian/rules | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 26a2fc2..e6e96f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ htslib (1.4-1) experimental; urgency=medium
* New upstream version
* Drop autoconf from Build-Depends
* Add libbz2-dev and liblzma-dev to Build-Depends
+ * Remove binary files from test results
-- Andreas Tille <tille at debian.org> Tue, 21 Mar 2017 17:44:03 +0100
diff --git a/debian/rules b/debian/rules
index a369d2b..6831b05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ override_dh_auto_build:
libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
- rm $(CURDIR)/test/sam $(CURDIR)/test/test-regidx
+ for binary in sam test-regidx hts_endian test-bcf-sr test_bgzf ; do \
+ rm $(CURDIR)/test/sam $(CURDIR)/test/test-regidx ; \
+ done
dh_auto_install -- \
prefix=/usr \
libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--
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