Control: tags -1 + pending

Hello Ximin Luo,

At Imagination Technologies (http://imgtec.com/) Dejan Latinovic has
found a solution to Debian bug #754258.

https://bugs.debian.org/754258

My NMU debdiff for cpp-netlib_0.11.0-1.1 is below, at the end of this
message.

With the changes in the NMU debdiff, cpp-netlib builds successfully on
mips, mipsel and amd64.

Regards,

Aníbal
--
Aníbal Monsalve Salazar <anibal.monsalvesala...@imgtec.com>

debdiff cpp-netlib_0.11.0-1.dsc cpp-netlib_0.11.0-1.1.dsc
diff -Nru cpp-netlib-0.11.0/debian/changelog cpp-netlib-0.11.0/debian/changelog
--- cpp-netlib-0.11.0/debian/changelog  2014-02-09 16:01:58.000000000 +0000
+++ cpp-netlib-0.11.0/debian/changelog  2014-07-15 11:37:26.000000000 +0100
@@ -1,3 +1,12 @@
+cpp-netlib (0.11.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use ggc-min-expand=20 to build on mips/mipsel.
+    Patch by Dejan Latinovic.
+    Closes: #754258.
+
+ -- Anibal Monsalve Salazar <ani...@debian.org>  Tue, 15 Jul 2014 11:36:59 
+0100
+
 cpp-netlib (0.11.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru cpp-netlib-0.11.0/debian/rules cpp-netlib-0.11.0/debian/rules
--- cpp-netlib-0.11.0/debian/rules      2014-02-07 18:52:38.000000000 +0000
+++ cpp-netlib-0.11.0/debian/rules      2014-07-08 14:25:32.000000000 +0100
@@ -9,6 +9,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+       export DEB_CXXFLAGS_MAINT_APPEND = --param ggc-min-expand=20
+endif
+
 %:
        dh $@
 

Attachment: signature.asc
Description: Digital signature

Reply via email to