[med-svn] r10799 - in trunk/packages/libhmsbeagle/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Wed May 9 13:31:32 UTC 2012


Author: tille
Date: 2012-05-09 13:31:32 +0000 (Wed, 09 May 2012)
New Revision: 10799

Removed:
   trunk/packages/libhmsbeagle/trunk/debian/patches/do_not_build_unused_plugin.patch
Modified:
   trunk/packages/libhmsbeagle/trunk/debian/changelog
   trunk/packages/libhmsbeagle/trunk/debian/patches/enable_static.patch
   trunk/packages/libhmsbeagle/trunk/debian/patches/series
Log:
Adapt patches to new upstream version


Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-05-09 13:18:02 UTC (rev 10798)
+++ trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-05-09 13:31:32 UTC (rev 10799)
@@ -1,6 +1,9 @@
 libhmsbeagle (1.1-1) UNRELEASED; urgency=low
 
   * New upstream release
+     - debian/patches/disable_cpu_sse_plugin.patch:  Seems upstream
+       has solved the problem a bit differently than in this patch
+       -> droping it for the moment
   * debian/upstream:
      - Make authors BibTeX compliant
      - Add some publication info (volume, number, pages)

Deleted: trunk/packages/libhmsbeagle/trunk/debian/patches/do_not_build_unused_plugin.patch
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/patches/do_not_build_unused_plugin.patch	2012-05-09 13:18:02 UTC (rev 10798)
+++ trunk/packages/libhmsbeagle/trunk/debian/patches/do_not_build_unused_plugin.patch	2012-05-09 13:31:32 UTC (rev 10799)
@@ -1,31 +0,0 @@
-Author: Andreas Tille <tille at debian.org>
-Bug-Closed: http://bugs.debian.org/656755
-Date: Sat, 21 Jan 2012 17:27:53 +0100
-Description: According to the bug reporter the plugin causes
- trouble on all architectures but amd64.  Because this plugin
- is finally not used at all the building will be simply
- suppressed
-
-That's too simple and does not work - it results in
-
-../../libhmsbeagle/.libs/libhmsbeagle.so: undefined reference to `beagle::plugin::PluginManager::instance()'
-../../libhmsbeagle/.libs/libhmsbeagle.so: undefined reference to `beagle::plugin::PluginManager::findPlugin(char const*)'
-
-
---- libhmsbeagle-1.0.orig/libhmsbeagle/Makefile.am
-+++ libhmsbeagle-1.0/libhmsbeagle/Makefile.am
-@@ -1,4 +1,4 @@
--SUBDIRS=GPU CPU plugin
-+SUBDIRS=GPU CPU
- if BUILDJNI
- lib_LTLIBRARIES=libhmsbeagle.la libhmsbeagle-jni.la
- else
-@@ -6,7 +6,7 @@
- endif
- 
- libhmsbeagle_la_SOURCES=beagle.cpp BeagleImpl.h
--libhmsbeagle_la_LIBADD = plugin/libplugin.la
-+# libhmsbeagle_la_LIBADD = plugin/libplugin.la
- libhmsbeagle_la_CXXFLAGS = $(AM_CXXFLAGS)
- libhmsbeagle_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION)
- 

Modified: trunk/packages/libhmsbeagle/trunk/debian/patches/enable_static.patch
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/patches/enable_static.patch	2012-05-09 13:18:02 UTC (rev 10798)
+++ trunk/packages/libhmsbeagle/trunk/debian/patches/enable_static.patch	2012-05-09 13:31:32 UTC (rev 10799)
@@ -2,8 +2,8 @@
 Date: Sat, 21 Jan 2012 17:27:53 +0100
 Description: Enable building static libraries for the -dev package
 
---- libhmsbeagle-1.0.orig/configure.ac
-+++ libhmsbeagle-1.0/configure.ac
+--- libhmsbeagle-1.1.orig/configure.ac
++++ libhmsbeagle-1.1/configure.ac
 @@ -59,8 +59,8 @@
  AC_PROG_CXX
  AC_PROG_INSTALL

Modified: trunk/packages/libhmsbeagle/trunk/debian/patches/series
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/patches/series	2012-05-09 13:18:02 UTC (rev 10798)
+++ trunk/packages/libhmsbeagle/trunk/debian/patches/series	2012-05-09 13:31:32 UTC (rev 10799)
@@ -1,2 +1 @@
 enable_static.patch
-disable_cpu_sse_plugin.patch




More information about the debian-med-commit mailing list