Add lintian override for missing-depends-on-sensible-utils.
Add lintian override for missing-depends-on-sensible-utils as sensible-editor is merely mentioned in the README. Confirmed with diffoscope that this change does what it's supposed to do. Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
parent
15b482d49e
commit
1ca683b723
|
@ -17,6 +17,10 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
|
|||
[ John Paul Adrian Glaubitz ]
|
||||
* Use compressed kernel image by default in boot-hppa.
|
||||
|
||||
[ Holger Levsen ]
|
||||
* Add lintian override for missing-depends-on-sensible-utils as
|
||||
sensible-editor is merely mentioned in the README.
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sat, 10 Feb 2018 00:26:46 +0000
|
||||
|
||||
debian-cd (3.1.21) unstable; urgency=medium
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
debian-cd binary: missing-depends-on-sensible-utils usr/share/debian-cd/README
|
|
@ -21,6 +21,7 @@ install-stamp: build-stamp
|
|||
dh_testroot
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
dh_lintian
|
||||
|
||||
# Add here commands to install the package into debian/tmp.
|
||||
cp -r contrib tools tasks data Makefile README README.devel build.sh \
|
||||
|
|
Loading…
Reference in New Issue