Source: cgal
Version: 5.0-5
Severity: normal
Tags: patch

Dear Maintainer,

While looking into the postgis FTBFS with the rebuild sfcal, I noticed that 
cgal still uses the libgmp10-dev virtual package instead of libgmp-dev.

The attached patch updates the (build) dependencies.

Kind Regards,

Bas
diff -Nru cgal-5.0/debian/changelog cgal-5.0/debian/changelog
--- cgal-5.0/debian/changelog   2019-12-07 14:33:54.000000000 +0100
+++ cgal-5.0/debian/changelog   2019-12-08 17:39:41.000000000 +0100
@@ -1,3 +1,10 @@
+cgal (5.0-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace libgmp10-dev with libgmp-dev, the latter provides the former.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sun, 08 Dec 2019 17:39:41 +0100
+
 cgal (5.0-5) unstable; urgency=medium
 
   * Add patch disable-fpu-rounding-mode-check-for-mipsel-and-mips64el.
diff -Nru cgal-5.0/debian/control cgal-5.0/debian/control
--- cgal-5.0/debian/control     2019-10-31 21:24:31.000000000 +0100
+++ cgal-5.0/debian/control     2019-12-08 17:39:38.000000000 +0100
@@ -4,7 +4,7 @@
 # "ipe" is only needed because it contains goodies.lua which is needed by 
FindIPE.cmake
 Build-Depends: debhelper (>= 11), dpkg-awk, tar (>= 1.28), cmake, zlib1g-dev,
  libboost-dev, libboost-thread-dev, libboost-program-options-dev,
- libboost-system-dev, libeigen3-dev, libgmp10-dev, libmpfr-dev,
+ libboost-system-dev, libeigen3-dev, libgmp-dev, libmpfr-dev,
  libglu1-mesa-dev, qtbase5-dev [!armel !armhf],
  libqt5opengl5-dev [!armel !armhf], libqt5svg5-dev [!armel !armhf],
  libipe-dev, ipe
@@ -18,7 +18,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: libboost-dev, libboost-thread-dev, libboost-system-dev,
- libboost-program-options-dev, libgmp10-dev, libmpfr-dev, zlib1g-dev, 
${misc:Depends}
+ libboost-program-options-dev, libgmp-dev, libmpfr-dev, zlib1g-dev, 
${misc:Depends}
 Suggests: libmpfi-dev, libntl-dev, libtbb-dev
 Description: C++ library for computational geometry (development files)
  CGAL (Computational Geometry Algorithms Library) makes the most important

Reply via email to