Andreas Tille pushed to branch master at Debian Med / spdlog
Commits: 81e34ede by Andreas Tille at 2018-10-01T06:29:51Z Drop debian/gdb.conf (specifying only defaults) - - - - - eb296a10 by Andreas Tille at 2018-10-01T06:31:32Z Fix build on several architectures - - - - - 0f56fb22 by Andreas Tille at 2018-10-01T06:41:58Z Upload to unstable - - - - - 3 changed files: - debian/changelog - − debian/gbp.conf - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +spdlog (1:1.1.0-2) unstable; urgency=medium + + * Team upload. + * Drop debian/gdb.conf (specifying only defaults) + * Fix build on several architectures (Thanks for the patch to + Adrian Bunk <[email protected]>) + Closes: #909938 + + -- Andreas Tille <[email protected]> Mon, 01 Oct 2018 08:31:40 +0200 + spdlog (1:1.1.0-1) unstable; urgency=medium * Team upload. ===================================== debian/gbp.conf deleted ===================================== @@ -1,12 +0,0 @@ -[DEFAULT] -# The default name for the upstream branch is "upstream". -# Change it if the name is different (for instance, "master"). -upstream-branch = upstream -# The default name for the Debian branch is "master". -# Change it if the name is different (for instance, "debian/unstable"). -debian-branch = master -# gbp import-orig uses the following names for the upstream tags. -# Change the value if you are not using gbp import-orig -upstream-tag = upstream/%(version)s -# Always use pristine-tar. -pristine-tar = True ===================================== debian/rules ===================================== @@ -1,5 +1,9 @@ #!/usr/bin/make -f +ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc powerpcspe sh4)) + export DEB_LDFLAGS_MAINT_APPEND=-latomic +endif + %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/spdlog/compare/83c8e78062077a6dafe1c3323d5adfc2149f2397...0f56fb22a7ed03559ef995064c8f41dfe9720da0 -- View it on GitLab: https://salsa.debian.org/med-team/spdlog/compare/83c8e78062077a6dafe1c3323d5adfc2149f2397...0f56fb22a7ed03559ef995064c8f41dfe9720da0 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
