[med-svn] [Git][med-team/freecontact][master] 3 commits: Build with -std=gnu++17 Closes: #1143654
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Sep 3 14:17:18 BST 2026
Andreas Tille pushed to branch master at Debian Med / freecontact
Commits:
07b7aef9 by Andreas Tille at 2026-09-03T14:45:35+02:00
Build with -std=gnu++17 Closes: #1143654
- - - - -
6d0c133a by Andreas Tille at 2026-09-03T14:46:29+02:00
Drop explicit BUild-Depends: libgfortran-15-dev Closes: #1144302
- - - - -
3ce18585 by Andreas Tille at 2026-09-03T14:49:49+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,15 @@
-freecontact (1.0.21-18) UNRELEASED; urgency=medium
+freecontact (1.0.21-18) unstable; urgency=medium
+ [ Étienne Mollier ]
* d/salsa-ci.yml: disable uscan test, which will never work.
- -- Étienne Mollier <emollier at debian.org> Thu, 09 Jul 2026 22:28:17 +0200
+ [ Andreas Tille ]
+ * Build with -std=gnu++17
+ Closes: #1143654
+ * Drop explicit BUild-Depends: libgfortran-15-dev
+ Closes: #1144302
+
+ -- Andreas Tille <tille at debian.org> Thu, 03 Sep 2026 14:46:37 +0200
freecontact (1.0.21-17) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -8,7 +8,6 @@ Build-Depends: dpkg-dev (>= 1.22.5),
bash-completion,
d-shlibs (>= 0.106),
gfortran,
- libgfortran-15-dev,
libblas-dev | libblas-3.so,
libboost-dev,
libboost-program-options-dev,
=====================================
debian/rules
=====================================
@@ -6,6 +6,7 @@
export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_CXXFLAGS_MAINT_APPEND=-std=gnu++17
Description := $(shell sed -e ':a; N; s/\n/$${Newline}/; ta' < debian/Description)
View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/fa4c6afdebd6fe20287271858f0f8c766b843f26...3ce1858585121ed9e39d0efaccc111439686b868
--
View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/fa4c6afdebd6fe20287271858f0f8c766b843f26...3ce1858585121ed9e39d0efaccc111439686b868
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260903/17e1e246/attachment-0001.htm>
More information about the debian-med-commit
mailing list