[med-svn] [Git][med-team/spdlog][master] 5 commits: release to experimental

Michael R. Crusoe gitlab at salsa.debian.org
Tue Mar 3 13:24:48 GMT 2020



Michael R. Crusoe pushed to branch master at Debian Med / spdlog


Commits:
e64b3565 by Michael R. Crusoe at 2020-03-02T16:40:37+01:00
release to experimental

- - - - -
f1593b21 by Michael R. Crusoe at 2020-03-03T08:50:46+01:00
final symbols refresh

- - - - -
6f25ccd0 by Michael R. Crusoe at 2020-03-03T10:41:43+01:00
simplify symbols

- - - - -
2f616a37 by Michael R. Crusoe at 2020-03-03T11:49:41+01:00
Speed up nocheck build profile by not building the tests & example

- - - - -
17019947 by Michael R. Crusoe at 2020-03-03T14:23:40+01:00
release 1:1.5.0+ds-3 to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/libspdlog1.symbols
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,16 @@
-spdlog (1:1.5.0+ds-3) UNRELEASED; urgency=medium
+spdlog (1:1.5.0+ds-3) unstable; urgency=medium
+
+  * Speed up nocheck build profile by not building the tests & example
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Tue, 03 Mar 2020 11:44:57 +0100
+
+spdlog (1:1.5.0+ds-3~rc1) experimental; urgency=medium
+
+  * Hopefully the final symbols refresh for 1.5.0
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Tue, 03 Mar 2020 08:50:12 +0100
+
+spdlog (1:1.5.0+ds-3~rc0) experimental; urgency=medium
 
   * Depend on newer libfmt (Closes: #952625)
   * libspdlog-dev is Multi-Arch: same


=====================================
debian/libspdlog1.symbols
=====================================
The diff for this file was not included because it is too large.

=====================================
debian/rules
=====================================
@@ -16,12 +16,21 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_configure:
 	rm -Rf include/spdlog/fmt/bundled/
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
 	dh_auto_configure -- -DSPDLOG_BUILD_EXAMPLE=ON \
 		-DSPDLOG_BUILD_EXAMPLE_HO=ON \
 		-DSPDLOG_BUILD_TESTS=ON \
 		-DSPDLOG_FMT_EXTERNAL=ON \
 		-DSPDLOG_BUILD_TESTS_HO=ON \
 		-DSPDLOG_BUILD_SHARED=ON
+else
+	dh_auto_configure -- -DSPDLOG_BUILD_EXAMPLE=OFF \
+		-DSPDLOG_BUILD_EXAMPLE_HO=OFF \
+		-DSPDLOG_BUILD_TESTS=OFF \
+		-DSPDLOG_FMT_EXTERNAL=ON \
+		-DSPDLOG_BUILD_TESTS_HO=OFF \
+		-DSPDLOG_BUILD_SHARED=ON
+endif
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))



View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/6e7dbf5f597e233cdd6fe2c4b0a24beebc6d62e3...17019947b24b7a2fcce7cae1a16e6926c2b5b69b

-- 
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/6e7dbf5f597e233cdd6fe2c4b0a24beebc6d62e3...17019947b24b7a2fcce7cae1a16e6926c2b5b69b
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/20200303/36f869e3/attachment-0001.html>


More information about the debian-med-commit mailing list