[deal.ii] 01/01: Update changelog and remove obsolete patch

Matthias Maier tamiko-guest at moszumanska.debian.org
Tue Aug 9 20:14:49 UTC 2016


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

tamiko-guest pushed a commit to branch master
in repository deal.ii.

commit 74585e829103038a04020ce3f4c581045fe29f86
Author: Matthias Maier <tamiko at 43-1.org>
Date:   Tue Aug 9 15:14:35 2016 -0500

    Update changelog and remove obsolete patch
---
 debian/changelog                      |  6 +++---
 debian/patches/allow_boost_1.58.patch | 20 --------------------
 debian/patches/series                 |  1 -
 3 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 516d5e9..102464b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
 deal.ii (8.4.1-2) UNRELEASED; urgency=medium
 
+  * drop obsolete boost compatibility patch
   * Silence two (in our case harmless) warnings for gcc-6 that trigger in
-    debug assertions.
-  [ Graham Inggs ]
-  * Build-depend on unversioned Boost packages.
+    debug assertions
+  * Build-depend on unversioned Boost packages (Closes: #833759)
 
  -- Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>  Tue, 09 Aug 2016 17:10:06 +0000
 
diff --git a/debian/patches/allow_boost_1.58.patch b/debian/patches/allow_boost_1.58.patch
deleted file mode 100644
index 3819850..0000000
--- a/debian/patches/allow_boost_1.58.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/cmake/configure/configure_boost.cmake b/cmake/configure/configure_boost.cmake
-index a097da7..81dab37 100644
---- a/cmake/configure/configure_boost.cmake
-+++ b/cmake/configure/configure_boost.cmake
-@@ -52,15 +52,6 @@ MACRO(FEATURE_BOOST_FIND_EXTERNAL var)
- 
-   IF(BOOST_FOUND)
-     SET(${var} TRUE)
--
--    #
--    # Blacklist version 1.58 because we get serialization errors with it. At
--    # least version 1.56 and 1.59 are known to work.
--    #
--    IF("${BOOST_VERSION_MAJOR}" STREQUAL "1" AND "${BOOST_VERSION_MINOR}" STREQUAL "58")
--      MESSAGE(STATUS "Boost version 1.58 is not compatible with deal.II!")
--      SET(${var} FALSE)
--    ENDIF()
-   ENDIF()
- ENDMACRO()
- 
diff --git a/debian/patches/series b/debian/patches/series
index c81ccaa..29b8835 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-allow_boost_1.58.patch
 allow_different_slepc_petsc_versions.patch
 use_fPIC_instead_of_fpic.patch

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



More information about the debian-science-commits mailing list