Author: gert-guest
Date: 2014-05-23 12:23:39 +0000 (Fri, 23 May 2014)
New Revision: 17001

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/control.in
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
update dependencies and add test rule to dump testlog on failing test

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog        2014-05-23 
11:56:13 UTC (rev 17000)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog        2014-05-23 
12:23:39 UTC (rev 17001)
@@ -1,3 +1,14 @@
+insighttoolkit4 (4.5.2-2) UNRELEASED; urgency=medium
+
+  * Bump gccxml dependency to  0.9.0+git20140205 because it seems
+    to be required for builds with g++-4.8
+  * Add some magic to d/rules to dump the test log to stdout if the
+    tests fail
+  * Add dependency on make (>= 4.0) because above rule requires it 
+    and the default stills seems to be at 3.81 
+
+ -- Gert Wollny <[email protected]>  Fri, 23 May 2014 14:19:45 +0200
+
 insighttoolkit4 (4.5.2-1) unstable; urgency=medium
 
   * New upstream.
@@ -8,6 +19,7 @@
   * patches/0004-COMP-Warp-OptimizerParameterScalesEstimatorTemplate.patch:
     Remove; applied upstream.
 
+
  -- Steve M. Robbins <[email protected]>  Sun, 13 Apr 2014 07:31:59 -0500
 
 insighttoolkit4 (4.5.1-1) unstable; urgency=medium

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control  2014-05-23 11:56:13 UTC 
(rev 17000)
+++ trunk/packages/insighttoolkit/trunk/debian/control  2014-05-23 12:23:39 UTC 
(rev 17001)
@@ -3,11 +3,12 @@
 Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Steve M. Robbins <[email protected]>
+Uploaders: Steve M. Robbins <[email protected]>,
+           Gert Wollny <[email protected]>
 Build-Depends: debhelper (>= 9),
        cmake, 
        swig (>= 2.0), 
-       gccxml (>= 0.9.0+cvs20120420),
+       gccxml (>= 0.9.0+git20140205),
        zlib1g-dev (>= 1.2.2), 
        libpng12-dev, 
        libtiff-dev,
@@ -20,7 +21,8 @@
        libhdf5-dev, 
        python-all-dev, 
        libvtk5-dev, 
-       python-vtk
+       python-vtk,
+       make (>= 4.0)
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/insighttoolkit/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/insighttoolkit/trunk/

Modified: trunk/packages/insighttoolkit/trunk/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control.in       2014-05-23 
11:56:13 UTC (rev 17000)
+++ trunk/packages/insighttoolkit/trunk/debian/control.in       2014-05-23 
12:23:39 UTC (rev 17001)
@@ -3,11 +3,12 @@
 Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Steve M. Robbins <[email protected]>
+Uploaders: Steve M. Robbins <[email protected]>,
+           Gert Wollny <[email protected]>
 Build-Depends: debhelper (>= 9),
        cmake, 
        swig (>= 2.0), 
-       gccxml (>= 0.9.0+cvs20120420),
+       gccxml (>= 0.9.0+git20140205),
        zlib1g-dev (>= 1.2.2), 
        libpng12-dev, 
        libtiff-dev,
@@ -20,7 +21,8 @@
        libhdf5-dev, 
        python-all-dev, 
        libvtk5-dev, 
-       python-vtk
+       python-vtk,
+       make (>= 4.0)
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/insighttoolkit/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/insighttoolkit/trunk/

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules    2014-05-23 11:56:13 UTC 
(rev 17000)
+++ trunk/packages/insighttoolkit/trunk/debian/rules    2014-05-23 12:23:39 UTC 
(rev 17001)
@@ -88,9 +88,15 @@
        echo "Available disk space:"
        df -h .
 
+.ONESHELL: 
 override_dh_auto_test:
-       LD_LIBRARY_PATH=`pwd`/BUILD/lib dh_auto_test
+       LD_LIBRARY_PATH=`pwd`/BUILD/lib dh_auto_test && exit 0
+       @echo "Test log begin =========:" 
+       cat `pwd`/BUILD/Testing/Temporary/LastTest.log
+       @echo "Test log end =========:" 
+       exit 1
 
+
 override_dh_lintian:
        echo "$(pkg_lib): package-name-doesnt-match-sonames" > 
debian/$(pkg_lib).lintian-overrides
        dh_lintian


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to