Package: libcln-dev
Version: 1.3.4-4
Severity: minor
Tags: patch
Hi,
libcln-dev depends on some packages which are not strictly needed as
such:
- g++: even though cln is a C++ library, usually -dev packages with
includes do not require a certain compiler, which is chosen by the
user
- libc6-dev | libc-dev: as above, usually -dev packages do not require
the standard C library headers, as they are provided by the libc
- install-info: for few years install-info has been shipping a dpkg
trigger to automatically run update-info-dir
Patch attached removing them.
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Description: Class Library for Numbers (
Package: libcln-dev
Architecture: any
Section: libdevel
-Depends: g++, libcln6 (= ${binary:Version}), libc6-dev | libc-dev, libgmp-dev,
install-info, ${misc:Depends}
+Depends: libcln6 (= ${binary:Version}), libgmp-dev, ${misc:Depends}
Replaces: cln-dev
Provides: cln-dev
Conflicts: cln-dev