[med-svn] r19423 - in trunk/packages/theseus/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sun Jun 28 13:16:08 UTC 2015


Author: tille
Date: 2015-06-28 13:16:07 +0000 (Sun, 28 Jun 2015)
New Revision: 19423

Modified:
   trunk/packages/theseus/trunk/debian/changelog
   trunk/packages/theseus/trunk/debian/patches/30_fix_gcc_options.patch
Log:
New upstream version


Modified: trunk/packages/theseus/trunk/debian/changelog
===================================================================
--- trunk/packages/theseus/trunk/debian/changelog	2015-06-28 13:14:24 UTC (rev 19422)
+++ trunk/packages/theseus/trunk/debian/changelog	2015-06-28 13:16:07 UTC (rev 19423)
@@ -1,10 +1,10 @@
-theseus (3.3.0-1) UNRELEASED; urgency=medium
+theseus (3.3.0-1) unstable; urgency=medium
 
   * New upstream version
   * Add missing license statement
     Closes: #790311
 
- -- Andreas Tille <tille at debian.org>  Sun, 28 Jun 2015 08:21:51 +0200
+ -- Andreas Tille <tille at debian.org>  Sun, 28 Jun 2015 15:04:59 +0200
 
 theseus (3.1.1-1) unstable; urgency=medium
 

Modified: trunk/packages/theseus/trunk/debian/patches/30_fix_gcc_options.patch
===================================================================
--- trunk/packages/theseus/trunk/debian/patches/30_fix_gcc_options.patch	2015-06-28 13:14:24 UTC (rev 19422)
+++ trunk/packages/theseus/trunk/debian/patches/30_fix_gcc_options.patch	2015-06-28 13:16:07 UTC (rev 19423)
@@ -21,25 +21,16 @@
  RANLIB    = ranlib
  
  #MACOSX_DEPLOYMENT_TARGET=10.4
-@@ -49,7 +49,7 @@ RANLIB    = ranlib
- # Mac OSX Universal
- #
+@@ -31,7 +31,7 @@ RANLIB    = ranlib
+ #Mac OSX
+ 
  LOCALLIBDIR = /usr/local/lib
 -LIBS = -lgsl -lgslcblas -ldistfit -lmsa -ldssplite -ldltmath -lDLTutils -ltheseus
 +LIBS = -lgsl -ldistfit -lmsa -ldssplite -ldltmath -lDLTutils -ltheseus
  SYSLIBS = -lpthread -lgsl -lgslcblas -lm -lc
  LIBDIR = -L./lib
  INSTALLDIR = /usr/local/bin
-@@ -57,7 +57,7 @@ INSTALLDIR = /usr/local/bin
- OPT = -O3 -ffast-math -fstrict-aliasing -funroll-loops -fomit-frame-pointer
- #WARN = -Werror -Wno-error=unused-result -Wall -pedantic -std=c99
- WARN = -Werror -Wall -pedantic -std=c99 # for APPLE MACOSX
--CFLAGS += $(WARN) -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch x86_64 -arch i386 #-DNDEBUG
-+#CFLAGS += $(WARN) -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch x86_64 -arch i386 #-DNDEBUG
- #CFLAGS += $(WARN)
- # CPPFLAGS are ignored by the rest of the build system but necessary for hardening flags
- CFLAGS += $(CPPFLAGS)
-@@ -77,11 +77,11 @@ CC = /usr/bin/gcc
+@@ -78,11 +78,11 @@ CC = /usr/bin/gcc
  #LIBDIR = -L./lib/ -L/usr/lib/
  #INCDIR = -I/usr/local/include/
  #INSTALLDIR = /usr/local/bin




More information about the debian-med-commit mailing list