[med-svn] r7161 - trunk/packages/plastimatch/trunk/debian
Greg Sharp
gregsharp-guest at alioth.debian.org
Sat Jun 25 20:09:14 UTC 2011
Author: gregsharp-guest
Date: 2011-06-25 20:09:14 +0000 (Sat, 25 Jun 2011)
New Revision: 7161
Modified:
trunk/packages/plastimatch/trunk/debian/control
trunk/packages/plastimatch/trunk/debian/get-orig-source
Log:
Remove unneeded files, and fix dependencies for plastimatch
Modified: trunk/packages/plastimatch/trunk/debian/control
===================================================================
--- trunk/packages/plastimatch/trunk/debian/control 2011-06-25 16:46:32 UTC (rev 7160)
+++ trunk/packages/plastimatch/trunk/debian/control 2011-06-25 20:09:14 UTC (rev 7161)
@@ -5,9 +5,14 @@
DM-Upload-Allowed: yes
Uploaders: Gregory C. Sharp <gregsharp.geo at yahoo.com>
Build-Depends: debhelper (>= 8), cmake,
- libinsighttoolkit3-dev (>= 3.18.0-5), libgdcm2-dev, uuid-dev,
- libfftw3-dev,
- gfortran
+ gfortran,
+ libfftw3-dev,
+ libgdcm2-dev,
+ libinsighttoolkit3-dev (>= 3.18.0-5),
+ libpng12-dev,
+ libtiff4-dev,
+ uuid-dev,
+ zlib1g-dev
Standards-Version: 3.9.2
Homepage: http://plastimatch.org
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/plastimatch/trunk/
Modified: trunk/packages/plastimatch/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/plastimatch/trunk/debian/get-orig-source 2011-06-25 16:46:32 UTC (rev 7160)
+++ trunk/packages/plastimatch/trunk/debian/get-orig-source 2011-06-25 20:09:14 UTC (rev 7161)
@@ -13,6 +13,13 @@
echo "Repackaging $base into ${PKG}-${VERSION}"
cp -a $base ${PKG}-${VERSION}
cd ${PKG}-${VERSION}
+rm -rf run_lcov.sh
+rm -rf doc/*.odt
+rm -rf doc/*.pdf
+rm -rf doc/*.ppt
+rm -rf doc/*.TXT
+rm -rf doc/figures
+rm -rf doc/sphinx
rm -rf extra
rm -rf FindCUDA
rm -rf src/fatm
More information about the debian-med-commit
mailing list