É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 <[email protected]> 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 <[email protected]> -Uploaders: Dylan Aïssi <[email protected]> +Uploaders: Dylan Aïssi <[email protected]>, + Étienne Mollier <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
