r36237 - in /packages/simage/trunk/debian: changelog patches/01_configure-shared-static.patch patches/01_src-Makefile-link-with-c.diff patches/02_simage-config.patch

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sat Feb 27 20:32:42 UTC 2010


Author: smr
Date: Sat Feb 27 20:32:35 2010
New Revision: 36237

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36237
Log:
Updated to new upstream version 1.7.0.

Added:
    packages/simage/trunk/debian/patches/01_configure-shared-static.patch
Removed:
    packages/simage/trunk/debian/patches/01_src-Makefile-link-with-c.diff
    packages/simage/trunk/debian/patches/02_simage-config.patch
Modified:
    packages/simage/trunk/debian/changelog

Modified: packages/simage/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/changelog?rev=36237&op=diff
==============================================================================
--- packages/simage/trunk/debian/changelog (original)
+++ packages/simage/trunk/debian/changelog Sat Feb 27 20:32:35 2010
@@ -1,3 +1,16 @@
+simage (1.7.0-1) unstable; urgency=low
+
+  * New upstream.
+    - updates to autotooling, including libtool scripts.  Closes: #342685.
+
+  * patches/01_src-Makefile-link-with-c.diff:
+  * patches/02_simage-config.patch: Removed.  Issued addressed upstream.
+  
+  * patches/01_configure-shared-static.patch: New.  Allow building both
+    shared and static libs.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 27 Feb 2010 12:00:41 -0600
+
 simage (1.6.1-5) unstable; urgency=low
 
   * patches/02_simage-config.patch: New.  Remove problematic whitespace

Added: packages/simage/trunk/debian/patches/01_configure-shared-static.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/patches/01_configure-shared-static.patch?rev=36237&op=file
==============================================================================
--- packages/simage/trunk/debian/patches/01_configure-shared-static.patch (added)
+++ packages/simage/trunk/debian/patches/01_configure-shared-static.patch Sat Feb 27 20:32:35 2010
@@ -1,0 +1,22 @@
+--- simage-1.7.0.obsolete.0.299751654573814/configure	2010-02-26 09:47:31.000000000 -0600
++++ simage-1.7.0/configure	2010-02-27 14:25:52.000000000 -0600
+@@ -3819,19 +3819,6 @@
+ 
+ fi
+ 
+-# Figure out if we want a static or shared library.
+-case ${enable_static-no} in
+-true | yes) SIMAGE_STATIC=true
+-	    enable_shared=no ;; # fix --enable-static problem.  20041021 larsa
+-*)          SIMAGE_STATIC=false ;;
+-esac
+-
+-case ${enable_shared-default} in
+-default)    ;;
+-true | yes) SIMAGE_STATIC=false ;;
+-*)          SIMAGE_STATIC=true ;;
+-esac
+-
+ # **************************************************************************
+ # Check to see if fink is installed on the system
+ 




More information about the debian-science-commits mailing list