Skip to content
Snippets Groups Projects
Commit b21501dd authored by Guillem Jover's avatar Guillem Jover
Browse files

debian: Stop shipping the «git log» changelog in exchange for no trimming

It does not make much sense to ship the upstream «git log» changelog
which contains lots of fluff and metadata. At the same time the recent
debhelper trimming is not ideal as there's no easy way to fetch old
entries anymore. So stop shipping the upstream changelog in favor of
not trimming the debian/changelog one, which acts as a proper user
readable changelog.

Closes: #1027716
parent 4c03965e
No related branches found
No related tags found
1 merge request!4Update crimson to version from bookworm
......@@ -10,6 +10,7 @@ Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
debhelper (>= 3.10~),
pkgconf | pkg-config,
# Version needed for ITS support.
gettext (>= 0.19.7),
......
......@@ -75,7 +75,7 @@ override_dh_installdocs:
dh_installdocs -pdpkg-dev --doc-main-package=dpkg
override_dh_installchangelogs:
dh_installchangelogs ChangeLog*
dh_installchangelogs --no-trim
override_dh_bugfiles:
dh_bugfiles -A
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment