[med-svn] [Git][med-team/t-coffee][master] 6 commits: Do not use -i flag to ignore build failures

Andreas Tille gitlab at salsa.debian.org
Tue Feb 12 18:40:40 GMT 2019


Andreas Tille pushed to branch master at Debian Med / t-coffee


Commits:
a6447fea by Andreas Tille at 2019-02-12T18:37:15Z
Do not use -i flag to ignore build failures

- - - - -
90485bc5 by Andreas Tille at 2019-02-12T18:37:37Z
debhelper 12

- - - - -
9a3ad350 by Andreas Tille at 2019-02-12T18:37:40Z
Secure URI in copyright format

- - - - -
47acd1af by Andreas Tille at 2019-02-12T18:37:40Z
Remove trailing whitespace in debian/changelog

- - - - -
88c53e41 by Andreas Tille at 2019-02-12T18:37:40Z
Remove trailing whitespace in debian/rules

- - - - -
bc5fa358 by Andreas Tille at 2019-02-12T18:39:02Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+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 at debian.org>  Tue, 12 Feb 2019 19:37:40 +0100
+
 t-coffee (12.00.7fb08c2-2) unstable; urgency=medium
 
   * Team upload.
@@ -101,7 +112,7 @@ t-coffee (11.00.8cbe486-2) unstable; urgency=medium
 t-coffee (11.00.8cbe486-1) unstable; urgency=low
 
   [ Charles Plessy ]
-  * Suggest ncbi-blast+. 
+  * Suggest ncbi-blast+.
 
   [ Andreas Tille ]
   * New upstream version
@@ -268,7 +279,7 @@ t-coffee (5.72-1) unstable; urgency=low
    - Upated the dm-coffee patch because dialign-t was renamed dialign-tx.
    - Dropped the unicode conversion patch.
    - Dropped the manpage patch (implements the clear rule through CDBS).
-  * Updated my email address. 
+  * Updated my email address.
 
  -- Charles Plessy <plessy at debian.org>  Mon, 30 Jun 2008 23:34:32 +0900
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
            Andreas Tille <tille at 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


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: *


=====================================
debian/rules
=====================================
@@ -11,11 +11,11 @@ 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
-	rm -rf t_coffee_source/TMalign 
+	rm -rf t_coffee_source/TMalign
 	find . -name "*.o" -delete
 	find . -name "*.deps" -delete
 	chmod 644 example/*



View it on GitLab: https://salsa.debian.org/med-team/t-coffee/compare/8801a29654f553556f3d14d2a00e1fc5e10b421f...bc5fa3585da3c169bebb8109ac40c4b06165b258

-- 
View it on GitLab: https://salsa.debian.org/med-team/t-coffee/compare/8801a29654f553556f3d14d2a00e1fc5e10b421f...bc5fa3585da3c169bebb8109ac40c4b06165b258
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/20190212/240dc422/attachment-0001.html>


More information about the debian-med-commit mailing list