From 14613b54ac1dd89dad14d652bbf19d65615f504a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 21 May 2018 21:18:47 -0500 Subject: [PATCH] Remove trailing whitespace from rules. --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c5bba92..85e68f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libqtxdg (3.2.0-0ubuntu1) UNRELEASED; urgency=medium * Update copyright file. * Remove "~" from debhelper depends. * Update the watch file to point to the new upstream location. + * Remove trailing whitespace from rules. -- Simon Quigley Mon, 21 May 2018 21:05:57 -0500 diff --git a/debian/rules b/debian/rules index 22bbadf..e1cea73 100755 --- a/debian/rules +++ b/debian/rules @@ -15,4 +15,3 @@ override_dh_auto_configure: dh_auto_configure -- \ -DBUILD_DEV_UTILS=YES \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -