[med-svn] [Git][med-team/prodigal][master] 3 commits: Stop overwriting the optimization with -O3

Andreas Tille gitlab at salsa.debian.org
Thu Apr 5 08:59:09 BST 2018


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 <tille at debian.org>  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 <bunk at debian.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180405/6f2ba798/attachment-0001.html>


More information about the debian-med-commit mailing list