Author: malat Date: 2013-09-05 16:11:21 +0000 (Thu, 05 Sep 2013) New Revision: 14596
Modified: trunk/packages/imagevis3d/trunk/debian/changelog trunk/packages/imagevis3d/trunk/debian/control Log: Add c++0x warning Modified: trunk/packages/imagevis3d/trunk/debian/changelog =================================================================== --- trunk/packages/imagevis3d/trunk/debian/changelog 2013-09-05 15:59:53 UTC (rev 14595) +++ trunk/packages/imagevis3d/trunk/debian/changelog 2013-09-05 16:11:21 UTC (rev 14596) @@ -4,6 +4,7 @@ * fix compilation with missing jpeg symbol. Closes: #713653 * Fix openmp compilation. Closes: #72193 * Fix typos reported by lintian + * Requires a g++ compiler post 4.6 release. Closes: #693143 -- Mathieu Malaterre <[email protected]> Thu, 05 Sep 2013 17:01:08 +0200 Modified: trunk/packages/imagevis3d/trunk/debian/control =================================================================== --- trunk/packages/imagevis3d/trunk/debian/control 2013-09-05 15:59:53 UTC (rev 14595) +++ trunk/packages/imagevis3d/trunk/debian/control 2013-09-05 16:11:21 UTC (rev 14596) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 9), libqt4-dev, libqt4-opengl-dev, qt4-qmake, libtclap-dev, libglew-dev, libz-dev, - libbz2-dev, libjpeg-dev, libtiff5-dev | libtiff-dev, libboost-all-dev, liblua5.2-dev, flex, bison + libbz2-dev, libjpeg-dev, libtiff5-dev | libtiff-dev, libboost-all-dev, liblua5.2-dev, flex, bison, g++ (>= 4:4.6) Standards-Version: 3.9.4 Homepage: http://www.imagevis3d.com Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/imagevis3d/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
