Control: tags 984229 + patch
Control: tags 984229 + pending

Dear maintainer,

I've prepared an NMU for mccs (versioned as 1:1.1-9.1) and uploaded
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru mccs-1.1/debian/changelog mccs-1.1/debian/changelog
--- mccs-1.1/debian/changelog	2020-05-28 12:52:06.000000000 +0300
+++ mccs-1.1/debian/changelog	2023-01-16 19:28:52.000000000 +0200
@@ -1,3 +1,12 @@
+mccs (1:1.1-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu++14 to workaround FTBFS with gcc >= 11.
+    (Closes: #984229)
+  * Build with -g to add debug symbols to mccs-dbgsym.
+
+ -- Adrian Bunk <b...@debian.org>  Mon, 16 Jan 2023 19:28:52 +0200
+
 mccs (1:1.1-9) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru mccs-1.1/debian/rules mccs-1.1/debian/rules
--- mccs-1.1/debian/rules	2020-05-28 12:52:06.000000000 +0300
+++ mccs-1.1/debian/rules	2023-01-16 19:28:52.000000000 +0200
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND += -std=gnu++14 -g
+
 %:
 	dh $@ --no-parallel
 

Reply via email to