Source: cgal
Version: 5.0.2-1
Severity: serious
tags: patch

hello, your package FTBFS on armhf

Not sure if the following patch is enough or there is another bug somewhere, 
but it works

diff -Nru cgal-5.0.2/debian/changelog cgal-5.0.2/debian/changelog
--- cgal-5.0.2/debian/changelog 2020-02-25 20:52:01.000000000 +0000
+++ cgal-5.0.2/debian/changelog 2020-02-26 10:00:06.000000000 +0000
@@ -1,3 +1,9 @@
+cgal (5.0.2-1.1) unstable; urgency=medium
+
+  * Fix armhf build failure (Closes: #-1)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Wed, 26 Feb 2020 
11:00:06 +0100
+
 cgal (5.0.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru cgal-5.0.2/debian/rules cgal-5.0.2/debian/rules
--- cgal-5.0.2/debian/rules     2020-02-25 20:52:01.000000000 +0000
+++ cgal-5.0.2/debian/rules     2020-02-26 10:00:04.000000000 +0000
@@ -91,7 +91,7 @@
        mkdir -p debian/libcgal-qt5-dev/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/CGAL
        mv 
debian/libcgal-dev/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/CGAL/CGAL_Qt5* 
debian/libcgal-qt5-dev/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/CGAL
 else
-       rm -r debian/libcgal-dev/usr/include/CGAL/Qt
+       rm -rf debian/libcgal-dev/usr/include/CGAL/Qt
 endif
 
        # create symlinks to /usr/share/doc/libcgal-dev

Reply via email to