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 <[email protected]> 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 <[email protected]> Uploaders: Steve M. Robbins <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Gert Wollny <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
