Andreas Tille pushed to branch master at Debian Med / fastdnaml
Commits: 84c30153 by Andreas Tille at 2019-05-11T07:41:44Z Do not hard code cc - - - - - c04ff1dc by Andreas Tille at 2019-05-11T07:42:11Z Standards-Version: 4.3.0 - - - - - 6bd6e864 by Andreas Tille at 2019-05-11T07:43:32Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/cross.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,15 @@ -fastdnaml (1.2.2-14) UNRELEASED; urgency=medium +fastdnaml (1.2.2-14) unstable; urgency=medium + [ Jelmer Vernooij ] * Use secure copyright file specification URI. * Trim trailing whitespace. - -- Jelmer Vernooij <[email protected]> Sat, 20 Oct 2018 20:47:25 +0000 + [ Andreas Tille ] + * Do not hard code cc + Closes: #928790 + * Standards-Version: 4.3.0 + + -- Andreas Tille <[email protected]> Sat, 11 May 2019 09:42:22 +0200 fastdnaml (1.2.2-13) unstable; urgency=medium ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Section: science Priority: optional Build-Depends: debhelper (>= 11~) -Standards-Version: 4.1.5 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/fastdnaml Vcs-Git: https://salsa.debian.org/med-team/fastdnaml.git Homepage: ftp://ftp.bio.indiana.edu/molbio/evolve/fastdnaml/fastDNAml.html ===================================== debian/patches/cross.patch ===================================== @@ -0,0 +1,16 @@ +From: Helmut Grohne <[email protected]> +Date: Sat, 11 May 2019 09:17:00 +0200 +Bug-Debian: https://bugs.debian.org/928790 +Description: Do not hard code cc + +--- fastdnaml-1.2.2.orig/Makefile ++++ fastdnaml-1.2.2/Makefile +@@ -1,7 +1,7 @@ + all: fastDNAml + + fastDNAml: +- (cd source; cc ${CFLAGS} fastDNAml.c -o fastDNAml -lm ${LDFLAGS}) ++ cd source && $(CC) ${CFLAGS} fastDNAml.c -o fastDNAml -lm ${LDFLAGS} + + install: + install -m0755 source/fastDNAml debian/fastDNAml-util ${DESTDIR}/usr/bin ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ Makefile.patch scripts.patch hardening.patch +cross.patch View it on GitLab: https://salsa.debian.org/med-team/fastdnaml/compare/ac41f7c53cc967986865a45f1198d387b921723b...6bd6e864ba44adb712139fd46a23aeed9a45462a -- View it on GitLab: https://salsa.debian.org/med-team/fastdnaml/compare/ac41f7c53cc967986865a45f1198d387b921723b...6bd6e864ba44adb712139fd46a23aeed9a45462a 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
