Codebase list fasta3 / ec8c9e2
Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html Debian Janitor 2 years ago
3 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
77
88 [ Steffen Moeller ]
99 * Fix watchfile to detect new versions on github (routine-update)
10
11 [ Debian Janitor ]
12 * Bump debhelper from old 12 to 13.
13 + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
14 does this.
1015
1116 -- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 18 Apr 2020 12:22:35 +0200
1217
22 Uploaders: Steffen Moeller <moeller@debian.org>
33 Section: science
44 Priority: optional
5 Build-Depends: debhelper-compat (= 12),
5 Build-Depends: debhelper-compat (= 13),
66 libsimde-dev
77 Standards-Version: 4.5.0
88 Vcs-Browser: https://salsa.debian.org/med-team/fasta3
2323 # convoluted, but necessary to allow cross builds
2424
2525 override_dh_auto_test:
26 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2726 cd test ; ./test2G.sh && ./test.sh && ../bin/fasta36 -q ../seq/mgstm1.aa ../seq/prot_test.lseg
28 endif
2927
3028 override_dh_auto_clean:
3129 if [ -d src ]; then cd src && $(MAKE) -f $(MAKEFILE) clean-up; fi