[med-svn] r15515 - trunk/packages/gofigure2/trunk/debian

Mathieu Malaterre malat at moszumanska.debian.org
Thu Dec 12 13:41:53 UTC 2013


Author: malat
Date: 2013-12-12 13:41:53 +0000 (Thu, 12 Dec 2013)
New Revision: 15515

Modified:
   trunk/packages/gofigure2/trunk/debian/README.Debian
   trunk/packages/gofigure2/trunk/debian/changelog
   trunk/packages/gofigure2/trunk/debian/rules
Log:
Try to recompile gofigure2

Modified: trunk/packages/gofigure2/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gofigure2/trunk/debian/README.Debian	2013-12-12 13:20:34 UTC (rev 15514)
+++ trunk/packages/gofigure2/trunk/debian/README.Debian	2013-12-12 13:41:53 UTC (rev 15515)
@@ -3,6 +3,6 @@
 
 As of release 0.8.2 GoFigure2 requires that mysql be installed locally. See bug #634921
 
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634921#17
+http://bugs.debian.org/634921#17
 
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 29 Aug 2011 15:19:23 +0200
+ -- Mathieu Malaterre <malat at debian.org>  Mon, 29 Aug 2011 15:19:23 +0200

Modified: trunk/packages/gofigure2/trunk/debian/changelog
===================================================================
--- trunk/packages/gofigure2/trunk/debian/changelog	2013-12-12 13:20:34 UTC (rev 15514)
+++ trunk/packages/gofigure2/trunk/debian/changelog	2013-12-12 13:41:53 UTC (rev 15515)
@@ -1,3 +1,9 @@
+gofigure2 (0.9.0-3) UNRELEASED; urgency=low
+
+  * Set CMAKE_BUILD_TYPE to None
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 12 Dec 2013 14:38:19 +0100
+
 gofigure2 (0.9.0-2) unstable; urgency=low
 
   * Remove explicit B-D to libgdcm since not needed anymore

Modified: trunk/packages/gofigure2/trunk/debian/rules
===================================================================
--- trunk/packages/gofigure2/trunk/debian/rules	2013-12-12 13:20:34 UTC (rev 15514)
+++ trunk/packages/gofigure2/trunk/debian/rules	2013-12-12 13:41:53 UTC (rev 15515)
@@ -13,7 +13,7 @@
 
 CMAKE_EXTRA_FLAGS = \
   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
+  -DCMAKE_BUILD_TYPE:STRING=None \
   -DCMAKE_SKIP_RPATH:BOOL=OFF \
   -DBUILD_SHARED_LIBS:BOOL=ON \
 	-DGOFIGURE2_INSTALL_LIB_DIR:STRING=lib/$(DEB_HOST_MULTIARCH) \




More information about the debian-med-commit mailing list