Andreas Tille pushed to branch master at Debian Med / libfastahack
Commits: a4fe47dc by Andreas Tille at 2019-09-09T11:33:18Z Import patch by Helmut Grohne - - - - - 10eb6964 by Andreas Tille at 2019-09-09T11:33:41Z Remove obsolete fields Name from debian/upstream/metadata. - - - - - b4249bce by Andreas Tille at 2019-09-09T11:50:30Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libfastahack (1.0.0+dfsg-2) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: Fix build/host confusion. (Closes: #939512) + + [ Andreas Tille ] + * Remove obsolete fields Name from debian/upstream/metadata. + + -- Andreas Tille <[email protected]> Mon, 09 Sep 2019 13:33:41 +0200 + libfastahack (1.0.0+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -18,16 +18,16 @@ override_dh_install: debian/tmp/usr/lib/*/*.so override_dh_makeshlibs: -ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH), amd64 arm64 mips64el ppc64el ia64 kfreebsd-amd64 risc64 sparc64)) - echo "On architecture $(DEB_BUILD_ARCH) symbols file is provided" +ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), amd64 arm64 mips64el ppc64el ia64 kfreebsd-amd64 risc64 sparc64)) + echo "On architecture $(DEB_HOST_ARCH) symbols file is provided" else - echo "Symbols file for architecture $(DEB_BUILD_ARCH) is not provided" + echo "Symbols file for architecture $(DEB_HOST_ARCH) is not provided" mkdir -p debian/hidesymbols mv debian/*.symbols debian/hidesymbols endif dh_makeshlibs -ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH), amd64 arm64 mips64el ppc64el ia64 kfreebsd-amd64 risc64 sparc64)) - echo "dh_makeshlibs for architecture $(DEB_BUILD_ARCH) including symbols done" +ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), amd64 arm64 mips64el ppc64el ia64 kfreebsd-amd64 risc64 sparc64)) + echo "dh_makeshlibs for architecture $(DEB_HOST_ARCH) including symbols done" else # restore original debian/ dir to enable building twice in a row mv debian/hidesymbols/*.symbols debian ===================================== debian/upstream/metadata ===================================== @@ -5,4 +5,3 @@ Registry: Entry: NA - Name: SciCrunch Entry: NA -Name: fastahack View it on GitLab: https://salsa.debian.org/med-team/libfastahack/compare/743875490c15fa36d55d8ae74ab2a1a05c14aa73...b4249bced3c6bfbba542245d0d58f2ef8bacc727 -- View it on GitLab: https://salsa.debian.org/med-team/libfastahack/compare/743875490c15fa36d55d8ae74ab2a1a05c14aa73...b4249bced3c6bfbba542245d0d58f2ef8bacc727 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
