[med-svn] r10734 - in trunk/packages/mummy/trunk/debian: . patches

Mathieu Malaterre malat at alioth.debian.org
Mon May 7 15:56:20 UTC 2012


Author: malat
Date: 2012-05-07 15:56:20 +0000 (Mon, 07 May 2012)
New Revision: 10734

Added:
   trunk/packages/mummy/trunk/debian/patches/removesoname.patch
Modified:
   trunk/packages/mummy/trunk/debian/changelog
   trunk/packages/mummy/trunk/debian/patches/series
Log:
Prepare next upload

Modified: trunk/packages/mummy/trunk/debian/changelog
===================================================================
--- trunk/packages/mummy/trunk/debian/changelog	2012-05-07 14:40:37 UTC (rev 10733)
+++ trunk/packages/mummy/trunk/debian/changelog	2012-05-07 15:56:20 UTC (rev 10734)
@@ -1,9 +1,10 @@
-mummy (1.0.2-5) UNRELEASED; urgency=low
+mummy (1.0.2-5) unstable; urgency=low
 
   * Bump Std-Vers to 3.9.3, no changes needed
   * Use my @d.o alias, remove DMUA flag
+  * Remove SONAME in C# module, breaks debian policy. Closes: #671845
 
- -- Mathieu Malaterre <malat at debian.org>  Sun, 22 Apr 2012 17:29:32 +0200
+ -- Mathieu Malaterre <malat at debian.org>  Mon, 07 May 2012 17:27:30 +0200
 
 mummy (1.0.2-4) unstable; urgency=low
 

Added: trunk/packages/mummy/trunk/debian/patches/removesoname.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/removesoname.patch	                        (rev 0)
+++ trunk/packages/mummy/trunk/debian/patches/removesoname.patch	2012-05-07 15:56:20 UTC (rev 10734)
@@ -0,0 +1,14 @@
+Index: mummy-1.0.2/Runtime/CMakeLists.txt
+===================================================================
+--- mummy-1.0.2.orig/Runtime/CMakeLists.txt	2012-05-07 17:26:51.439213687 +0200
++++ mummy-1.0.2/Runtime/CMakeLists.txt	2012-05-07 17:27:13.463212892 +0200
+@@ -19,6 +19,9 @@
+   MummyTypeEntry.h
+   "${CMAKE_CURRENT_BINARY_DIR}/MummyRuntime.rc"
+   )
++set_property(TARGET 
++  Kitware.mummy.Runtime.Unmanaged
++  PROPERTY NO_SONAME 1)
+ 
+ INSTALL(TARGETS
+   Kitware.mummy.Runtime.Unmanaged

Modified: trunk/packages/mummy/trunk/debian/patches/series
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/series	2012-05-07 14:40:37 UTC (rev 10733)
+++ trunk/packages/mummy/trunk/debian/patches/series	2012-05-07 15:56:20 UTC (rev 10734)
@@ -5,3 +5,4 @@
 installdoc.patch
 removecableswig.patch
 doxygensvg.patch
+removesoname.patch




More information about the debian-med-commit mailing list