[med-svn] [Git][med-team/genometester][master] Add override_dh_build, d/install, d/docs
Liubov Chuprikova
gitlab at salsa.debian.org
Fri Jun 1 09:44:58 BST 2018
Liubov Chuprikova pushed to branch master at Debian Med / genometester
Commits:
b3c56e1c by Liubov Chuprikova at 2018-06-01T10:41:31+02:00
Add override_dh_build, d/install, d/docs
- - - - -
3 changed files:
- + debian/docs
- + debian/install
- debian/rules
Changes:
=====================================
debian/docs
=====================================
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.md
+README.GenomeTester4.md
+README.FastGT.md
=====================================
debian/install
=====================================
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,5 @@
+src/glistcompare usr/bin
+src/glistmaker usr/bin
+src/glistquery usr/bin
+src/gmer_caller usr/bin
+src/gmer_counter usr/bin
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# DH_VERBOSE := 1
+# DH_VERBOSE = 1
export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
@@ -13,7 +13,12 @@ include /usr/share/dpkg/default.mk
# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
+ dh $@ --sourcedirectory=src
+
+override_dh_auto_build:
+ dh_auto_build
+ dh_auto_build -- gmer_counter
+ dh_auto_build -- gmer_caller
View it on GitLab: https://salsa.debian.org/med-team/genometester/commit/b3c56e1ce608fc3ef9ca56379f2cf072d5e27aef
--
View it on GitLab: https://salsa.debian.org/med-team/genometester/commit/b3c56e1ce608fc3ef9ca56379f2cf072d5e27aef
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180601/d068ac46/attachment-0001.html>
More information about the debian-med-commit
mailing list