Andreas Tille pushed to branch master at Debian Med / libamplsolver


Commits:
cf42af0b by Andreas Tille at 2024-05-15T08:19:27+02:00
Fix FTBFS: fedisableexcept() is a GNU extension, so it has to be enabled by 
building with -D_GNU_SOURCE.

- - - - -
8448460c by Andreas Tille at 2024-05-15T08:19:46+02:00
routine-update: Standards-Version: 4.7.0

- - - - -
2364ec62 by Andreas Tille at 2024-05-15T08:22:16+02:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/fedisableexcept.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+libamplsolver (0~20190702-3) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Aurelien Jarno ]
+  * Fix FTBFS: fedisableexcept() is a GNU extension, so it has
+    to be enabled by building with -D_GNU_SOURCE.
+    Closes: #1070980
+
+  [ Andreas Tille ]
+  * Standards-Version: 4.7.0 (routine-update)
+
+ -- Andreas Tille <ti...@debian.org>  Wed, 15 May 2024 08:20:11 +0200
+
 libamplsolver (0~20190702-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                d-shlibs
-Standards-Version: 4.5.0
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/libamplsolver
 Vcs-Git: https://salsa.debian.org/med-team/libamplsolver.git
 Homepage: https://ampl.com/netlib/ampl/


=====================================
debian/patches/fedisableexcept.patch
=====================================
@@ -0,0 +1,26 @@
+Last-Update: Sun, 12 May 2024 13:02:02 +0200
+From: Aurelien Jarno <aure...@debian.org>
+Bug-Debian: https://bugs.debian.org/1070980
+Description: fedisableexcept() is a GNU extension, so it has
+             to be enabled by building with -D_GNU_SOURCE.
+
+--- a/fpinit.c
++++ b/fpinit.c
+@@ -49,6 +49,7 @@ int isatty_ASL; /* for use with "sw" und
+ #undef WIN32
+ #define WIN32
+ #else
++#define _GNU_SOURCE /* needed for fedisableexcept */
+ #include "fenv.h"
+ #endif
+ 
+--- a/solvers/fpinit.c
++++ b/solvers/fpinit.c
+@@ -49,6 +49,7 @@ int isatty_ASL; /* for use with "sw" und
+ #undef WIN32
+ #define WIN32
+ #else
++#define _GNU_SOURCE /* needed for fedisableexcept */
+ #include "fenv.h"
+ #endif
+ 


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 fix-makefile-shared-lib.patch
+fedisableexcept.patch



View it on GitLab: 
https://salsa.debian.org/med-team/libamplsolver/-/compare/08643b7f266ffc9652783c81a2a61089aa6bf347...2364ec6242e23a017fdc85aab868aa55f51df46a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libamplsolver/-/compare/08643b7f266ffc9652783c81a2a61089aa6bf347...2364ec6242e23a017fdc85aab868aa55f51df46a
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to