Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Do not use -i flag to ignore build failures
· a6447fea
Andreas Tille
authored
Feb 12, 2019
a6447fea
debhelper 12
· 90485bc5
Andreas Tille
authored
Feb 12, 2019
90485bc5
Secure URI in copyright format
· 9a3ad350
Andreas Tille
authored
Feb 12, 2019
9a3ad350
Remove trailing whitespace in debian/changelog
· 47acd1af
Andreas Tille
authored
Feb 12, 2019
47acd1af
Remove trailing whitespace in debian/rules
· 88c53e41
Andreas Tille
authored
Feb 12, 2019
88c53e41
Upload to unstable
· bc5fa358
Andreas Tille
authored
Feb 12, 2019
bc5fa358
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bc5fa358
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.
...
...
debian/compat
View file @
bc5fa358
1
1
1
2
debian/control
View file @
bc5fa358
...
...
@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
1
~)
Build-Depends: debhelper (>= 1
2
~)
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
...
...
debian/copyright
View file @
bc5fa358
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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: *
...
...
debian/rules
View file @
bc5fa358
...
...
@@ -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
...
...