[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1023149: pandoc: diff for NMU version 2.17.1.1-1.1



Control: tags 1023149 + patch
Control: tags 1023149 + pending

Dear maintainer,

I've prepared an NMU for pandoc (versioned as 2.17.1.1-1.1) and uploaded 
it to DELAYED/15. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru pandoc-2.17.1.1/debian/changelog pandoc-2.17.1.1/debian/changelog
--- pandoc-2.17.1.1/debian/changelog	2022-08-13 17:45:31.000000000 +0300
+++ pandoc-2.17.1.1/debian/changelog	2022-11-19 15:13:51.000000000 +0200
@@ -1,3 +1,10 @@
+pandoc (2.17.1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Workaround i386 FTBFS with -O0. (Closes: #1023149)
+
+ -- Adrian Bunk <bunk@debian.org>  Sat, 19 Nov 2022 15:13:51 +0200
+
 pandoc (2.17.1.1-1) unstable; urgency=medium
 
   [ upstream ]
diff -Nru pandoc-2.17.1.1/debian/rules pandoc-2.17.1.1/debian/rules
--- pandoc-2.17.1.1/debian/rules	2022-08-13 17:27:42.000000000 +0300
+++ pandoc-2.17.1.1/debian/rules	2022-11-19 15:13:49.000000000 +0200
@@ -192,6 +192,10 @@
 DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10 -O0"
 endif
 
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386))
+DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
+endif
+
 DEB_SETUP_GHC_CONFIGURE_ARGS += $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,-ftests)
 
 DEB_INSTALL_DOCS_ALL += README.md

Reply to: