diff --git a/debian/changelog b/debian/changelog index 7cc4f1a..e7e80e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ [ Debian Janitor ] * Use secure copyright file specification URI. * Bump debhelper from old 10 to 12. + * Trim trailing whitespace. -- Jelmer Vernooij Fri, 14 Sep 2018 14:15:19 +0100 diff --git a/debian/rules b/debian/rules index e1aab3f..a8481ab 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ override_dh_auto_install: $(MAKE) install BINDIR=$(CURDIR)/debian/openbox-menu/usr/bin