[med-svn] [Git][med-team/libsecrecy][master] 4 commits: move to g++
Étienne Mollier
gitlab at salsa.debian.org
Fri Nov 13 22:50:14 GMT 2020
Étienne Mollier pushed to branch master at Debian Med / libsecrecy
Commits:
de5fb7d5 by Étienne Mollier at 2020-11-13T21:51:29+01:00
move to g++
- - - - -
d43160ac by Étienne Mollier at 2020-11-13T23:25:10+01:00
mark stable test superficial
- - - - -
e953b3af by Étienne Mollier at 2020-11-13T23:47:08+01:00
enable large file support
Adding the DEB_BUILD_MAINT_OPTIONS "future=+lfs" fixes builds on
32-bit architectures.
- - - - -
724aa15f by Étienne Mollier at 2020-11-13T23:49:28+01:00
maybe not yet ready for upload
just saving today's work...
- - - - -
4 changed files:
- debian/changelog
- debian/rules
- debian/tests/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-libsecrecy (0.0.2+dfsg-1) unstable; urgency=medium
+libsecrecy (0.0.2+dfsg-1) UNRELEASED; urgency=medium
* Initial release (Closes: #974615)
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@ DH_VERBOSE := 1
export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all future=+lfs
%:
dh $@
=====================================
debian/tests/control
=====================================
@@ -1,7 +1,7 @@
Tests: run-unit-test
-Depends: @, c++-compiler
+Depends: @, g++
Restrictions: allow-stderr, flaky
Tests: run-stable-test
-Depends: @, c++-compiler
-Restrictions: allow-stderr
+Depends: @, g++
+Restrictions: allow-stderr, superficial
=====================================
debian/tests/run-unit-test
=====================================
@@ -56,7 +56,7 @@ set -v
################################################################################
# II. Test libsecrecy-dev
# 0. Preparation
- CXX="c++"
+ CXX="g++"
CXXFLAGS="$( pkg-config libsecrecy --cflags )"
LDFLAGS="$( pkg-config libsecrecy --libs )"
export CXXFLAGS LDFLAGS
View it on GitLab: https://salsa.debian.org/med-team/libsecrecy/-/compare/d6eede8a768cf67aa9e88414003a079784f587cb...724aa15fd6fa5dcd8dcb2089dea37c8d9a103c70
--
View it on GitLab: https://salsa.debian.org/med-team/libsecrecy/-/compare/d6eede8a768cf67aa9e88414003a079784f587cb...724aa15fd6fa5dcd8dcb2089dea37c8d9a103c70
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/20201113/87b732c8/attachment-0001.html>
More information about the debian-med-commit
mailing list