[med-svn] r13187 - in trunk/packages/mummy/trunk/debian: . patches
Mathieu Malaterre
malat at alioth.debian.org
Fri Mar 15 13:47:01 UTC 2013
Author: malat
Date: 2013-03-15 13:47:00 +0000 (Fri, 15 Mar 2013)
New Revision: 13187
Modified:
trunk/packages/mummy/trunk/debian/changelog
trunk/packages/mummy/trunk/debian/compat
trunk/packages/mummy/trunk/debian/control
trunk/packages/mummy/trunk/debian/get-orig-source.sh
trunk/packages/mummy/trunk/debian/libkitware-mummy-runtime1.0-cil.install
trunk/packages/mummy/trunk/debian/mummy.1
trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch
trunk/packages/mummy/trunk/debian/patches/install_mummy_runtime_dll.patch
trunk/packages/mummy/trunk/debian/patches/installdoc.patch
trunk/packages/mummy/trunk/debian/patches/removecableswig.patch
trunk/packages/mummy/trunk/debian/patches/removesoname.patch
trunk/packages/mummy/trunk/debian/patches/shlib_exebit.patch
trunk/packages/mummy/trunk/debian/patches/system_cableswig.patch
trunk/packages/mummy/trunk/debian/patches/testing.patch
trunk/packages/mummy/trunk/debian/rules
Log:
Update to 1.0.3
Modified: trunk/packages/mummy/trunk/debian/changelog
===================================================================
--- trunk/packages/mummy/trunk/debian/changelog 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/changelog 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,3 +1,12 @@
+mummy (1.0.3-1) unstable; urgency=low
+
+ * New upstream
+ * Bump Std-Vers to 3.9.4, no changes needed
+ * Use dh(9) get hardening for free
+ * Refresh patches (use DEP3 when missing)
+
+ -- Mathieu Malaterre <malat at debian.org> Fri, 15 Mar 2013 14:31:05 +0100
+
mummy (1.0.2-5) unstable; urgency=low
* Bump Std-Vers to 3.9.3, no changes needed
Modified: trunk/packages/mummy/trunk/debian/compat
===================================================================
--- trunk/packages/mummy/trunk/debian/compat 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/compat 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/mummy/trunk/debian/control
===================================================================
--- trunk/packages/mummy/trunk/debian/control 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/control 2013-03-15 13:47:00 UTC (rev 13187)
@@ -3,10 +3,10 @@
Priority: extra
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 8), cmake (>= 2.8.2),
+Build-Depends: debhelper (>= 9), cmake (>= 2.8.2),
mono-devel, cli-common-dev (>= 0.5.7), libcableswig-dev, libgccxml-dev, libexpat-dev
Build-Depends-Indep: doxygen (>= 1.6.2), graphviz
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://www.kitware.com/products/avdownload.php
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mummy/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mummy/trunk/
Modified: trunk/packages/mummy/trunk/debian/get-orig-source.sh
===================================================================
--- trunk/packages/mummy/trunk/debian/get-orig-source.sh 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/get-orig-source.sh 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=1.0.2
+VERSION=1.0.3
rm -rf mummy-$VERSION
Modified: trunk/packages/mummy/trunk/debian/libkitware-mummy-runtime1.0-cil.install
===================================================================
--- trunk/packages/mummy/trunk/debian/libkitware-mummy-runtime1.0-cil.install 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/libkitware-mummy-runtime1.0-cil.install 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
usr/lib/cli/Kitware.mummy.Runtime-1.0/libKitware.mummy.Runtime.Unmanaged.so
usr/lib/cli/Kitware.mummy.Runtime-1.0/Kitware.mummy.Runtime.dll
-usr/share/mummy-1.0.2/*.cmake
-usr/share/mummy-1.0.2/*.cs.in
-usr/include/mummy-1.0.2/*.h
+usr/share/mummy-1.0.3/*.cmake
+usr/share/mummy-1.0.3/*.cs.in
+usr/include/mummy-1.0.3/*.h
Modified: trunk/packages/mummy/trunk/debian/mummy.1
===================================================================
--- trunk/packages/mummy/trunk/debian/mummy.1 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/mummy.1 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
-.TH MUMMY "1" "December 2011" "mummy version 1.0.2 (revision 599)" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
+.TH MUMMY "1" "March 2013" "mummy version 1.0.3 (revision 599)" "User Commands"
.SH NAME
mummy \- generate C# wrappers from C++ code.
.SH SYNOPSIS
@@ -11,7 +11,7 @@
output. Settings to control the wrapping are given inline directly in the class
header file or in the MummySettings.xml input file.
.PP
-mummy version 1.0.2 (revision 599)
+mummy version 1.0.3 (revision 599)
.PP
Command line options:
.TP
Modified: trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,3 +1,7 @@
+Description: prefer svg over png for disk space
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: not-needed
+
Index: mummy-1.0.2/MummyDoxygen.doxyfile.in
===================================================================
--- mummy-1.0.2.orig/MummyDoxygen.doxyfile.in 2011-12-28 16:24:02.000000000 +0100
Modified: trunk/packages/mummy/trunk/debian/patches/install_mummy_runtime_dll.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/install_mummy_runtime_dll.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/install_mummy_runtime_dll.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
Description: This patch add cmake instruction to install *.dll
-Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2011-10-26
Forwarded: http://vtk.org/Bug/view.php?id=11871
Modified: trunk/packages/mummy/trunk/debian/patches/installdoc.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/installdoc.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/installdoc.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
Description: Install documentation
-Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2011-10-26
Forwarded: not-needed
Modified: trunk/packages/mummy/trunk/debian/patches/removecableswig.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/removecableswig.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/removecableswig.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
Description: remove in-source build of cableswig
-Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2011-10-19
Forwarded: not-needed
Modified: trunk/packages/mummy/trunk/debian/patches/removesoname.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/removesoname.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/removesoname.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,3 +1,7 @@
+Description: remove SONAME from plugin
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: not-needed
+
Index: mummy-1.0.2/Runtime/CMakeLists.txt
===================================================================
--- mummy-1.0.2.orig/Runtime/CMakeLists.txt 2012-05-07 17:26:51.439213687 +0200
Modified: trunk/packages/mummy/trunk/debian/patches/shlib_exebit.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/shlib_exebit.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/shlib_exebit.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,6 +1,6 @@
Description: This patch add cmake instruction to provide custom installation
location for Kitware.mummy.Runtime.Unmanaged
-Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2011-10-26
Forwarded: http://vtk.org/Bug/view.php?id=11870
Modified: trunk/packages/mummy/trunk/debian/patches/system_cableswig.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/system_cableswig.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/system_cableswig.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
Description: Fix build system to not inspect env for cvs and svn command
-Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2011-10-26
Forwarded: not-needed
Modified: trunk/packages/mummy/trunk/debian/patches/testing.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/testing.patch 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/patches/testing.patch 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,5 +1,5 @@
Description: Remove testing
-Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2011-10-26
Forwarded: not-needed
Modified: trunk/packages/mummy/trunk/debian/rules
===================================================================
--- trunk/packages/mummy/trunk/debian/rules 2013-03-15 11:15:45 UTC (rev 13186)
+++ trunk/packages/mummy/trunk/debian/rules 2013-03-15 13:47:00 UTC (rev 13187)
@@ -1,9 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-DPKG_EXPORT_BUILDFLAGS = 1
--include /usr/share/dpkg/buildflags.mk
-
CMAKE_FLAGS += \
-DMummy_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
More information about the debian-med-commit
mailing list