Source: u-boot Severity: minor Tags: patch Debhelper recommends using dh_installdocs instead of dh_install for documentations.
>From c2e887210557973e331933f6c628d7381b4ae6bc Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez <[email protected]> Date: Fri, 8 Jan 2021 00:06:04 +0100 Subject: Prefer dh_installdocs to dh_install for tools too
diff --git a/debian/u-boot-tools.docs b/debian/u-boot-tools.docs new file mode 100644 index 0000000000..098429a58b --- /dev/null +++ b/debian/u-boot-tools.docs @@ -0,0 +1 @@ +debian/build/tools/config diff --git a/debian/u-boot-tools.install b/debian/u-boot-tools.install index efa9af7d79..0f60ddec67 100644 --- a/debian/u-boot-tools.install +++ b/debian/u-boot-tools.install @@ -3,6 +3,3 @@ debian/build/tools/tools/kwboot usr/bin debian/build/tools/tools/mkenvimage usr/bin debian/build/tools/tools/mkimage usr/bin debian/build/tools/tools/mksunxiboot usr/bin - -# install config -debian/build/tools/config usr/share/doc/u-boot-tools

