aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
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 $@