[med-svn] [Git][med-team/megahit][master] 3 commits: Add patch to fix FTBFS with gcc-13 (Closes: #1054672)

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Nov 4 17:15:42 GMT 2023



Nilesh Patra pushed to branch master at Debian Med / megahit


Commits:
59953b0c by Nilesh Patra at 2023-11-04T22:39:46+05:30
Add patch to fix FTBFS with gcc-13 (Closes: #1054672)

- - - - -
482470aa by Nilesh Patra at 2023-11-04T22:39:51+05:30
Bump Standards-Version to 4.6.2 (no changes needed)

- - - - -
532059e3 by Nilesh Patra at 2023-11-04T22:40:14+05:30
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/fix-gcc13-ftbfs.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+megahit (1.2.9-5) unstable; urgency=medium
+
+  * Team Upload.
+  * Add patch to fix FTBFS with gcc-13 (Closes: #1054672)
+  * Bump Standards-Version to 4.6.2 (no changes needed)
+
+ -- Nilesh Patra <nilesh at debian.org>  Sat, 04 Nov 2023 22:39:56 +0530
+
 megahit (1.2.9-4) unstable; urgency=medium
 
   * Disable reprotest


=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: cmake,
                dh-python,
                python3-all,
                zlib1g-dev
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/megahit
 Vcs-Git: https://salsa.debian.org/med-team/megahit.git
 Homepage: https://github.com/voutcn/megahit


=====================================
debian/patches/fix-gcc13-ftbfs.patch
=====================================
@@ -0,0 +1,20 @@
+Description: Include cstdint to fix FTBFS
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2023-11-04
+--- a/src/localasm/local_assemble.h
++++ b/src/localasm/local_assemble.h
+@@ -23,6 +23,7 @@
+ #define LOCAL_ASSEMBLER_H
+ 
+ #include <string>
++#include <cstdint>
+ 
+ struct LocalAsmOption {
+   std::string contig_file;
+@@ -44,4 +45,4 @@
+ 
+ void RunLocalAssembly(const LocalAsmOption &opt);
+ 
+-#endif
+\ No newline at end of file
++#endif


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 fix_test_path.patch
 2to3.patch
+fix-gcc13-ftbfs.patch



View it on GitLab: https://salsa.debian.org/med-team/megahit/-/compare/45fffce6155cf76f4782b4918b71e4011b4ac456...532059e3ef642b272808843bb46704276d1689ee

-- 
View it on GitLab: https://salsa.debian.org/med-team/megahit/-/compare/45fffce6155cf76f4782b4918b71e4011b4ac456...532059e3ef642b272808843bb46704276d1689ee
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/20231104/f80f24b2/attachment-0001.htm>


More information about the debian-med-commit mailing list