[polybori] 02/02: Add my two NMUs in changelog

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Apr 26 11:09:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository polybori.

commit 6ac54f496ddb691a4a4a830d8425c1d7e57548a0
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Apr 26 13:06:17 2016 +0200

    Add my two NMUs in changelog
---
 debian/changelog                          | 16 ++++++++++++++++
 debian/patches/fix-ftbfs-boost.1.60.patch | 13 +++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fc70275..d32307b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,22 @@ brial (0.8.4.3-1) UNRELEASED; urgency=medium
 
  -- Tobias Hansen <thansen at debian.org>  Tue, 23 Feb 2016 00:03:42 +0000
 
+polybori (0.8.3-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build because of missing semicolon.
+    - d/p/fix-ftbfs-boost.1.60.patch
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 26 Apr 2016 12:56:24 +0200
+
+polybori (0.8.3-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change libpng12-dev to libpng-dev, to ease libpng transition.
+    Closes: #816116)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 16 Mar 2016 16:11:48 +0100
+
 polybori (0.8.3-5) unstable; urgency=medium
 
   [ Julien Puydt ]
diff --git a/debian/patches/fix-ftbfs-boost.1.60.patch b/debian/patches/fix-ftbfs-boost.1.60.patch
new file mode 100644
index 0000000..310ff7a
--- /dev/null
+++ b/debian/patches/fix-ftbfs-boost.1.60.patch
@@ -0,0 +1,13 @@
+Description: the new gcc compiler is picky about missing ";"
+
+--- polybori-0.8.3.orig/testsuite/src/BoolePolyRingTest.cc
++++ polybori-0.8.3/testsuite/src/BoolePolyRingTest.cc
+@@ -96,7 +96,7 @@ BOOST_AUTO_TEST_CASE(test_variables) {
+ 
+   BOOST_TEST_MESSAGE( "nVariables, getVariableName, setVariableName" );
+ 
+-  BOOST_CHECK_THROW(ring.getVariableName(-1),PBoRiError)
++  BOOST_CHECK_THROW(ring.getVariableName(-1),PBoRiError);
+   BOOST_CHECK_EQUAL(ring.getVariableName(0), "x(0)");
+   BOOST_CHECK_EQUAL(ring.getVariableName(1), "x(1)");
+   BOOST_CHECK_EQUAL(ring.getVariableName(2), "x(2)");
diff --git a/debian/patches/series b/debian/patches/series
index b4c5dd7..937a813 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0003-Protect-CErrorInfo-from-invalid-array-access.patch
+fix-ftbfs-boost.1.60.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/polybori.git



More information about the debian-science-commits mailing list