[med-svn] [Git][med-team/libstatgen][master] 5 commits: d/rules: forcefully run LTO builds.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Aug 25 16:42:07 BST 2024
Étienne Mollier pushed to branch master at Debian Med / libstatgen
Commits:
86f3b31d by Étienne Mollier at 2024-08-25T17:34:48+02:00
d/rules: forcefully run LTO builds.
- - - - -
1182536e by Étienne Mollier at 2024-08-25T17:35:28+02:00
d/libstatgen1.symbols: refresh for LTO builds and gcc 14.
The c++ filter format is notably dropped because (c++) markers do not
seem to work well as (optional) symbols.
Closes: #1075208
- - - - -
fdc613fc by Étienne Mollier at 2024-08-25T17:37:51+02:00
d/control: add myself to uploaders.
- - - - -
0634b4ad by Étienne Mollier at 2024-08-25T17:38:10+02:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
436de2c0 by Étienne Mollier at 2024-08-25T17:40:52+02:00
Ready for upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/libstatgen1.symbols
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libstatgen (1.0.15-8) unstable; urgency=medium
+
+ * d/rules: forcefully run LTO builds.
+ * d/libstatgen1.symbols: refresh for LTO builds and gcc 14.
+ The c++ filter format is notably dropped because (c++) markers do not
+ seem to work well as (optional) symbols. (Closes: #1075208)
+ * d/control: add myself to uploaders.
+ * d/control: declare compliance to standards version 4.7.0.
+
+ -- Étienne Mollier <emollier at debian.org> Sun, 25 Aug 2024 17:39:07 +0200
+
libstatgen (1.0.15-7) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
Source: libstatgen
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Dylan Aïssi <daissi at debian.org>
+Uploaders: Dylan Aïssi <daissi at debian.org>,
+ Étienne Mollier <emollier at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -8,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libssl-dev,
zlib1g-dev,
d-shlibs
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/libstatgen
Vcs-Git: https://salsa.debian.org/med-team/libstatgen.git
Homepage: https://genome.sph.umich.edu/wiki/C++_Library:_libStatGen
=====================================
debian/libstatgen1.symbols
=====================================
The diff for this file was not included because it is too large.
=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-include /usr/share/dpkg/buildtools.mk
# Define SONAME for shared library
View it on GitLab: https://salsa.debian.org/med-team/libstatgen/-/compare/cf8cb1a38280470c1bf1194c6d870bc5da1fd9fa...436de2c0141d27050b4dd3ae677363cf57742211
--
View it on GitLab: https://salsa.debian.org/med-team/libstatgen/-/compare/cf8cb1a38280470c1bf1194c6d870bc5da1fd9fa...436de2c0141d27050b4dd3ae677363cf57742211
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/20240825/7a3c7e57/attachment-0001.htm>
More information about the debian-med-commit
mailing list