summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-12 20:24:44 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-12 20:24:44 +0200
commit659f5379b685d75a6de6bc42e8f70bf9ff695342 (patch)
tree3bc96e8fe1d6e79e6eac7d092f6b1ed26b625a64
parente1c176198761e894da362cbdedd810e0938c0e3d (diff)
d/rules, d/control: Remove trailing whitespaces
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 18bbac5..a09076f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ scons (3.0.1-2) UNRELEASED; urgency=medium
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
+ * debian/control:
+ - Remove trailing whitespaces.
+ * debian/rules:
+ - Remove trailing whitespaces.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Oct 2018 19:47:43 +0200
diff --git a/debian/control b/debian/control
index 61060aa..6c5d7ba 100644
--- a/debian/control
+++ b/debian/control
@@ -22,4 +22,3 @@ Description: replacement for make
support. SCons rule sets are Python scripts so as well as the features
it provides itself SCons allows you to use the full power of Python
to control compilation.
-
diff --git a/debian/rules b/debian/rules
index 60e93ec..3df1e98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,3 @@ clean:
override_dh_auto_install:
dh_auto_install -- --no-version-script --standalone-lib --no-install-man
-