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 -