[med-svn] [bcftools] 01/06: Simplify d/rules as a result of improvements to build system
Afif Elghraoui
afif-guest at moszumanska.debian.org
Thu Feb 4 07:54:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository bcftools.
commit 339744435c2788ad921a11db67f61eb166bcf178
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Wed Feb 3 23:22:23 2016 -0800
Simplify d/rules as a result of improvements to build system
---
debian/rules | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/debian/rules b/debian/rules
index f2a96d4..f6bf26c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,7 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
-
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-
-CFLAGS := $(CPPFLAGS) $(CFLAGS)
+#include /usr/share/dpkg/default.mk
export HTSDIR=/usr/include
export USE_GPL=1
@@ -14,11 +10,5 @@ export plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/bcftools
%:
dh $@ --parallel
-override_dh_auto_install:
- mkdir -p debian/bcftools/$(pluginpath)
- mv plugins/*.so \
- debian/bcftools/$(pluginpath)
- dh_auto_install
-
override_dh_installman:
dh_installman --language=C
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bcftools.git
More information about the debian-med-commit
mailing list