[med-svn] [Git][med-team/plast][master] 2 commits: Disable link time optimization since it results in test suite failure

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Jul 20 08:36:37 BST 2022



Andreas Tille pushed to branch master at Debian Med / plast


Commits:
44fa4672 by Andreas Tille at 2022-07-20T09:18:59+02:00
Disable link time optimization since it results in test suite failure

- - - - -
cd63e4b9 by Andreas Tille at 2022-07-20T09:19:48+02:00
routine-update: Standards-Version: 4.6.1

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+plast (2.3.2+dfsg-9) UNRELEASED; urgency=medium
+
+  * Disable link time optimization since it results in test suite failure
+    Closes: #1015585
+  * Standards-Version: 4.6.1 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 20 Jul 2022 09:18:22 +0200
+
 plast (2.3.2+dfsg-8) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
                libpcre2-dev,
                default-jdk,
                libsimde-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/plast
 Vcs-Git: https://salsa.debian.org/med-team/plast.git
 Homepage: https://plast.inria.fr/


=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk
 
 BUILD_DIR := obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export BDATE=$(shell TZ=UTC LC_ALL=C date -d"@$(SOURCE_DATE_EPOCH)" +'%Y-%m-%d')
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 export DEB_CFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
 export DEB_CXXFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
 



View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/b8084ec158e103baad97d7a80c9f89d4876924cc...cd63e4b9d48bc945bb8dc56fbd8b2cd720528677

-- 
View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/b8084ec158e103baad97d7a80c9f89d4876924cc...cd63e4b9d48bc945bb8dc56fbd8b2cd720528677
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/20220720/a074bb38/attachment-0001.htm>


More information about the debian-med-commit mailing list