diff options
| author | Andre Noll <maan@tuebingen.mpg.de> | 2026-04-29 18:04:58 +0200 |
|---|---|---|
| committer | Andre Noll <maan@tuebingen.mpg.de> | 2026-04-29 18:04:58 +0200 |
| commit | 06752e8fd1d0c0dea93e1d9675959404758b2fbe (patch) | |
| tree | 447290e3e669d88ea7076b2008219a8fd798c7e9 | |
| parent | f7b30dad8d74a678800fedae6f4da52a7bbcce13 (diff) | |
debian: Compress changelogs.debian
Run dh_compress to do that. Fixes the following lintian errors:
E: liblopsub-dev: changelog-file-not-compressed [usr/share/doc/liblopsub-dev/changelog.Debian]
E: liblopsub1t64: changelog-file-not-compressed [usr/share/doc/liblopsub1t64/changelog.Debian]
Suggested-by: Helmut Grohne <helmut@subdivi.de>
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 1657fa8..7624646 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,7 @@ binary: build $(INST_FILE) debian/copyright $(DOCS_DIR)/copyright $(INST_FILE) debian/copyright $(DEVDOCS_DIR)/copyright dh_installchangelogs + dh_compress dh_fixperms dh_makeshlibs dh_shlibdeps |
