Don't install ChangeLog
It currently just says "A git checkout and git-log is required to generate this file"; even if it was complete, Policy 4.2.0 does not require detailed changelogs to be installed. Please see NEWS for a summary of changes, or the upstream git repository https://gitlab.gnome.org/GNOME/gtk for a comprehensive change history.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -3,6 +3,12 @@ gtk+3.0 (3.22.30-3) UNRELEASED; urgency=medium
|
||||
* debian/libgtk-3-0.bug-control:
|
||||
When bugs are reported against GTK+, include details of various
|
||||
engines, modules and LD_PRELOADs if installed
|
||||
* Don't install ChangeLog, which currently just says
|
||||
"A git checkout and git-log is required to generate this file";
|
||||
even if it was complete, Policy 4.2.0 does not require detailed
|
||||
changelogs to be installed. Please see NEWS for a summary of changes,
|
||||
or the upstream git repository https://gitlab.gnome.org/GNOME/gtk
|
||||
for a comprehensive change history.
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Tue, 31 Jul 2018 15:47:31 +0100
|
||||
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -198,6 +198,9 @@ override_dh_missing:
|
||||
dh_missing --sourcedir=debian/install/udeb --list-missing -X.la
|
||||
dh_missing --sourcedir=debian/install/deb --list-missing -X.la
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs -XChangeLog
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs -p$(COMMON_PKG) AUTHORS README NEWS
|
||||
dh_installdocs -p$(DOC_PKG) AUTHORS -X.in
|
||||
|
Reference in New Issue
Block a user