Author: gregsharp-guest Date: 2012-04-15 02:06:17 +0000 (Sun, 15 Apr 2012) New Revision: 10382
Modified: trunk/packages/plastimatch/trunk/debian/changelog trunk/packages/plastimatch/trunk/debian/control trunk/packages/plastimatch/trunk/debian/get-orig-source Log: Update plastimatch to 1.5.10 Modified: trunk/packages/plastimatch/trunk/debian/changelog =================================================================== --- trunk/packages/plastimatch/trunk/debian/changelog 2012-04-12 05:35:28 UTC (rev 10381) +++ trunk/packages/plastimatch/trunk/debian/changelog 2012-04-15 02:06:17 UTC (rev 10382) @@ -1,3 +1,11 @@ +plastimatch (1.5.10+dfsg0-1) unstable; urgency=low + + * build with libpng-dev instead of libpng-dev (Closes: #662467) + * add dependency on libdcmtk2 + * new upstream release + + -- Gregory C. Sharp <[email protected]> Fri, 13 Apr 2012 23:17:59 -0400 + plastimatch (1.5.9+dfsg0-1) unstable; urgency=low * new upstream release (Closes: #658753) Modified: trunk/packages/plastimatch/trunk/debian/control =================================================================== --- trunk/packages/plastimatch/trunk/debian/control 2012-04-12 05:35:28 UTC (rev 10381) +++ trunk/packages/plastimatch/trunk/debian/control 2012-04-15 02:06:17 UTC (rev 10382) @@ -6,14 +6,15 @@ Uploaders: Gregory C. Sharp <[email protected]>, Dominique Belhachemi <[email protected]> Build-Depends: debhelper (>= 8), cmake, gfortran, + libdcmtk2-dev (>= 3.6.0-10), libfftw3-dev, libgdcm2-dev, - libinsighttoolkit3-dev (>= 3.20.0-15), - libpng12-dev, + libinsighttoolkit3-dev (>= 3.20.0-15), + libpng-dev, libtiff4-dev, uuid-dev, zlib1g-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://plastimatch.org Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/plastimatch/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/plastimatch/trunk Modified: trunk/packages/plastimatch/trunk/debian/get-orig-source =================================================================== --- trunk/packages/plastimatch/trunk/debian/get-orig-source 2012-04-12 05:35:28 UTC (rev 10381) +++ trunk/packages/plastimatch/trunk/debian/get-orig-source 2012-04-15 02:06:17 UTC (rev 10382) @@ -39,6 +39,7 @@ rm -rf src/plastimatch/opencl_test.* rm -rf libs/getopt rm -rf libs/libf2c +rm -rf libs/lua-5.1.4 rm -rf libs/msinttypes rm -rf libs/specfun rm -rf libs/sqlite-3.6.21 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
