[med-svn] r21336 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gert-guest at moszumanska.debian.org
Sun Jan 31 12:40:19 UTC 2016
Author: gert-guest
Date: 2016-01-31 12:40:18 +0000 (Sun, 31 Jan 2016)
New Revision: 21336
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Prepare new upstrema release
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2016-01-31 06:36:14 UTC (rev 21335)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2016-01-31 12:40:18 UTC (rev 21336)
@@ -1,10 +1,16 @@
-insighttoolkit4 (4.8.2-4) UNRELEASED; urgency=medium
+insighttoolkit4 (4.9.0-1) UNRELEASED; urgency=medium
+ * New upstream version
* d/control: change libinsighttoolkit4-dev depends to use unversioned libdcmtk-dev
+ Closes: #812192
+ * d/control: set ninimal version of libdcmtk-dev because of cmake woes
+ Closes: #810044
* d/rules: disable printing out test log, since failed test now print their
error log during the test run.
+ * d/control: use system double-conversion Closes: #733629
* d/p/itk_vxl..: add patch to fix compiling VXL with g++-6
-
+ Closes: #811809
+
-- Gert Wollny <gw.fossdev at gmail.com> Mon, 11 Jan 2016 12:33:38 +0100
insighttoolkit4 (4.8.2-3.1) unstable; urgency=medium
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2016-01-31 06:36:14 UTC (rev 21335)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2016-01-31 12:40:18 UTC (rev 21336)
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
VER_MAJOR = 4
-VER_MINOR = 8
-VER_REVISION = 2
+VER_MINOR = 9
+VER_REVISION = 0
VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_REVISION)
SOVERSION = $(VER_MAJOR).$(VER_MINOR)
More information about the debian-med-commit
mailing list