Andreas Tille pushed to branch master at Debian Med / prodigal
Commits: 960cfabb by Andreas Tille at 2018-04-05T09:50:44+02:00 Stop overwriting the optimization with -O3 - - - - - 9fc33c7c by Andreas Tille at 2018-04-05T09:52:14+02:00 Point Vcs fields to salsa.debian.org - - - - - 0fd38fb2 by Andreas Tille at 2018-04-05T09:58:55+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/no_hardcoded_O3.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +prodigal (1:2.6.3-3) unstable; urgency=medium + + [ Adrian Bunk ] + * Stop overwriting the optimization with -O3 + Closes: #894473 + + [ Andreas Tille ] + * Point Vcs fields to salsa.debian.org + + -- Andreas Tille <[email protected]> Thu, 05 Apr 2018 09:52:17 +0200 + prodigal (1:2.6.3-2) unstable; urgency=medium [ Liubov Chuprikova ] ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Section: science Priority: optional Build-Depends: debhelper (>= 11~) Standards-Version: 4.1.3 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/prodigal.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/prodigal.git +Vcs-Browser: https://salsa.debian.org/med-team/prodigal +Vcs-Git: https://salsa.debian.org/med-team/prodigal.git Homepage: http://prodigal.ornl.gov/ Package: prodigal ===================================== debian/patches/no_hardcoded_O3.patch ===================================== --- /dev/null +++ b/debian/patches/no_hardcoded_O3.patch @@ -0,0 +1,15 @@ +Description: Stop overwriting the optimization with -O3 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/894473 + +--- a/Makefile ++++ b/Makefile +@@ -21,7 +21,7 @@ + SHELL = /bin/sh + CC = gcc + +-CFLAGS += -pedantic -Wall -O3 ++CFLAGS += -pedantic -Wall + LFLAGS = -lm $(LDFLAGS) + + TARGET = prodigal ===================================== debian/patches/series ===================================== --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +no_hardcoded_O3.patch View it on GitLab: https://salsa.debian.org/med-team/prodigal/compare/ef0000595dc0425126747d95727dc7a601dc8ae2...0fd38fb274929629a47317812baebcc3169db5e1 --- View it on GitLab: https://salsa.debian.org/med-team/prodigal/compare/ef0000595dc0425126747d95727dc7a601dc8ae2...0fd38fb274929629a47317812baebcc3169db5e1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
