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:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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
|
dvdisaster (0.79.5-8) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix parallel build of locale strings.
|
* Fix parallel build of locale strings.
|
||||||
|
|||||||
1
debian/dvdisaster.docs
vendored
1
debian/dvdisaster.docs
vendored
@@ -1,4 +1,3 @@
|
|||||||
CHANGELOG
|
|
||||||
CREDITS.*
|
CREDITS.*
|
||||||
README.MODIFYING
|
README.MODIFYING
|
||||||
TODO
|
TODO
|
||||||
|
|||||||
1
debian/dvdisaster.lintian-overrides
vendored
Normal file
1
debian/dvdisaster.lintian-overrides
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dvdisaster: changelog-file-not-compressed changelog
|
||||||
6
debian/rules
vendored
6
debian/rules
vendored
@@ -68,4 +68,8 @@ override_dh_auto_install-indep:
|
|||||||
# automatically decompress text files.
|
# automatically decompress text files.
|
||||||
override_dh_compress-arch:
|
override_dh_compress-arch:
|
||||||
dh_compress -p dvdisaster \
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user