[med-svn] [Git][med-team/orthanc][master] fix dh_missing issues
Sebastien Jodogne
gitlab at salsa.debian.org
Thu Jul 23 08:47:09 BST 2020
Sebastien Jodogne pushed to branch master at Debian Med / orthanc
Commits:
5f2a19cb by jodogne-guest at 2020-07-23T09:46:47+02:00
fix dh_missing issues
- - - - -
3 changed files:
- debian/control
- debian/orthanc-dev.install
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -39,6 +39,7 @@ Depends: adduser,
lsb-base,
${misc:Depends},
${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
Description: Lightweight, RESTful DICOM server for medical imaging
Orthanc aims at providing a simple, yet powerful DICOM server for
medical imaging. Orthanc can turn any computer running Windows or
=====================================
debian/orthanc-dev.install
=====================================
@@ -1 +1 @@
-OrthancServer/Plugins/Include/orthanc usr/include
+usr/include/orthanc/*
=====================================
debian/rules
=====================================
@@ -111,8 +111,11 @@ override_dh_auto_install:
mv $(DESTDIR)/usr/share/orthanc/plugins/libModalityWorklists.so.$(UPSTREAM_VERSION) \
$(DESTDIR)/usr/lib/orthanc
-override_dh_link:
+ # These links are replaced by the "override_dh_link" rule
+ rm $(DESTDIR)/usr/share/orthanc/plugins/libServeFolders.so
+ rm $(DESTDIR)/usr/share/orthanc/plugins/libModalityWorklists.so
+override_dh_link:
# Create a link to the shared library of the plugins
dh_link usr/lib/orthanc/libServeFolders.so.$(UPSTREAM_VERSION) \
usr/share/orthanc/plugins/libServeFolders.so
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/commit/5f2a19cbd15de883380416f47458bf2523244804
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/commit/5f2a19cbd15de883380416f47458bf2523244804
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200723/739b85ea/attachment.html>
More information about the debian-med-commit
mailing list