Author: malat-guest Date: 2011-04-20 09:36:40 +0000 (Wed, 20 Apr 2011) New Revision: 6600
Modified: trunk/packages/dicom3tools/trunk/debian/changelog trunk/packages/dicom3tools/trunk/debian/control trunk/packages/dicom3tools/trunk/debian/rules Log: Update for next upload Modified: trunk/packages/dicom3tools/trunk/debian/changelog =================================================================== --- trunk/packages/dicom3tools/trunk/debian/changelog 2011-04-20 07:31:05 UTC (rev 6599) +++ trunk/packages/dicom3tools/trunk/debian/changelog 2011-04-20 09:36:40 UTC (rev 6600) @@ -1,3 +1,13 @@ +dicom3tools (1.0~20110207-1) unstable; urgency=low + + * New upstream + * Fix dctopgm8 and MONOCHROME1 windowing + * Add cmd line opt for dctopgm8 (override VOI LUT) + * Add suggest on pvrg-jpeg + * Use --no-name when compressing orig tarball + + -- Mathieu Malaterre <[email protected]> Wed, 20 Apr 2011 11:35:51 +0200 + dicom3tools (1.0~20101204-1) experimental; urgency=low * New upsteam Modified: trunk/packages/dicom3tools/trunk/debian/control =================================================================== --- trunk/packages/dicom3tools/trunk/debian/control 2011-04-20 07:31:05 UTC (rev 6599) +++ trunk/packages/dicom3tools/trunk/debian/control 2011-04-20 09:36:40 UTC (rev 6600) @@ -13,7 +13,7 @@ Package: dicom3tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: dcmtk, libgdcm-tools +Suggests: dcmtk, libgdcm-tools, pvrg-jpeg Description: DICOM medical image files manipulation and conversion tools Command line utilities for creating, modifying, dumping and validating files of DICOM attributes. Support conversion of some proprietary medical Modified: trunk/packages/dicom3tools/trunk/debian/rules =================================================================== --- trunk/packages/dicom3tools/trunk/debian/rules 2011-04-20 07:31:05 UTC (rev 6599) +++ trunk/packages/dicom3tools/trunk/debian/rules 2011-04-20 09:36:40 UTC (rev 6600) @@ -137,7 +137,7 @@ get-orig-source: $(UPSTREAM_SRC).tar.bz2 tar xjf $(UPSTREAM_SRC).tar.bz2 mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR) - GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR) + GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR) rm -rf $(DEBIAN_SRC_DIR) binary: binary-indep binary-arch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
