[med-svn] r16404 - in trunk/packages/elastix/trunk/debian: . patches
Gert Wollny
gert-guest at moszumanska.debian.org
Mon Mar 10 10:33:16 UTC 2014
Author: gert-guest
Date: 2014-03-10 10:33:16 +0000 (Mon, 10 Mar 2014)
New Revision: 16404
Modified:
trunk/packages/elastix/trunk/debian/changelog
trunk/packages/elastix/trunk/debian/control
trunk/packages/elastix/trunk/debian/patches/series
trunk/packages/elastix/trunk/debian/rules
Log:
upload of new upstream version
Modified: trunk/packages/elastix/trunk/debian/changelog
===================================================================
--- trunk/packages/elastix/trunk/debian/changelog 2014-03-10 10:21:51 UTC (rev 16403)
+++ trunk/packages/elastix/trunk/debian/changelog 2014-03-10 10:33:16 UTC (rev 16404)
@@ -1,3 +1,12 @@
+elastix (4.7-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * Add --as-needed to the linker flags
+ * remove patches/disable-mevisdicomtiff.patch, fixed upstream (91edb5)
+ * remove patches/itk-review-detection.patch, fixed upstream (9442a2)
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Mon, 10 Mar 2014 11:32:25 +0100
+
elastix (4.6-2) unstable; urgency=low
* patches/itk-review-detection.patch: New. Update ITK "Review module"
Modified: trunk/packages/elastix/trunk/debian/control
===================================================================
--- trunk/packages/elastix/trunk/debian/control 2014-03-10 10:21:51 UTC (rev 16403)
+++ trunk/packages/elastix/trunk/debian/control 2014-03-10 10:33:16 UTC (rev 16404)
@@ -1,7 +1,8 @@
Source: elastix
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>,
- Andreas Tille <tille at debian.org>
+ Andreas Tille <tille at debian.org>,
+ Gert Wollny <gw.fossdev at gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
Modified: trunk/packages/elastix/trunk/debian/patches/series
===================================================================
--- trunk/packages/elastix/trunk/debian/patches/series 2014-03-10 10:21:51 UTC (rev 16403)
+++ trunk/packages/elastix/trunk/debian/patches/series 2014-03-10 10:33:16 UTC (rev 16404)
@@ -1,3 +1 @@
-itk-review-detection.patch
-disable-mevisdicomtiff.patch
build-static-ann.patch
Modified: trunk/packages/elastix/trunk/debian/rules
===================================================================
--- trunk/packages/elastix/trunk/debian/rules 2014-03-10 10:21:51 UTC (rev 16403)
+++ trunk/packages/elastix/trunk/debian/rules 2014-03-10 10:33:16 UTC (rev 16404)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
%:
dh $@ --sourcedirectory=src
More information about the debian-med-commit
mailing list