Author: malat-guest Date: 2009-11-20 17:04:55 +0000 (Fri, 20 Nov 2009) New Revision: 4371
Modified: trunk/packages/dicom3tools/trunk/debian/changelog trunk/packages/dicom3tools/trunk/debian/rules Log: prepare for next upload Modified: trunk/packages/dicom3tools/trunk/debian/changelog =================================================================== --- trunk/packages/dicom3tools/trunk/debian/changelog 2009-11-20 13:49:52 UTC (rev 4370) +++ trunk/packages/dicom3tools/trunk/debian/changelog 2009-11-20 17:04:55 UTC (rev 4371) @@ -1,3 +1,11 @@ +dicom3tools (1.0~20091113-1) unstable; urgency=low + + * New upstream. + * Add new utilities: dcdirdmp, dcsrdump + * Remove static libraries + + -- Mathieu Malaterre <[email protected]> Fri, 20 Nov 2009 14:44:50 +0100 + dicom3tools (1.0~20090716-4) unstable; urgency=low * Fix compilation on hurd-i386 Modified: trunk/packages/dicom3tools/trunk/debian/rules =================================================================== --- trunk/packages/dicom3tools/trunk/debian/rules 2009-11-20 13:49:52 UTC (rev 4370) +++ trunk/packages/dicom3tools/trunk/debian/rules 2009-11-20 17:04:55 UTC (rev 4371) @@ -75,7 +75,7 @@ find $(CURDIR)/debian/dicom3tools -type f -size 0 -print | xargs rm # now that we have removed empty man page, we need to remove associated binaries 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 \ + dclutmix dcmvhier.8only dcmvhier.all dcortho dcostosr dcpost dcproj dcrmsfx.all \ 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; \ @@ -94,8 +94,10 @@ #find $(CURDIR)/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/-/\\-/g' {} \; # Can't use above -> manpage-has-bad-whatis-entry # Remove (except special list from official upstream releases) : - find $(CURDIR)/debian/dicom3tools/usr/bin -type f -not \( -name andump\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \ - find $(CURDIR)/debian/dicom3tools/usr/share/man -type f -not \( -name andump\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \ + find $(CURDIR)/debian/dicom3tools/usr/bin -type f -not \( -name andump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \ + find $(CURDIR)/debian/dicom3tools/usr/share/man -type f -not \( -name andump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \ + # Remove all static lib + rm -rf $(CURDIR)/debian/dicom3tools/usr/lib # Build architecture-independent files here. binary-indep: build install _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
