[med-svn] [Git][med-team/dazzdb][master] 3 commits: fix-declaration.patch: new: fix build failure.
    Étienne Mollier (@emollier) 
    gitlab at salsa.debian.org
       
    Sun Mar 17 18:24:08 GMT 2024
    
    
  
Étienne Mollier pushed to branch master at Debian Med / dazzdb
Commits:
6fe639ca by Étienne Mollier at 2024-03-17T19:22:00+01:00
fix-declaration.patch: new: fix build failure.
The patch appends the missing declarations for vasprintf(3).
Closes: #1066663
- - - - -
536a8faa by Étienne Mollier at 2024-03-17T19:23:07+01:00
d/control: add myself to uploaders.
- - - - -
9e1ceebe by Étienne Mollier at 2024-03-17T19:23:35+01:00
ready to upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/fix-declaration.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+dazzdb (1.0+git20230919.414ad05-2) unstable; urgency=medium
+
+  * fix-declaration.patch: new: fix build failure.
+    The patch appends the missing declarations for vasprintf(3).
+    (Closes: #1066663)
+  * d/control: add myself to uploaders.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 17 Mar 2024 19:23:21 +0100
+
 dazzdb (1.0+git20230919.414ad05-1) unstable; urgency=medium
 
   * New upstream version
=====================================
debian/control
=====================================
@@ -1,7 +1,8 @@
 Source: dazzdb
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>,
-           Pranav Ballaney <ballaneypranav at gmail.com>
+           Pranav Ballaney <ballaneypranav at gmail.com>,
+           Étienne Mollier <emollier at debian.org>
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
=====================================
debian/patches/fix-declaration.patch
=====================================
@@ -0,0 +1,20 @@
+Description: fix missing declarations for vasprintf invocations.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/1066663
+Forwarded: https://github.com/thegenemyers/DAZZ_DB/pull/44
+Last-Update: 2024-03-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- dazzdb.orig/ONElib.c
++++ dazzdb/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
=====================================
@@ -2,3 +2,4 @@ append-cflags.patch
 compiler-flags.patch
 destdir.patch
 use-after-free.patch
+fix-declaration.patch
View it on GitLab: https://salsa.debian.org/med-team/dazzdb/-/compare/707a2f9ad090ff70a4a9dfa323617c3384503bfd...9e1ceebe70c3a82d01d353004a5f9c2099188dc2
-- 
View it on GitLab: https://salsa.debian.org/med-team/dazzdb/-/compare/707a2f9ad090ff70a4a9dfa323617c3384503bfd...9e1ceebe70c3a82d01d353004a5f9c2099188dc2
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/20240317/2f33b28d/attachment-0001.htm>
    
    
More information about the debian-med-commit
mailing list