From fda6f5821697832cf540f1aef5dc1be032e996d1 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 2 Feb 2026 09:57:58 +0100 Subject: DEB libr: Changes to silence lintian reports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + Added build time and runtime dependencies. + Added overrides for version number and compression. Signed-off-by: Slávek Banko --- debian/_base/dependencies/libr/debian/control | 4 ++-- debian/_base/dependencies/libr/debian/source.lintian-overrides | 9 +++++++++ ubuntu/_base/dependencies/libr/debian/control | 4 ++-- ubuntu/_base/dependencies/libr/debian/source.lintian-overrides | 9 +++++++++ 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 debian/_base/dependencies/libr/debian/source.lintian-overrides create mode 100644 ubuntu/_base/dependencies/libr/debian/source.lintian-overrides diff --git a/debian/_base/dependencies/libr/debian/control b/debian/_base/dependencies/libr/debian/control index 1881d7fdf..73c5f2764 100644 --- a/debian/_base/dependencies/libr/debian/control +++ b/debian/_base/dependencies/libr/debian/control @@ -1,7 +1,7 @@ Source: libr Priority: extra Maintainer: TDE Debian Team -Build-Depends: tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libgtk2.0-dev, binutils-dev, doxygen +Build-Depends: cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libgtk2.0-dev, binutils-dev, doxygen Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ @@ -16,6 +16,6 @@ Description: ELF binary resource library Package: libr-dev Section: libdevel Architecture: any -Depends: libr1 (= ${binary:Version}) +Depends: libr1 (= ${binary:Version}), ${misc:Depends} Description: ELF binary resource library Store and retrieve resources from ELF binaries. diff --git a/debian/_base/dependencies/libr/debian/source.lintian-overrides b/debian/_base/dependencies/libr/debian/source.lintian-overrides new file mode 100644 index 000000000..71c1b8924 --- /dev/null +++ b/debian/_base/dependencies/libr/debian/source.lintian-overrides @@ -0,0 +1,9 @@ +# We build for many distribution versions and therefore need +# the distribution version as part of the package version, +# which is unintentionally understood as NMU. +libr source: source-nmu-has-incorrect-version-number +libr source: binary-nmu-debian-revision-in-source +libr source: no-nmu-in-changelog + +# We want XZ regardless of the default compression. +libr source: custom-compression-in-debian-source-options diff --git a/ubuntu/_base/dependencies/libr/debian/control b/ubuntu/_base/dependencies/libr/debian/control index 1881d7fdf..73c5f2764 100644 --- a/ubuntu/_base/dependencies/libr/debian/control +++ b/ubuntu/_base/dependencies/libr/debian/control @@ -1,7 +1,7 @@ Source: libr Priority: extra Maintainer: TDE Debian Team -Build-Depends: tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libgtk2.0-dev, binutils-dev, doxygen +Build-Depends: cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libgtk2.0-dev, binutils-dev, doxygen Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ @@ -16,6 +16,6 @@ Description: ELF binary resource library Package: libr-dev Section: libdevel Architecture: any -Depends: libr1 (= ${binary:Version}) +Depends: libr1 (= ${binary:Version}), ${misc:Depends} Description: ELF binary resource library Store and retrieve resources from ELF binaries. diff --git a/ubuntu/_base/dependencies/libr/debian/source.lintian-overrides b/ubuntu/_base/dependencies/libr/debian/source.lintian-overrides new file mode 100644 index 000000000..71c1b8924 --- /dev/null +++ b/ubuntu/_base/dependencies/libr/debian/source.lintian-overrides @@ -0,0 +1,9 @@ +# We build for many distribution versions and therefore need +# the distribution version as part of the package version, +# which is unintentionally understood as NMU. +libr source: source-nmu-has-incorrect-version-number +libr source: binary-nmu-debian-revision-in-source +libr source: no-nmu-in-changelog + +# We want XZ regardless of the default compression. +libr source: custom-compression-in-debian-source-options -- cgit v1.2.3