Package: roboptim-core Version: 2.0-7 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for roboptim-core (versioned as 2.0-7.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru roboptim-core-2.0/debian/changelog roboptim-core-2.0/debian/changelog --- roboptim-core-2.0/debian/changelog 2014-06-26 04:11:35.000000000 +0200 +++ roboptim-core-2.0/debian/changelog 2015-08-04 18:35:01.000000000 +0200 @@ -1,3 +1,13 @@ +roboptim-core (2.0-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Patch to compile with new boost (Closes: #794554) + * Update VCS-Browser in d/control to point to debian branch (Closes: #794414) + * Changing B-D from liblog4cxx10-dev to liblog4cxx-dev" (Closes: #794416) + * Bump S-V to 3.9.6 -- no changes required + + -- Tobias Frost <t...@debian.org> Tue, 04 Aug 2015 18:35:01 +0200 + roboptim-core (2.0-7) unstable; urgency=medium * debian/control: add branch information to Vcs-Git field (Closes: #741852) diff -Nru roboptim-core-2.0/debian/control roboptim-core-2.0/debian/control --- roboptim-core-2.0/debian/control 2014-06-26 04:11:35.000000000 +0200 +++ roboptim-core-2.0/debian/control 2015-08-04 18:37:11.000000000 +0200 @@ -11,9 +11,9 @@ libltdl-dev, libeigen3-dev, libboost-all-dev, - liblog4cxx10-dev -Standards-Version: 3.9.5 -Vcs-Browser: https://github.com/roboptim/roboptim-core + liblog4cxx-dev +Standards-Version: 3.9.6 +Vcs-Browser: https://github.com/roboptim/roboptim-core/tree/debian Vcs-Git: git://github.com/roboptim/roboptim-core.git -b debian Homepage: http://www.roboptim.net/ XS-Testsuite: autopkgtest diff -Nru roboptim-core-2.0/debian/patches/0005-patch-794554-ftbfs-boost.patch roboptim-core-2.0/debian/patches/0005-patch-794554-ftbfs-boost.patch --- roboptim-core-2.0/debian/patches/0005-patch-794554-ftbfs-boost.patch 1970-01-01 01:00:00.000000000 +0100 +++ roboptim-core-2.0/debian/patches/0005-patch-794554-ftbfs-boost.patch 2015-08-04 18:15:35.000000000 +0200 @@ -0,0 +1,19 @@ +Description: Fix FTBFS with new boost + Boost needs another include. + See http://lists.boost.org/Archives/boost/2015/05/221934.php for background +Author: Tobias Frost <t...@debian.org> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794554 +Forwarded: not-needed, supposed to be fixed in subsequent boost releases +Last-Update: 2015-08-04 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/include/roboptim/core/generic-solver.hh ++++ b/include/roboptim/core/generic-solver.hh +@@ -22,6 +22,7 @@ + + # include <stdexcept> + ++# include <boost/type_traits/remove_cv.hpp> + # include <boost/variant/get.hpp> + # include <boost/variant/variant.hpp> + # include <boost/utility.hpp> diff -Nru roboptim-core-2.0/debian/patches/series roboptim-core-2.0/debian/patches/series --- roboptim-core-2.0/debian/patches/series 2014-06-26 04:11:35.000000000 +0200 +++ roboptim-core-2.0/debian/patches/series 2015-08-04 18:09:08.000000000 +0200 @@ -2,3 +2,4 @@ 0002-Fix-warnings-with-gcc.patch 0003-Fix-plugindir-for-multiarch.patch 0004-Disable-output-check-in-tests-when-Eigen-output-vary.patch +0005-patch-794554-ftbfs-boost.patch -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers