[med-svn] [probabel] 01/04: Don't install the extract-snp binary. It's a test program and upstream doesn't build it by default anymore (in SVN). This fixes a lintian warning (binary without manpage).
Lennart Karssen
lckarssen-guest at moszumanska.debian.org
Fri Dec 13 00:38:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
lckarssen-guest pushed a commit to branch master
in repository probabel.
commit dc994c2b8e9b8c1f5cb21bc324b6c369ddfce3bf
Author: L.C. Karssen <lennart at karssen.org>
Date: Thu Dec 12 16:42:09 2013 +0100
Don't install the extract-snp binary. It's a test program and upstream doesn't build it by default anymore (in SVN).
This fixes a lintian warning (binary without manpage).
---
debian/rules | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4ece2fa..0d38694 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,12 @@ DH_VERBOSE := 1
# some helpful variables
# shamelessly stolen from http://jmtd.net/log/awk/
-DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
+# DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
+# VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+# DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-GIT_TAG := $(subst ~,_,$(VERSION))
+# DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
+# GIT_TAG := $(subst ~,_,$(VERSION))
# alternatively to manually set those variables you can
# include /usr/share/cdbs/1/rules/buildvars.mk
@@ -28,3 +28,7 @@ override_dh_installdocs:
override_dh_installchangelogs:
dh_installchangelogs doc/ChangeLog
+
+override_dh_auto_install:
+ dh_auto_install
+ rm debian/$(DEBPKGNAME)/usr/bin/extract-snp
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git
More information about the debian-med-commit
mailing list