diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-03-24 23:44:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-03-24 23:44:43 +0000 |
commit | 01ca8801b1db0ca09f10d880c805e14c8e8a533a (patch) | |
tree | 1b89c2bd18dc8736ee69c87e67b006f275bc85b2 | |
parent | Correcting source url in copyright file. (diff) | |
download | identify-01ca8801b1db0ca09f10d880c805e14c8e8a533a.tar.xz identify-01ca8801b1db0ca09f10d880c805e14c8e8a533a.zip |
Removing trailing whitespaces at the end rules.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 4964128..a2f1918 100755 --- a/debian/rules +++ b/debian/rules @@ -12,5 +12,3 @@ execute_after_dh_auto_install: PYTHONPATH=debian/python3-identify/usr/lib/$$(py3versions -d)/dist-packages \ help2man --no-discard-stderr --name 'File identification tool' \ debian/python3-identify/usr/bin/identify-cli > debian/python3-identify/usr/share/man/man1/identify-cli.1 - - |