Package: ntfs-3g
Version: 1:2021.8.22-3
The package currently Build-Depends on libfuse-dev but that isn't useful
since it's built using --with-fuse=internal. The attached patch removed
the corresponding entry
Cheers,
diff -Nru ntfs-3g-2021.8.22/debian/changelog ntfs-3g-2021.8.22/debian/changelog
--- ntfs-3g-2021.8.22/debian/changelog 2021-10-10 19:59:33.000000000 +0200
+++ ntfs-3g-2021.8.22/debian/changelog 2022-01-13 15:23:39.000000000 +0100
@@ -1,3 +1,11 @@
+ntfs-3g (1:2021.8.22-4) UNRELEASED; urgency=medium
+
+ * debian/control:
+ - don't Build-Depends on libfuse-dev since the package is built using
+ the --with-fuse=internal option
+
+ -- Sebastien Bacher <seb...@ubuntu.com> Thu, 13 Jan 2022 15:23:39 +0100
+
ntfs-3g (1:2021.8.22-3) unstable; urgency=medium
* Backport upstream documentation updates.
diff -Nru ntfs-3g-2021.8.22/debian/control ntfs-3g-2021.8.22/debian/control
--- ntfs-3g-2021.8.22/debian/control 2021-10-10 19:59:33.000000000 +0200
+++ ntfs-3g-2021.8.22/debian/control 2022-01-13 15:23:39.000000000 +0100
@@ -5,7 +5,6 @@
Build-Depends:
debhelper-compat (= 13),
chrpath,
- libfuse-dev,
libgcrypt20-dev,
libgpg-error-dev,
libgnutls28-dev,