[med-svn] r5489 - in trunk/packages/theseus/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Wed Nov 24 16:58:12 UTC 2010
Author: tille
Date: 2010-11-24 16:58:10 +0000 (Wed, 24 Nov 2010)
New Revision: 5489
Modified:
trunk/packages/theseus/trunk/debian/changelog
trunk/packages/theseus/trunk/debian/control
trunk/packages/theseus/trunk/debian/patches/200-make.inc.patch
Log:
Start working on new upstream version of theseus
Modified: trunk/packages/theseus/trunk/debian/changelog
===================================================================
--- trunk/packages/theseus/trunk/debian/changelog 2010-11-24 15:05:25 UTC (rev 5488)
+++ trunk/packages/theseus/trunk/debian/changelog 2010-11-24 16:58:10 UTC (rev 5489)
@@ -1,3 +1,11 @@
+theseus (1.5.5-1) UNRELEASED; urgency=low
+
+ * New upstream version
+ * Standards-Version: 3.9.1 (no changes needed)
+ * Adapt debian/patches/200-make.inc.patch to new upstream version
+
+ -- Andreas Tille <tille at debian.org> Wed, 24 Nov 2010 17:46:49 +0100
+
theseus (1.4.3-2) unstable; urgency=low
* debian/patches/10_kbsd.patch: Correctly applied patch from
Modified: trunk/packages/theseus/trunk/debian/control
===================================================================
--- trunk/packages/theseus/trunk/debian/control 2010-11-24 15:05:25 UTC (rev 5488)
+++ trunk/packages/theseus/trunk/debian/control 2010-11-24 16:58:10 UTC (rev 5489)
@@ -6,7 +6,7 @@
Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.1), quilt, libgsl0-dev, liblapack-dev, libtool
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
Homepage: http://www.theseus3d.org
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/theseus/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/theseus/trunk/?rev=0&sc=0
Modified: trunk/packages/theseus/trunk/debian/patches/200-make.inc.patch
===================================================================
--- trunk/packages/theseus/trunk/debian/patches/200-make.inc.patch 2010-11-24 15:05:25 UTC (rev 5488)
+++ trunk/packages/theseus/trunk/debian/patches/200-make.inc.patch 2010-11-24 16:58:10 UTC (rev 5489)
@@ -5,8 +5,8 @@
Author: Morten Kjeldgaard <mok at bioxray.dk>
Switched to quilt: Andreas Tille <tille at debian.org>
---- theseus.orig/make.inc
-+++ theseus/make.inc
+--- theseus_src.orig/make.inc
++++ theseus_src/make.inc
@@ -2,10 +2,10 @@
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
@@ -22,16 +22,16 @@
RANLIB = ranlib
#MACOSX_DEPLOYMENT_TARGET=10.4
-@@ -21,7 +21,7 @@
- INSTALLDIR = /usr/local/bin
+@@ -22,7 +22,7 @@
+ #OPT = -O0 -ggdb
OPT = -O3 -ffast-math -fstrict-aliasing -funroll-loops -fomit-frame-pointer
- WARN = -Wall -Werror -pedantic -std=c99 -Wstrict-aliasing=2
--CFLAGS = $(WARN) -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch ppc -arch i386 -DNDEBUG
+ WARN = -Werror -Wall -pedantic -std=c99 #-Wstrict-aliasing=2
+-CFLAGS = $(WARN) #-force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch ppc -arch i386 -DNDEBUG
+CFLAGS = $(WARN) -DNDEBUG
CC = /usr/bin/gcc
-@@ -241,3 +241,16 @@
+@@ -244,3 +244,16 @@
# CFLAGS = $(WARN)
# CC = cc
More information about the debian-med-commit
mailing list