[med-svn] [charls] 01/01: Try to use d-shlibs but this does not work since build system does not create static library. Give up at this moment.
Andreas Tille
tille at debian.org
Sun May 22 11:55:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository charls.
commit 7174102d40001d93abd8313e77fe39f76167a052
Author: Andreas Tille <tille at debian.org>
Date: Sun May 22 13:50:30 2016 +0200
Try to use d-shlibs but this does not work since build system does not create static library. Give up at this moment.
---
debian/control | 6 ++++--
debian/rules | 6 ++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 0d0f6f2..fc12deb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,10 @@ Source: charls
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat at debian.org>,
Andreas Tille <tille at debian.org>
-Section: libs
+Section: science
Priority: optional
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.18.0),
+Build-Depends: debhelper (>= 9),
+ dpkg-dev (>= 1.18.0),
cmake
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/charls.git
@@ -32,6 +33,7 @@ Description: Implementation of the JPEG-LS standard (development libraries)
Package: libcharls1
Architecture: any
Multi-Arch: same
+Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
diff --git a/debian/rules b/debian/rules
index ba6d6a2..eee9537 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,9 @@ override_dh_install-arch:
# Development Package
dh_install -p$(pkg_dev) usr/include
dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so
+# dh_install -a
+# d-shlibmove --commit \
+# --multiarch \
+# --devunversioned \
+# --movedev debian/tmp/usr/include/* usr/include \
+# debian/tmp/usr/lib/*/*.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/charls.git
More information about the debian-med-commit
mailing list