Author: malat-guest Date: 2011-04-26 18:37:57 +0000 (Tue, 26 Apr 2011) New Revision: 6649
Modified: trunk/packages/dicomscope/trunk/debian/changelog trunk/packages/dicomscope/trunk/debian/control trunk/packages/dicomscope/trunk/debian/rules Log: Fix dep to tk Modified: trunk/packages/dicomscope/trunk/debian/changelog =================================================================== --- trunk/packages/dicomscope/trunk/debian/changelog 2011-04-26 15:49:20 UTC (rev 6648) +++ trunk/packages/dicomscope/trunk/debian/changelog 2011-04-26 18:37:57 UTC (rev 6649) @@ -1,3 +1,9 @@ +dicomscope (3.6.0-6) unstable; urgency=low + + * Remove dep to tk8.3, tk8.4 and replace with wish + + -- Mathieu Malaterre <[email protected]> Tue, 26 Apr 2011 20:36:47 +0200 + dicomscope (3.6.0-5) unstable; urgency=low * Fix compilation with gcj/java Modified: trunk/packages/dicomscope/trunk/debian/control =================================================================== --- trunk/packages/dicomscope/trunk/debian/control 2011-04-26 15:49:20 UTC (rev 6648) +++ trunk/packages/dicomscope/trunk/debian/control 2011-04-26 18:37:57 UTC (rev 6649) @@ -13,7 +13,7 @@ Package: dicomscope Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.3 | tk8.4, libdcmtk2 (>= 3.6.0), libssl0.9.8, +Depends: ${shlibs:Depends}, ${misc:Depends}, wish, libdcmtk2 (>= 3.6.0), libssl0.9.8, libxml2, java-gcj-compat | java1-runtime | java2-runtime Description: The OFFIS DICOM Viewer DICOMscope is a free DICOM viewer which can display uncompressed, Modified: trunk/packages/dicomscope/trunk/debian/rules =================================================================== --- trunk/packages/dicomscope/trunk/debian/rules 2011-04-26 15:49:20 UTC (rev 6648) +++ trunk/packages/dicomscope/trunk/debian/rules 2011-04-26 18:37:57 UTC (rev 6649) @@ -146,7 +146,7 @@ find $(DEBIAN_SRC_DIR) -name *.cpp -exec dos2unix {} \; find $(DEBIAN_SRC_DIR) -name *.txt -exec dos2unix {} \; find $(DEBIAN_SRC_DIR) -name *.MF -exec dos2unix {} \; - 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) rm $(UPSTREAM_SRC).zip _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
