Étienne Mollier pushed to branch master at Debian Med / vsearch
Commits: d00dfa8d by Étienne Mollier at 2024-04-15T22:04:46+02:00 sysconf_memory_sizing.patch: delete. The patch only includes unistd.h, now duplicated in src/vsearch.h. Thanks: Torbjørn Rognes - - - - - 6a015ac5 by Étienne Mollier at 2024-04-15T22:06:43+02:00 initialise changelog. - - - - - 3 changed files: - debian/changelog - − debian/patches/series - − debian/patches/sysconf_memory_sizing.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +vsearch (2.27.0-2) UNRELEASED; urgency=medium + + * sysconf_memory_sizing.patch: delete. + The patch only includes unistd.h, now duplicated in src/vsearch.h. + Thanks to Torbjørn Rognes + + -- Étienne Mollier <[email protected]> Mon, 15 Apr 2024 22:06:31 +0200 + vsearch (2.27.0-1) unstable; urgency=medium * New upstream version 2.27.0 ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -sysconf_memory_sizing.patch ===================================== debian/patches/sysconf_memory_sizing.patch deleted ===================================== @@ -1,20 +0,0 @@ -Description: kFreeBSD portability patch - By using the POSIX sysconf(3) together with the nonstandard extension - _SC_PHYS_PAGES, the system's installed memory can be queried portably on - Linux and kFreeBSD. -Author: Jeff Epler <[email protected]> -Bug-Debian: https://bugs.debian.org/776814 -Forwarded: http://lists.alioth.debian.org/pipermail/debian-med-packaging/2015-February/031414.html -Last-Update: Thu, 19 Feb 2015 16:07:52 +0100 (Andreas Tille <[email protected]>) - ---- a/src/arch.cc -+++ b/src/arch.cc -@@ -60,6 +60,8 @@ - - #include "vsearch.h" - -+#include <unistd.h> -+ - const int memalignment = 16; - - uint64_t arch_get_memused() View it on GitLab: https://salsa.debian.org/med-team/vsearch/-/compare/1377752f7bcd923aab8c0ddc8e10fd15997ffb46...6a015ac59775a9860b302d844a1d5dd6eb6719d3 -- View it on GitLab: https://salsa.debian.org/med-team/vsearch/-/compare/1377752f7bcd923aab8c0ddc8e10fd15997ffb46...6a015ac59775a9860b302d844a1d5dd6eb6719d3 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
