Étienne Mollier pushed to branch master at Debian Med / acedb
Commits: a6c05387 by Étienne Mollier at 2021-10-24T23:45:19+02:00 Make glibc2.32.patch header description coherent. The initial version was referring to a slightly different work around which involved setting a DEBIAN_BUILD macro, but this one uses __gnu_linux__, so the message did little sense. - - - - - 58967c0f by Étienne Mollier at 2021-10-24T23:47:47+02:00 update changelog - - - - - 2 changed files: - debian/changelog - debian/patches/glibc2.32.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +acedb (4.9.39+dfsg.02-7) UNRELEASED; urgency=medium + + * Make glibc2.32.patch header description coherent. + + -- Étienne Mollier <[email protected]> Sun, 24 Oct 2021 23:47:13 +0200 + acedb (4.9.39+dfsg.02-6) unstable; urgency=medium * Team upload. ===================================== debian/patches/glibc2.32.patch ===================================== @@ -1,11 +1,10 @@ Description: use strsignal for Debian builds - There are no easy ways to detect the libc version from the compiler point of - view, so lets make use of our own marker instead to force the used of the - function strsignal(3). The function needing adjustment is a wrapper around - multiple methods to get the signal list. + The whole function is a helper to mimick strsignal(3) on all Unices, + so let's use this in the first place, since we know this function is + available in Debian. Author: Étienne Mollier <[email protected]> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997105 -Forwarded: not-needed +Forwarded: no Last-Update: 2021-10-24 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ View it on GitLab: https://salsa.debian.org/med-team/acedb/-/compare/341b448ba8ea3b01fd13b5d68cf700971d58ccde...58967c0f956948aeed1a0646c682d8820e27465e -- View it on GitLab: https://salsa.debian.org/med-team/acedb/-/compare/341b448ba8ea3b01fd13b5d68cf700971d58ccde...58967c0f956948aeed1a0646c682d8820e27465e 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
