diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-03 17:39:33 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-03 17:39:33 +0200 |
commit | c65b3f7cbd2fce3dbc1cae977692a214c3a74d63 (patch) | |
tree | b39a4ed99a04df310f1309c64158212061da1928 | |
parent | 48bcc91e5148dcad2d689666dce27b6c46bf6ea0 (diff) |
d/rules: Remove trailing whitespaces
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 82e48b6..e31c124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ foomatic-filters (4.0.17-11) UNRELEASED; urgency=medium - Change VCS-* to point to the new repository. * debian/copyright: - Change to my new email address. + * debian/rules: + - Remove trailing whitespaces. * debian/watch: - Use secure URI. * Migrate to debhelper 11: diff --git a/debian/rules b/debian/rules index f94a633..1a5c24d 100755 --- a/debian/rules +++ b/debian/rules @@ -37,5 +37,3 @@ override_dh_clean: override_dh_perl: # Perl scripts from this package don't use any perl modules, so call dh_perl with "-d" to avoid the unnecessary perl dependency dh_perl -d - - |