[med-svn] [Git][med-team/libedlib][master] 5 commits: d/libedlib1.symbols: mark symbols leaked by the compiler as optional.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Jul 13 19:50:02 BST 2024
Étienne Mollier pushed to branch master at Debian Med / libedlib
Commits:
ddc52922 by Étienne Mollier at 2024-07-13T20:46:11+02:00
d/libedlib1.symbols: mark symbols leaked by the compiler as optional.
Closes: #1015484, #1075164
- - - - -
b57252b3 by Étienne Mollier at 2024-07-13T20:46:59+02:00
d/rules: always run LTO builds.
- - - - -
143596bb by Étienne Mollier at 2024-07-13T20:48:31+02:00
d/control: add myself to uploaders.
- - - - -
6232ec9c by Étienne Mollier at 2024-07-13T20:48:50+02:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
dc2ac278 by Étienne Mollier at 2024-07-13T20:49:25+02:00
ready to upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/libedlib1.symbols
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libedlib (1.2.7-6) unstable; urgency=medium
+
+ * d/libedlib1.symbols: mark symbols leaked by the compiler as optional.
+ (Closes: #1015484, #1075164)
+ * d/rules: always run LTO builds.
+ * d/control: add myself to uploaders.
+ * d/control: declare compliance to standards version 4.7.0.
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 13 Jul 2024 20:49:11 +0200
+
libedlib (1.2.7-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
Source: libedlib
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Étienne Mollier <emollier at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -11,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
cython3,
python3-all-dev,
python3-setuptools
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/libedlib
Vcs-Git: https://salsa.debian.org/med-team/libedlib.git
Homepage: https://github.com/Martinsos/edlib
=====================================
debian/libedlib1.symbols
=====================================
@@ -1,8 +1,8 @@
libedlib.so.1 libedlib1 #MINVER#
* Build-Depends-Package: libedlib-dev
- _ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 1.2.4
- _ZNSt6vectorIcSaIcEE17_M_realloc_insertIJcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 1.2.4
- _ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 1.2.3
+ (optional)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 1.2.4
+ (optional)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 1.2.4
+ (optional)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 1.2.3
edlibAlign at Base 1.2.3
edlibAlignmentToCigar at Base 1.2.3
edlibDefaultAlignConfig at Base 1.2.3
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
export PYBUILD_NAME = edlib
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all optimize=+lto
DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=Release \
-DEDLIB_BUILD_EXAMPLES=False \
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/38af4522df89f1f5232791c160106159a6448fd8...dc2ac2787ea538351f90f8d1689b0b4be9fc007d
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/38af4522df89f1f5232791c160106159a6448fd8...dc2ac2787ea538351f90f8d1689b0b4be9fc007d
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/20240713/baa198ff/attachment-0001.htm>
More information about the debian-med-commit
mailing list