From 91544c52e4f7f062148440a4943b3ebb873773ad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 14 Jan 2019 11:51:51 +0100 Subject: [PATCH] d/rules: add debian/debian-cd.docs and use that. Signed-off-by: Holger Levsen --- debian/changelog | 4 +++- debian/debian-cd.docs | 2 ++ debian/rules | 3 --- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 debian/debian-cd.docs diff --git a/debian/changelog b/debian/changelog index 8e4bbd6d..288f8217 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,7 +46,9 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium - don't recommend syslinux-utils twice, thanks lintian. - bump standards version to 4.3.0, no changes needed. - add "Rules-Requires-Root: no" to support building as non-root. - * d/rules: use the awesome "dh $@" simplification. + * d/rules: + - use the awesome "dh $@" simplification. + - add debian/debian-cd.docs and use that. * Add lintian override for missing-depends-on-sensible-utils as sensible-editor is merely mentioned in the README. * d/copyright: explicitly refer to /usr/share/common-licenses/GPL-2. diff --git a/debian/debian-cd.docs b/debian/debian-cd.docs new file mode 100644 index 00000000..b26baacf --- /dev/null +++ b/debian/debian-cd.docs @@ -0,0 +1,2 @@ +DEDICATION.txt +README* diff --git a/debian/rules b/debian/rules index cf3893ae..e0e865bb 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,3 @@ override_dh_auto_install: generate_firmware_images iso_run jigdo-watcher \ merge-sums mkjigsnap mklist mktorrent \ report_build_error testingcds - -override_dh_installdocs: - dh_installdocs README* DEDICATION.txt