[med-svn] [Git][med-team/spdlog][master] 3 commits: d/rules: replace apt with dpkg-query (closes: #1098867)
Shengqi Chen (@harry)
gitlab at salsa.debian.org
Thu Apr 10 06:35:32 BST 2025
Shengqi Chen pushed to branch master at Debian Med / spdlog
Commits:
4e3faf27 by Shengqi Chen at 2025-04-10T13:30:20+08:00
d/rules: replace apt with dpkg-query (closes: #1098867)
Signed-off-by: Shengqi Chen <harry-chen at outlook.com>
- - - - -
3cca4c67 by Shengqi Chen at 2025-04-10T13:31:49+08:00
d/rules: disable LTO to avoid dh_auto_test failure (closes: #1094031)
Signed-off-by: Shengqi Chen <harry-chen at outlook.com>
- - - - -
70e4dccd by Shengqi Chen at 2025-04-10T13:35:14+08:00
Gbp-Dch: update and upload 1:1.15.2+ds-2 to unstable
Signed-off-by: Shengqi Chen <harry-chen at outlook.com>
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+spdlog (1:1.15.2+ds-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: replace apt with dpkg-query (closes: #1098867).
+ * d/rules: disable LTO to avoid dh_auto_test failure (closes: #1094031).
+
+ -- Shengqi Chen <harry at debian.org> Thu, 10 Apr 2025 13:32:02 +0800
+
spdlog (1:1.15.2+ds-1) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -5,10 +5,10 @@ ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc powerpcspe sh4
export DEB_LDFLAGS_MAINT_APPEND=-latomic
endif
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all optimize=-lto
soversion = 1.15
-fmtabi = $(shell apt show libfmt-dev 2>/dev/null | sed -n 's/Depends: .*libfmt\([0-9]*\) .*/\1/p')
+fmtabi = $(shell dpkg-query -W -f '$${Depends}' libfmt-dev | sed -n 's/libfmt\([0-9]*\) .*/\1/p')
spdlogfmtabi = libspdlog$(soversion)-fmt$(fmtabi)
%:
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/aea6c2cf0feaeb4a43a5b6573ba9fe808af0b7f2...70e4dccdcc54501f1856992b9dd2a4a48d6ac630
--
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/aea6c2cf0feaeb4a43a5b6573ba9fe808af0b7f2...70e4dccdcc54501f1856992b9dd2a4a48d6ac630
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250410/858f5871/attachment-0001.htm>
More information about the debian-med-commit
mailing list