[med-svn] r19108 - in trunk/packages/phylip/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sun Apr 26 19:46:35 UTC 2015


Author: tille
Date: 2015-04-26 19:46:34 +0000 (Sun, 26 Apr 2015)
New Revision: 19108

Added:
   trunk/packages/phylip/trunk/debian/patches/optimisation_flags.patch
Modified:
   trunk/packages/phylip/trunk/debian/changelog
   trunk/packages/phylip/trunk/debian/control
   trunk/packages/phylip/trunk/debian/patches/series
Log:
Add missing optimisation flags


Modified: trunk/packages/phylip/trunk/debian/changelog
===================================================================
--- trunk/packages/phylip/trunk/debian/changelog	2015-04-23 23:13:45 UTC (rev 19107)
+++ trunk/packages/phylip/trunk/debian/changelog	2015-04-26 19:46:34 UTC (rev 19108)
@@ -1,3 +1,12 @@
+phylip (1:3.696+dfsg-2) UNRELEASED; urgency=medium
+
+  * Add missing optimisation flags (Thanks to Atanas Kumbarov
+    <kumbarov at gmail.com> for the patch)
+    Closes: #783354
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Sun, 26 Apr 2015 21:48:52 +0200
+
 phylip (1:3.696+dfsg-1) unstable; urgency=medium
 
   * New upstream version now with free license

Modified: trunk/packages/phylip/trunk/debian/control
===================================================================
--- trunk/packages/phylip/trunk/debian/control	2015-04-23 23:13:45 UTC (rev 19107)
+++ trunk/packages/phylip/trunk/debian/control	2015-04-26 19:46:34 UTC (rev 19108)
@@ -12,7 +12,7 @@
                default-jdk,
                libjna-java,
                javahelper
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/phylip/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/phylip/trunk/
 Homepage: http://evolution.genetics.washington.edu/phylip.html

Added: trunk/packages/phylip/trunk/debian/patches/optimisation_flags.patch
===================================================================
--- trunk/packages/phylip/trunk/debian/patches/optimisation_flags.patch	                        (rev 0)
+++ trunk/packages/phylip/trunk/debian/patches/optimisation_flags.patch	2015-04-26 19:46:34 UTC (rev 19108)
@@ -0,0 +1,23 @@
+Author: Atanas Kumbarov <kumbarov at gmail.com>
+Last-Updated: Sun, 26 Apr 2015 13:05:27 +0200
+Bug-Debian: http://bugs.debian.org/783354
+Description: Add missing optimisation flags
+
+--- a/src/Makefile.unx
++++ b/src/Makefile.unx
+@@ -92,13 +92,13 @@ CC        = gcc
+ #
+ #
+ #A minimal one
+-CFLAGS =
++#CFLAGS =
+ #
+ # A basic one for debugging
+ #CFLAGS  = -g 
+ #
+ # An optimized one for gcc
+-#CFLAGS  = -O3 -DUNX -fomit-frame-pointer
++CFLAGS  += -O3 -DUNX -fomit-frame-pointer
+ #
+ # For some serious debugging using Gnu gcc
+ #

Modified: trunk/packages/phylip/trunk/debian/patches/series
===================================================================
--- trunk/packages/phylip/trunk/debian/patches/series	2015-04-23 23:13:45 UTC (rev 19107)
+++ trunk/packages/phylip/trunk/debian/patches/series	2015-04-26 19:46:34 UTC (rev 19108)
@@ -3,3 +3,4 @@
 01_src_phylip_h
 do_not_install_jar_files.patch
 soname.patch
+optimisation_flags.patch




More information about the debian-med-commit mailing list