[med-svn] [Git][med-team/libbpp-seq-omics][master] Symbols for amd64 arch only.
Julien Y. Dutheil
gitlab at salsa.debian.org
Sat Apr 7 21:19:14 BST 2018
Julien Y. Dutheil pushed to branch master at Debian Med / libbpp-seq-omics
Commits:
8d9fc21e by Julien Y. Dutheil at 2018-04-07T22:18:36+02:00
Symbols for amd64 arch only.
Fixed dates in copyright file.
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-libbpp-seq-omics (2.4.0-3) UNRELEASED; urgency=medium
+libbpp-seq-omics (2.4.0-2) UNRELEASED; urgency=medium
[ Julien Dutheil ]
+ * Provide symbols file only for amd64
* Versioned Build-Depends: d-shlibs (>= 0.82)
[ Andreas Tille ]
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Julien Yann Dutheil <julien.dutheil at univ-montp2.fr>
Source: https://github.com/BioPP/bpp-seq-omics/
Files: *
-Copyright: 2010-2016 Julien Yann Dutheil <julien.dutheil at univ-montp2.fr>
+Copyright: 2010-2018 Julien Yann Dutheil <julien.dutheil at univ-montp2.fr>
Bio++ Development Team
License: CeCILL
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,23 @@ CMAKE_EXTRA_FLAGS += -DBUILD_TESTING=OFF
%:
dh $@
+override_dh_makeshlibs:
+ifeq ($(DEB_BUILD_ARCH),amd64)
+ echo "Architecture amd64 is the only one where a symbols file is provided"
+else
+ echo "Symbols file for architecture $(DEB_BUILD_ARCH) is not provided"
+ mkdir -p debian/hidesymbols
+ mv debian/*.symbols debian/hidesymbols
+endif
+ dh_makeshlibs
+ifeq ($(DEB_BUILD_ARCH),amd64)
+ echo "dh_makeshlibs for architecture amd64 including symbols done"
+else
+ # restore original debian/ dir to enable building twice in a row
+ mv debian/hidesymbols/*.symbols debian
+ rmdir debian/hidesymbols
+endif
+
override_dh_install:
dh_install
d-shlibmove --commit \
View it on GitLab: https://salsa.debian.org/med-team/libbpp-seq-omics/commit/8d9fc21e0e0e3121f92d8a0c0dcb033c7f7e8890
---
View it on GitLab: https://salsa.debian.org/med-team/libbpp-seq-omics/commit/8d9fc21e0e0e3121f92d8a0c0dcb033c7f7e8890
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180407/c1839643/attachment-0001.html>
More information about the debian-med-commit
mailing list