[med-svn] [orthanc] 04/06: Fix installation of files
Andreas Tille
tille at debian.org
Thu Apr 7 21:29:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository orthanc.
commit 8746f83c47b2c71ecbd9d6bca799172ffaab96ce
Author: Andreas Tille <tille at debian.org>
Date: Thu Apr 7 21:42:11 2016 +0200
Fix installation of files
---
debian/changelog | 2 +-
debian/orthanc.install | 2 ++
debian/rules | 10 ----------
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 50a186b..33ea7c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ orthanc (1.0.0+dfsg-3) UNRELEASED; urgency=medium
Closes: #820062
* Fix installation of header files into orthanc-dev package
- -- Andreas Tille <tille at debian.org> Thu, 07 Apr 2016 21:10:39 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 07 Apr 2016 21:42:06 +0200
orthanc (1.0.0+dfsg-2) unstable; urgency=medium
diff --git a/debian/orthanc.install b/debian/orthanc.install
new file mode 100644
index 0000000..520bb6f
--- /dev/null
+++ b/debian/orthanc.install
@@ -0,0 +1,2 @@
+Build/Orthanc usr/sbin
+Build/lib*.so.* usr/lib/orthanc
diff --git a/debian/rules b/debian/rules
index 922c060..04a6d06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,16 +75,6 @@ override_dh_auto_install-indep:
dh_auto_install -i
-override_dh_auto_install-arch:
- # Move the Orthanc binaries to "/usr/sbin"
- dh_install Build/Orthanc usr/sbin
-
- # Move the basic plugins at the proper places for shared libraries
- dh_install usr/share/orthanc/plugins/libServeFolders.so.$(UPSTREAM_VERSION) usr/lib/orthanc
- dh_install usr/share/orthanc/plugins/libModalityWorklists.so.$(UPSTREAM_VERSION) usr/lib/orthanc
-
- dh_auto_install -a
-
override_dh_link-arch:
# Create a link to the shared library of the plugins
dh_link usr/lib/orthanc/libServeFolders.so.$(UPSTREAM_VERSION) \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc.git
More information about the debian-med-commit
mailing list