Remove superfluous docs from package

This commit is contained in:
Jonathan Dowland 2016-01-26 22:20:21 +00:00
parent 6c5eb127c8
commit 055efcb03f
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -17,6 +17,7 @@ smartmontools (6.4+svn4109-2) UNRELEASED; urgency=medium
* Get rid of update-smart-drivedb. Closes: #783317, #804299, #706909.
* Bump standards version (no further changes required)
* Enhance rules clean target to make repeated builds easier
* Stop installing duplicate/irrelevant docs (COPYING, changelog, INSTALL)
-- Jonathan Dowland <jmtd@debian.org> Tue, 26 Jan 2016 17:04:15 +0000

3
debian/rules vendored
View File

@ -108,6 +108,9 @@ binary-indep:
binary-arch: build install
dh_testdir
dh_testroot
rm -f debian/smartmontools/usr/share/doc/smartmontools/INSTALL \
debian/smartmontools/usr/share/doc/smartmontools/COPYING \
debian/smartmontools/usr/share/doc/smartmontools/ChangeLog
dh_installdocs
dh_installexamples
dh_installmenu