[med-svn] r10505 - in trunk/packages/gofigure2/trunk/debian: . patches
Mathieu Malaterre
malat at alioth.debian.org
Sun Apr 22 16:31:08 UTC 2012
Author: malat
Date: 2012-04-22 16:31:08 +0000 (Sun, 22 Apr 2012)
New Revision: 10505
Added:
trunk/packages/gofigure2/trunk/debian/patches/
trunk/packages/gofigure2/trunk/debian/patches/missingx11link.patch
trunk/packages/gofigure2/trunk/debian/patches/series
Modified:
trunk/packages/gofigure2/trunk/debian/changelog
trunk/packages/gofigure2/trunk/debian/control
trunk/packages/gofigure2/trunk/debian/copyright
trunk/packages/gofigure2/trunk/debian/gofigure.1
trunk/packages/gofigure2/trunk/debian/gofigure.1.in
trunk/packages/gofigure2/trunk/debian/libgofigure0.lintian-overrides
trunk/packages/gofigure2/trunk/debian/rules
Log:
Next upload
Modified: trunk/packages/gofigure2/trunk/debian/changelog
===================================================================
--- trunk/packages/gofigure2/trunk/debian/changelog 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/changelog 2012-04-22 16:31:08 UTC (rev 10505)
@@ -1,3 +1,14 @@
+gofigure2 (0.9.0-2) UNRELEASED; urgency=low
+
+ * Remove explicit B-D to libgdcm since not needed anymore
+ * Remove DMUA flag, use my @d.o alias
+ * Bump Std-Vers to 3.9.3
+ * Fix building against newer VTK:
+ - debian/patches/missingx11link.patch
+ * Use hardening flags
+
+ -- Mathieu Malaterre <malat at debian.org> Sun, 22 Apr 2012 17:41:49 +0200
+
gofigure2 (0.9.0-1) unstable; urgency=low
* New upstream
Modified: trunk/packages/gofigure2/trunk/debian/control
===================================================================
--- trunk/packages/gofigure2/trunk/debian/control 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/control 2012-04-22 16:31:08 UTC (rev 10505)
@@ -2,13 +2,12 @@
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>,
+Uploaders: Mathieu Malaterre <malat at debian.org>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), cmake (>= 2.8.2), libboost-all-dev, libqt4-dev,
libinsighttoolkit3-dev (>= 3.20), libvtk5-qt4-dev (>= 5.6), libfftw3-dev,
- libgdcm2-dev (>= 2.0.16), libqtwebkit-dev | libqt4-dev (<< 4.7)
-Standards-Version: 3.9.2
+ libqtwebkit-dev | libqt4-dev (<< 4.7)
+Standards-Version: 3.9.3
Homepage: http://gofigure2.sourceforge.net
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gofigure2/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gofigure2/trunk/
@@ -43,7 +42,7 @@
Package: libgofigure-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libgofigure0 (= ${binary:Version}), ${misc:Depends}
Description: Tool for visualizing, processing and analysing of bioimages
Main objectives of GoFigure2 are to provide
* interaction/visualization/navigation into 4D multichannels bio-images;
Modified: trunk/packages/gofigure2/trunk/debian/copyright
===================================================================
--- trunk/packages/gofigure2/trunk/debian/copyright 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/copyright 2012-04-22 16:31:08 UTC (rev 10505)
@@ -1,6 +1,5 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: gofigure2
-Maintainer: Mathieu Malaterre
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gofigure2
Source: http://gofigure2.sourceforge.net/
Files: *
@@ -220,7 +219,7 @@
License: Apache 2.0
Files: debian/*
-Copyright: 2011; Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Copyright: 2011-2012; Mathieu Malaterre <malat at debian.org>
License: Apache 2.0
License: Apache 2.0
Modified: trunk/packages/gofigure2/trunk/debian/gofigure.1
===================================================================
--- trunk/packages/gofigure2/trunk/debian/gofigure.1 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/gofigure.1 2012-04-22 16:31:08 UTC (rev 10505)
@@ -31,5 +31,5 @@
Maximum number of meshes to load in memory (default
5000)
.SH AUTHORS
-This manual page was written by Mathieu Malaterre <mathieu.malaterre at gmail.com>,
+This manual page was written by Mathieu Malaterre <malat at debian.org>,
for the Debian project (and may be used by others).
Modified: trunk/packages/gofigure2/trunk/debian/gofigure.1.in
===================================================================
--- trunk/packages/gofigure2/trunk/debian/gofigure.1.in 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/gofigure.1.in 2012-04-22 16:31:08 UTC (rev 10505)
@@ -11,5 +11,5 @@
lineages.
[AUTHORS]
-This manual page was written by Mathieu Malaterre <mathieu.malaterre at gmail.com>,
+This manual page was written by Mathieu Malaterre <malat at debian.org>,
for the Debian project (and may be used by others).
Modified: trunk/packages/gofigure2/trunk/debian/libgofigure0.lintian-overrides
===================================================================
--- trunk/packages/gofigure2/trunk/debian/libgofigure0.lintian-overrides 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/libgofigure0.lintian-overrides 2012-04-22 16:31:08 UTC (rev 10505)
@@ -1 +1 @@
-libgofigure0: package-name-doesnt-match-sonames libPoissonReconstruction0.8 libQGoGui0.8 libQGoIO0.8 libctk0.8 libitkQt0.8 libvtkLSMReader0.8 libvtkRenderingAddOn2-0.8
+libgofigure0: package-name-doesnt-match-sonames libPoissonReconstruction0.9 libQGoGui0.9 libQGoIO0.9 libctk0.9 libitkQt0.9 libvtkLSMReader0.9 libvtkRenderingAddOn2-0.9
Added: trunk/packages/gofigure2/trunk/debian/patches/missingx11link.patch
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/missingx11link.patch (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/missingx11link.patch 2012-04-22 16:31:08 UTC (rev 10505)
@@ -0,0 +1,23 @@
+Description: libQVTK is missing link to X libs
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: not-needed
+Last-Update: 2012-04-22
+
+--- gofigure2-0.9.0.orig/Main/CMakeLists.txt
++++ gofigure2-0.9.0/Main/CMakeLists.txt
+@@ -146,6 +146,7 @@ ENDIF( WIN32 )
+
+ # --------
+ # gofigure
++find_package(X11 REQUIRED)
+ ADD_EXECUTABLE( gofigure
+ MACOSX_BUNDLE
+ ${GOFIGURE_MAIN}
+@@ -161,6 +162,7 @@ TARGET_LINK_LIBRARIES( gofigure
+ QGoIO
+ itkQt
+ ${Boost_LIBRARIES}
++ ${X11_LIBRARIES}
+ )
+
+ IF( BUILD_COMPARETOOL )
Added: trunk/packages/gofigure2/trunk/debian/patches/series
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/series (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/series 2012-04-22 16:31:08 UTC (rev 10505)
@@ -0,0 +1 @@
+missingx11link.patch
Modified: trunk/packages/gofigure2/trunk/debian/rules
===================================================================
--- trunk/packages/gofigure2/trunk/debian/rules 2012-04-22 16:22:32 UTC (rev 10504)
+++ trunk/packages/gofigure2/trunk/debian/rules 2012-04-22 16:31:08 UTC (rev 10505)
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
+DPKG_EXPORT_BUILDFLAGS = 1
+-include /usr/share/dpkg/buildflags.mk
+
%:
dh $@ --parallel
More information about the debian-med-commit
mailing list