Loading debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ libbpp-qt (2.4.0-1) UNRELEASED; urgency=medium * Provide full license text of CeCILL license [ Julien Y. Dutheil ] * Provide symbols file only for amd64 * New upstream version * Removed unnecessary override Loading debian/copyright +3 −3 Original line number Diff line number Diff line Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: B++-Qt Upstream-Name: Bpp-Qt Upstream-Contact: Julien Yann Dutheil <julien.dutheil@univ-montp2.fr> Source: http://biopp.univ-montp2.fr/Repositories/sources/ Source: https://github.com/BioPP/bpp-qt/ Files: * Copyright: 2010-2016 Julien Yann Dutheil <julien.dutheil@univ-montp2.fr> Copyright: 2010-2018 Julien Yann Dutheil <julien.dutheil@univ-montp2.fr> Bio++ Development Team License: CeCILL Loading debian/rules +17 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ libbpp-qt (2.4.0-1) UNRELEASED; urgency=medium * Provide full license text of CeCILL license [ Julien Y. Dutheil ] * Provide symbols file only for amd64 * New upstream version * Removed unnecessary override Loading
debian/copyright +3 −3 Original line number Diff line number Diff line Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: B++-Qt Upstream-Name: Bpp-Qt Upstream-Contact: Julien Yann Dutheil <julien.dutheil@univ-montp2.fr> Source: http://biopp.univ-montp2.fr/Repositories/sources/ Source: https://github.com/BioPP/bpp-qt/ Files: * Copyright: 2010-2016 Julien Yann Dutheil <julien.dutheil@univ-montp2.fr> Copyright: 2010-2018 Julien Yann Dutheil <julien.dutheil@univ-montp2.fr> Bio++ Development Team License: CeCILL Loading
debian/rules +17 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading