diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-12-06 22:19:12 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-12-06 22:19:12 +0100 |
commit | af3712990a75bc78ee1494f1604fa524497b2baa (patch) | |
tree | 9cc530b662be6f358dc702c3d4a21545b0bcd1f2 | |
parent | 5b88a2f7a9adb6ea181f897fb64485b56be08e80 (diff) | |
download | colorize-af3712990a75bc78ee1494f1604fa524497b2baa.tar.gz colorize-af3712990a75bc78ee1494f1604fa524497b2baa.tar.bz2 |
debian/rules: eliminate trailing whitespace
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 844ca16..285552c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ colorize (0.62-2) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.1.0. (No changes needed.) + * debian/rules: eliminate trailing whitespace. - -- Steven Schubiger <stsc@refcnt.org> Wed, 27 Sep 2017 13:06:18 +0200 + -- Steven Schubiger <stsc@refcnt.org> Wed, 06 Dec 2017 22:00:56 +0100 colorize (0.62-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 9eb1f0f..3ae78b0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,4 @@ include /usr/share/dpkg/default.mk # main packaging script based on dh7 syntax %: - dh $@ + dh $@ |