[med-svn] r3703 - trunk/packages/dicom3tools/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Jul 24 14:17:00 UTC 2009
Author: malat-guest
Date: 2009-07-24 14:16:58 +0000 (Fri, 24 Jul 2009)
New Revision: 3703
Modified:
trunk/packages/dicom3tools/trunk/debian/rules
Log:
remove problematic bin+man pages until answer from upstream.
Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules 2009-07-24 10:44:09 UTC (rev 3702)
+++ trunk/packages/dicom3tools/trunk/debian/rules 2009-07-24 14:16:58 UTC (rev 3703)
@@ -66,6 +66,12 @@
# man pages:
$(MAKE) DESTDIR=$(CURDIR)/debian/dicom3tools install.man
find $(CURDIR)/debian/dicom3tools -type f -size 0 -print | xargs rm
+ for file in ancp andiff antodc.all binpatch bmpdump dcanon dcburn dccmp dccomb dcdecmpr dcdiff dclutburn \
+ dclutmix dcmvhier.8only dcmvhier.all dcortho dcostosr dcpost dcproj dcrmsfx.all dcsrdump \
+ dcsrmrg dcsub dcswab dctopgm8 dcunjpeg.all dumptiff dumpwhat gentodc.dat.all jpegdump \
+ jpegsplit pbmswbit pgmtobmp pnmpred pnmtoraw pqsplit rawarith rawdiff rawmask rawnjl; do \
+ find $(CURDIR)/debian/dicom3tools -type f -name $$file\* -print | xargs rm; \
+ done
# Build architecture-independent files here.
More information about the debian-med-commit
mailing list