[med-svn] [Git][med-team/flye][master] 3 commits: gcc-13.patch: new: fix ftbfs with gcc-13.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Aug 13 09:29:33 BST 2023



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


Commits:
b50fc2b3 by Étienne Mollier at 2023-08-13T10:26:22+02:00
gcc-13.patch: new: fix ftbfs with gcc-13.

Closes: #1037662

- - - - -
12ba2130 by Étienne Mollier at 2023-08-13T10:28:20+02:00
d/control: add myself to uploaders.

- - - - -
e1216328 by Étienne Mollier at 2023-08-13T10:29:00+02:00
ready to upload to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/gcc-13.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+flye (2.9.2+dfsg-2) unstable; urgency=medium
+
+  * gcc-13.patch: new: fix ftbfs with gcc-13. (Closes: #1037662)
+  * d/control: add myself to uploaders.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 13 Aug 2023 10:28:45 +0200
+
 flye (2.9.2+dfsg-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
 Source: flye
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Étienne Mollier <emollier at debian.org>
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),


=====================================
debian/patches/gcc-13.patch
=====================================
@@ -0,0 +1,27 @@
+Description: fix build failure with gcc 13
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037662
+Forwarded: https://github.com/fenderglass/Flye/pull/621
+Last-Update: 2023-08-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- flye.orig/src/sequence/sequence_container.h
++++ flye/src/sequence/sequence_container.h
+@@ -4,6 +4,7 @@
+ 
+ #pragma once
+ 
++#include <cstdint>
+ #include <vector>
+ #include <unordered_map>
+ #include <string>
+--- flye.orig/src/polishing/subs_matrix.h
++++ flye/src/polishing/subs_matrix.h
+@@ -4,6 +4,7 @@
+ 
+ #pragma once
+ 
++#include <cstdint>
+ #include <string>
+ #include <fstream>
+ #include <iostream>


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 use_debian_packaged_libs.patch
+gcc-13.patch



View it on GitLab: https://salsa.debian.org/med-team/flye/-/compare/4b87e567c262fab28205968e496f6fdbb5551219...e121632809d313f28d1c6d97ea79cc1979ab3750

-- 
View it on GitLab: https://salsa.debian.org/med-team/flye/-/compare/4b87e567c262fab28205968e496f6fdbb5551219...e121632809d313f28d1c6d97ea79cc1979ab3750
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/20230813/70603454/attachment-0001.htm>


More information about the debian-med-commit mailing list