Make sure that the upstream changelog remains uncompressed

Make sure that the upstream changelog remains uncompressed,
so that the application can display it.
This commit is contained in:
Carlos Maddela
2019-02-02 13:34:45 +11:00
parent bf96232b15
commit 1e51a09248
4 changed files with 13 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
dvdisaster (0.79.5-9) UNRELEASED; urgency=medium
* Make sure that the upstream changelog remains uncompressed so
that the application can display it.
-- Carlos Maddela <e7appew@gmail.com> Sat, 02 Feb 2019 13:32:34 +1100
dvdisaster (0.79.5-8) unstable; urgency=medium
* Fix parallel build of locale strings.

View File

@@ -1,4 +1,3 @@
CHANGELOG
CREDITS.*
README.MODIFYING
TODO

1
debian/dvdisaster.lintian-overrides vendored Normal file
View File

@@ -0,0 +1 @@
dvdisaster: changelog-file-not-compressed changelog

6
debian/rules vendored
View File

@@ -68,4 +68,8 @@ override_dh_auto_install-indep:
# automatically decompress text files.
override_dh_compress-arch:
dh_compress -p dvdisaster \
-XCHANGELOG -XCREDITS -XREADME.MODIFYING -XTODO
-Xchangelog -XCREDITS -XREADME.MODIFYING -XTODO
gzip -9n debian/dvdisaster/usr/share/doc/dvdisaster/changelog.Debian
override_dh_installchangelogs-arch:
dh_installchangelogs -p dvdisaster -k