Étienne Mollier pushed to branch master at Debian Med / trnascan-se
Commits: 7f26651a by Étienne Mollier at 2020-11-04T21:49:05+01:00 d/control: add autoconf-archive as dependency This will is needed to address CFLAGS overrides preventing the propagation of standard Debian compiler flags. - - - - - 27bd1515 by Étienne Mollier at 2020-11-04T21:50:03+01:00 add configure_debugging.patch This allows the merge of Debian standard build options with the ones from upstream when needed. - - - - - 0185fcdd by Étienne Mollier at 2020-11-04T22:01:55+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/configure_debugging.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,10 @@ -trnascan-se (2.0.7+ds-1) UNRELEASED; urgency=medium +trnascan-se (2.0.7+ds-1) unstable; urgency=medium * Team upload. * New upstream version. * Fixed typo in tRNAscan-SE.1. - -- Étienne Mollier <[email protected]> Wed, 04 Nov 2020 20:19:11 +0100 + -- Étienne Mollier <[email protected]> Wed, 04 Nov 2020 22:01:02 +0100 trnascan-se (2.0.6+ds-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -5,6 +5,7 @@ Section: non-free/science XS-Autobuild: yes Priority: optional Build-Depends: debhelper-compat (= 13), + autoconf-archive, infernal Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/trnascan-se ===================================== debian/patches/configure_debugging.patch ===================================== @@ -0,0 +1,22 @@ +Description: append CFLAGS in configure.ac instead of overriding it + This is needed to propagate Debian standard build flags +Author: Étienne Mollier <[email protected]> +Forwarded: no +Last-Update: 2020-11-04 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- trnascan-se.orig/configure.ac ++++ trnascan-se/configure.ac +@@ -21,9 +21,10 @@ + AC_PROG_CC + + if test "$enable_debugging" != "no"; then +- CFLAGS="-g -Wall" ++ AX_APPEND_FLAG([-g], [CFLAGS]) ++ AX_APPEND_FLAG([-Wall], [CFLAGS]) + else +- CFLAGS="-O3" ++ AX_APPEND_FLAG([-O3], [CFLAGS]) + fi + + # standard install program ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ pkg-data.patch confdir.patch chmod_only_if_exists.patch +configure_debugging.patch View it on GitLab: https://salsa.debian.org/med-team/trnascan-se/-/compare/d847dff756dfbdb27c7d3ca20922c7b53f923b2d...0185fcdd05fea1d6867d40d7d5e7685541c093ee -- View it on GitLab: https://salsa.debian.org/med-team/trnascan-se/-/compare/d847dff756dfbdb27c7d3ca20922c7b53f923b2d...0185fcdd05fea1d6867d40d7d5e7685541c093ee You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
