diff options
-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 |