Hi Markus,

thanks for the bug report including patch.  It seems you missed some
upload in between that has dealt with the upgrade issue - so the
Breaks is included (I'm not sure about the Replaces since the
library does not actually replace dicomscope).

I commited the following patch to SVN to enable you a review before
I'll upload.  Please let me know what you think about it.

Kind regards

        Andreas.

-- 
http://fam-tille.de
$ svn diff
Index: changelog
===================================================================
--- changelog   (Revision 19581)
+++ changelog   (Arbeitskopie)
@@ -1,3 +1,12 @@
+dicomscope (3.6.0-14) UNRELEASED; urgency=medium
+
+  * dicomscope: Depend on libdicomscope-jni (thanks for the patch to
+    Markus Koschany <a...@gambaru.de>)
+    Closes: #791984
+  * remove superfluous ${shlibs:Depends} substvar.
+
+ -- Andreas Tille <ti...@debian.org>  Fri, 10 Jul 2015 08:57:31 +0200
+
 dicomscope (3.6.0-13) unstable; urgency=medium
 
   * Enable smooth upgrades by adding Breaks: dicomscope (<= 3.6.0-11)
Index: control
===================================================================
--- control     (Revision 19581)
+++ control     (Arbeitskopie)
@@ -19,11 +19,11 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: ${java:Depends},
-         ${shlibs:Depends},
          ${misc:Depends},
          tk8.6 | tk8.5 | tk8.4 | wish,
          default-jre,
-         jarwrapper
+         jarwrapper,
+         libdicomscope-jni
 Description: OFFIS DICOM Viewer
  DICOMscope is a free DICOM viewer which can display uncompressed, monochrome
  DICOM images from all modalities and which supports monitor calibration
@@ -44,11 +44,9 @@
 Package: libdicomscope-jni
 Architecture: any
 Multi-Arch: same
-Depends: ${java:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends},
-         default-jre
-Breaks: dicomscope (<= 3.6.0-11)
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Breaks: dicomscope (<< 3.6.0-12)
 Description: OFFIS DICOM Viewer (JNI files)
  DICOMscope is a free DICOM viewer which can display uncompressed, monochrome
  DICOM images from all modalities and which supports monitor calibration


Reply via email to