Author: smr Date: 2012-01-12 05:28:27 +0000 (Thu, 12 Jan 2012) New Revision: 9254
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/control trunk/packages/insighttoolkit/trunk/debian/control.in Log: Dependency change: -dev package depends on libgdcm2-dev. Closes: #587589. Change build-dep back to libpng12-dev, because ITK doesn't build with png 1.5 (reverts part of commit 8921). Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2012-01-11 18:37:05 UTC (rev 9253) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2012-01-12 05:28:27 UTC (rev 9254) @@ -1,9 +1,16 @@ insighttoolkit (3.20.1-2) UNRELEASED; urgency=low - * Use system installed VXL + [ Mathieu Malaterre ] - -- Mathieu Malaterre <[email protected]> Fri, 09 Dec 2011 13:59:20 +0100 + * rules: Use system installed VXL + * control.in: Add myself as uploader. + [ Steve M. Robbins ] + + * control.in: -dev package depends on libgdcm2-dev. Closes: #587589 + + -- Steve M. Robbins <[email protected]> Wed, 11 Jan 2012 20:53:53 -0600 + insighttoolkit (3.20.1-1) unstable; urgency=low * New upstream. Modified: trunk/packages/insighttoolkit/trunk/debian/control =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control 2012-01-11 18:37:05 UTC (rev 9253) +++ trunk/packages/insighttoolkit/trunk/debian/control 2012-01-12 05:28:27 UTC (rev 9254) @@ -7,7 +7,7 @@ Uploaders: Steve M. Robbins <[email protected]>, Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723), - zlib1g-dev (>= 1.2.2), libpng-dev, libtiff4-dev, libvxl1-dev, + zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev, libvxl1-dev, libfftw3-dev, uuid-dev, libgdcm2-dev, libvtk5-dev, python-vtk @@ -36,7 +36,7 @@ Package: libinsighttoolkit3-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libinsighttoolkit3.20 (= ${binary:Version}) +Depends: ${misc:Depends}, libinsighttoolkit3.20 (= ${binary:Version}), libgdcm2-dev Recommends: libfftw3-dev, uuid-dev Conflicts: libinsighttoolkit-dev Replaces: libinsighttoolkit-dev Modified: trunk/packages/insighttoolkit/trunk/debian/control.in =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control.in 2012-01-11 18:37:05 UTC (rev 9253) +++ trunk/packages/insighttoolkit/trunk/debian/control.in 2012-01-12 05:28:27 UTC (rev 9254) @@ -5,9 +5,9 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Steve M. Robbins <[email protected]>, Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~) +Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723), - zlib1g-dev (>= 1.2.2), libpng-dev, libtiff4-dev, libvxl1-dev, + zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev, libvxl1-dev, libfftw3-dev, uuid-dev, libgdcm2-dev, libvtk5-dev, python-vtk @@ -36,7 +36,7 @@ Package: libinsighttoolkit@VER_MAJOR@-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libinsighttoolkit@SOVERSION@ (= ${binary:Version}) +Depends: ${misc:Depends}, libinsighttoolkit@SOVERSION@ (= ${binary:Version}), libgdcm2-dev Recommends: libfftw3-dev, uuid-dev Conflicts: libinsighttoolkit-dev Replaces: libinsighttoolkit-dev _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
