[med-svn] [Git][med-team/daligner][master] 2 commits: fix-missing-include.patch: new: fix ftbfs with dpkg.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Wed Mar 13 20:39:52 GMT 2024



Étienne Mollier pushed to branch master at Debian Med / daligner


Commits:
3043c218 by Étienne Mollier at 2024-03-13T21:38:17+01:00
fix-missing-include.patch: new: fix ftbfs with dpkg.

Closes: #1066534

- - - - -
37e4c0f2 by Étienne Mollier at 2024-03-13T21:39:26+01:00
ready to upload to unstable.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-missing-include.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+daligner (1.0+git20240119.335105d-2) unstable; urgency=medium
+
+  * fix-missing-include.patch: new: fix ftbfs with dpkg. (Closes: #1066534)
+
+ -- Étienne Mollier <emollier at debian.org>  Wed, 13 Mar 2024 21:38:57 +0100
+
 daligner (1.0+git20240119.335105d-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/patches/fix-missing-include.patch
=====================================
@@ -0,0 +1,20 @@
+Description: fix missing include.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066534
+Forwarded: https://github.com/thegenemyers/DALIGNER/pull/96
+Last-Update: 2024-03-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- daligner.orig/ONElib.c
++++ daligner/ONElib.c
+@@ -16,8 +16,10 @@
+  *
+  ****************************************************************************************/
+ 
++#define _GNU_SOURCE
+ #include <sys/errno.h>
+ #include <sys/types.h>
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/resource.h>


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ lddflags.patch
 destdir-install.patch
 cross.patch
 cppflags.patch
+fix-missing-include.patch



View it on GitLab: https://salsa.debian.org/med-team/daligner/-/compare/5730327beb0e9680d08e2aae4b85173e2b6a6267...37e4c0f24f82bdfda5c672519d7b29cb80b78efa

-- 
View it on GitLab: https://salsa.debian.org/med-team/daligner/-/compare/5730327beb0e9680d08e2aae4b85173e2b6a6267...37e4c0f24f82bdfda5c672519d7b29cb80b78efa
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/20240313/eb8a645d/attachment-0001.htm>


More information about the debian-med-commit mailing list