Andreas Tille pushed to branch master at Debian Med / dnaclust


Commits:
8d5fbc9c by Andreas Tille at 2025-12-02T11:19:17+01:00
Do not unnecessarily enforce C++98 standard Closes: #1110576

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/no-std=c++98.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+dnaclust (3-8) UNRELEASED; urgency=medium
+
+  * Do not unnecessarily enforce C++98 standard
+    Closes: #1110576
+
+ -- Andreas Tille <[email protected]>  Tue, 02 Dec 2025 11:18:40 +0100
+
 dnaclust (3-7) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/no-std=c++98.patch
=====================================
@@ -0,0 +1,14 @@
+Author: Andreas Tille <[email protected]>
+Last-Update: 2025-12-02
+Bug-Debian: https://bugs.debian.org/1110576
+Description: Do not unnecessarily enforce C++98 standard
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ #PROFILE_FLAGS = -pg -fprofile-arcs -ftest-coverage -g -O1
+-CXXFLAGS += -Wall -pedantic -std=c++98 -O2
++CXXFLAGS += -Wall -pedantic -O2
+ CXX ?= g++
+ #-DCHRIS_DEBUG
+ 


=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ fix_shel_path.patch
 do_not_staically_linking.patch
 resolve_name_space_conflict_fastasort.patch
 build_with_gcc6.patch
+no-std=c++98.patch



View it on GitLab: 
https://salsa.debian.org/med-team/dnaclust/-/commit/8d5fbc9cc86f44fa3916bb0a5c1a9625dfb794e5

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/dnaclust/-/commit/8d5fbc9cc86f44fa3916bb0a5c1a9625dfb794e5
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

Reply via email to