[Debian-med-packaging] Bug#632460: dicomscope: hardcoded dependency on libssl0.9.8

Mark Hymers mhy at debian.org
Sat Jul 2 13:43:19 UTC 2011


tag 632460 +patch
thanks

> dicomscope-3.6.0/debian/control:Depends: ${shlibs:Depends}, ${misc:Depends}, wish | tk8.5 | tk8.4, libdcmtk2 (>= 3.6.0), libssl0.9.8,
> dicomscope-3.6.0/debian/control- libxml2, java-gcj-compat | java1-runtime | java2-runtime
> 
> You don't need to hardcode library ABIs in your Depends, that's what
> dpkg-shlibdeps is for.

Trivial build-tested patch attached which also updates the java
dependency to use default-jre.

Mark

-- 
Mark Hymers <mhy at debian dot org>

"We have three realistic alternatives: (1) Sit here and get blown up, (2)
 Stand here and get blown up, (3) Jump up and down, shout at me for not being
 able to think of anything, then get blown up."
     Holly, Red Dwarf Series III - Bodyswap
-------------- next part --------------
diff -u dicomscope-3.6.0/debian/control dicomscope-3.6.0/debian/control
--- dicomscope-3.6.0/debian/control
+++ dicomscope-3.6.0/debian/control
@@ -13,8 +13,7 @@
 
 Package: dicomscope
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, wish | tk8.5 | tk8.4, libdcmtk2 (>= 3.6.0), libssl0.9.8,
- libxml2, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, wish | tk8.5 | tk8.4, default-jre
 Description: The OFFIS DICOM Viewer
  DICOMscope is a free DICOM viewer which can display uncompressed,
  monochrome DICOM images from all modalities and which supports
diff -u dicomscope-3.6.0/debian/changelog dicomscope-3.6.0/debian/changelog
--- dicomscope-3.6.0/debian/changelog
+++ dicomscope-3.6.0/debian/changelog
@@ -1,3 +1,11 @@
+dicomscope (3.6.0-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix shlibdeps.  Closes: #632460.
+  * Replace java depends with default-jre.
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 02 Jul 2011 13:28:34 +0000
+
 dicomscope (3.6.0-6) unstable; urgency=low
 
   * Remove dep to tk8.3, tk8.4 and replace with wish


More information about the Debian-med-packaging mailing list