Commit b3c56e1c authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Add override_dh_build, d/install, d/docs

parent 06860ec8
Loading
Loading
Loading
Loading

debian/docs

0 → 100644
+3 −0
Original line number Diff line number Diff line
README.md
README.GenomeTester4.md
README.FastGT.md

debian/install

0 → 100644
+5 −0
Original line number Diff line number Diff line
src/glistcompare	usr/bin
src/glistmaker		usr/bin
src/glistquery		usr/bin
src/gmer_caller		usr/bin
src/gmer_counter	usr/bin
+8 −3
Original line number Diff line number Diff line
#!/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