Author: malat-guest Date: 2011-12-08 16:59:01 +0000 (Thu, 08 Dec 2011) New Revision: 8845
Modified: trunk/packages/imagevis3d/trunk/debian/control trunk/packages/imagevis3d/trunk/debian/get-orig-source Log: fix control. remove more copies. Modified: trunk/packages/imagevis3d/trunk/debian/control =================================================================== --- trunk/packages/imagevis3d/trunk/debian/control 2011-12-08 16:50:21 UTC (rev 8844) +++ trunk/packages/imagevis3d/trunk/debian/control 2011-12-08 16:59:01 UTC (rev 8845) @@ -4,7 +4,8 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), libqt4-dev, libqt4-opengl-dev, qt4-qmake +Build-Depends: debhelper (>= 8), libqt4-dev, libqt4-opengl-dev, qt4-qmake, libtclap-dev, libglew-dev, libz-dev, + libbz2-dev, libjpeg-dev, libtiff-dev, libboost-all-dev Standards-Version: 3.9.2 Homepage: http://www.imagevis3d.com Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/imagevis3d/trunk/ Modified: trunk/packages/imagevis3d/trunk/debian/get-orig-source =================================================================== --- trunk/packages/imagevis3d/trunk/debian/get-orig-source 2011-12-08 16:50:21 UTC (rev 8844) +++ trunk/packages/imagevis3d/trunk/debian/get-orig-source 2011-12-08 16:59:01 UTC (rev 8845) @@ -14,6 +14,12 @@ # convenients copies of: # boost/ bzip2/ cxxtest/ jpeglib/ tiff/ zlib/ rm -rf ${FOLDER}/Tuvok/IO/3rdParty +# tclap +rm -rf ${FOLDER}/Tuvok/Basics/3rdParty +# zlib again ? +rm -rf ${FOLDER}/StandaloneTuvok/3rdParty +# glew +rm -rf ${FOLDER}/Tuvok/3rdParty GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} rm -rf ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
