diff options
author | 2023-08-14 21:10:48 -0400 | |
---|---|---|
committer | 2023-08-14 21:10:48 -0400 | |
commit | 342046c5d9610a670469df90f0d125d61b6b90cd (patch) | |
tree | c79792f4921f8c7b6b4716405015a7e5573d532a | |
parent | 3621df9353ce227756f7f4b15750e2b941be3bc0 (diff) | |
download | xfce4-panel-profiles-342046c5d9610a670469df90f0d125d61b6b90cd.tar.gz xfce4-panel-profiles-342046c5d9610a670469df90f0d125d61b6b90cd.zip |
d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 345234d..8db29da 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,6 @@ override_dh_auto_install: find $(DESTDIR)/usr/share -type f -exec chmod a-x '{}' ';' rm $(DESTDIR)/usr/share/doc/xfce4-panel-profiles/COPYING \ $(DESTDIR)/usr/share/doc/xfce4-panel-profiles/INSTALL + +override_dh_installchangelogs: + DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs NEWS |