Control: tags 915402 + patch
Control: tags 915402 + pending
Dear maintainer,
I've prepared an NMU for esys-particle (versioned as 2.3.5+dfsg1-2.1)
and uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru esys-particle-2.3.5+dfsg1/debian/changelog esys-particle-2.3.5+dfsg1/debian/changelog
--- esys-particle-2.3.5+dfsg1/debian/changelog 2017-08-07 23:05:00.000000000 +0300
+++ esys-particle-2.3.5+dfsg1/debian/changelog 2019-01-01 17:13:15.000000000 +0200
@@ -1,3 +1,11 @@
+esys-particle (2.3.5+dfsg1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build with -g1 on mips/mipsel to work around address space
+ limitations. (Closes: #915402)
+
+ -- Adrian Bunk <[email protected]> Tue, 01 Jan 2019 17:13:15 +0200
+
esys-particle (2.3.5+dfsg1-2) unstable; urgency=medium
[ gregor herrmann ]
diff -Nru esys-particle-2.3.5+dfsg1/debian/rules esys-particle-2.3.5+dfsg1/debian/rules
--- esys-particle-2.3.5+dfsg1/debian/rules 2017-08-07 23:04:32.000000000 +0300
+++ esys-particle-2.3.5+dfsg1/debian/rules 2019-01-01 17:13:15.000000000 +0200
@@ -1,5 +1,10 @@
#!/usr/bin/make -f
+# less debug info to avoid running out of address space
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+ export DEB_CXXFLAGS_MAINT_APPEND += -g1
+endif
+
include /usr/share/dpkg/default.mk
%: