diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
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 - |