Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
Debian Janitor
3 years ago
5 | 5 |
[ Debian Janitor ]
|
6 | 6 |
* Use secure copyright file specification URI.
|
7 | 7 |
* Bump debhelper from old 10 to 12.
|
|
8 |
* Trim trailing whitespace.
|
8 | 9 |
|
9 | 10 |
-- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 14:15:19 +0100
|
10 | 11 |
|
2 | 2 |
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
3 | 3 |
|
4 | 4 |
%:
|
5 | |
dh $@
|
|
5 |
dh $@
|
6 | 6 |
|
7 | 7 |
override_dh_auto_install:
|
8 | 8 |
$(MAKE) install BINDIR=$(CURDIR)/debian/openbox-menu/usr/bin
|