Skip to content
Commits on Source (6)
t-coffee (12.00.7fb08c2-3) unstable; urgency=medium
* Do not use -i flag to ignore build failures
Closes: #922149
* debhelper 12
* Secure URI in copyright format
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/rules
-- Andreas Tille <tille@debian.org> Tue, 12 Feb 2019 19:37:40 +0100
t-coffee (12.00.7fb08c2-2) unstable; urgency=medium
* Team upload.
......
......@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends: debhelper (>= 12~)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/t-coffee
Vcs-Git: https://salsa.debian.org/med-team/t-coffee.git
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://www.tcoffee.org/Packages/Stable/Latest/T-COFFEE_distribution_Version_10.00.r1613.tar.gz
Files: *
......
......@@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --sourcedirectory=t_coffee_source
override_dh_auto_build:
dh_auto_build -- -i USER_BIN=../bin/ FCC="$(FCC)" all
dh_auto_build -- USER_BIN=../bin/ FCC="$(FCC)" all
override_dh_auto_clean:
rm -rf t_coffee_source/*.o t_coffee_source/t_coffee bin/t_coffee $(shell find example/ -size 0) bin/t_coffee
......