From 707cbbd2d54e89c50b34a5ab6fe10b0fcf9e89ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Lee=20=28=E6=9D=8E=E5=81=A5=E7=A7=8B=29?= Date: Mon, 17 Aug 2015 18:10:22 +0800 Subject: [PATCH] Removing whitespaces at EOL and EOF. --- debian/control | 2 +- debian/copyright | 2 +- debian/lintian-overrides | 1 - debian/postinst | 1 - debian/preinst | 3 +-- debian/prerm | 2 -- debian/rules | 2 -- debian/source/options | 1 - 8 files changed, 3 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index bef13b9..5b589b9 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Replaces: lxqt-session-qt5 (<< 0.9.0), lxqt-power (<< 0.9.0), lxqt-appswitcher (<< 0.9.0), -Pre-Depends: +Pre-Depends: lxqt-common, Depends: ${misc:Depends}, diff --git a/debian/copyright b/debian/copyright index c40431e..70600a0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -25,7 +25,7 @@ License: LGPL-2.1+ . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". - + License: GPL-2.0+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/lintian-overrides b/debian/lintian-overrides index d07ec07..87fce68 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -4,4 +4,3 @@ lxqt-session: binary-without-manpage usr/bin/lxqt-session # LXQt category isn't in freedesktop specs right now lxqt-session: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-session.desktop - diff --git a/debian/postinst b/debian/postinst index e82d487..6ab14fa 100644 --- a/debian/postinst +++ b/debian/postinst @@ -10,4 +10,3 @@ case "$1" in esac #DEBHELPER# - diff --git a/debian/preinst b/debian/preinst index 0797277..7d9c403 100644 --- a/debian/preinst +++ b/debian/preinst @@ -4,10 +4,9 @@ set -e if [ "$1" = upgrade ]; then - [ -f /usr/bin/startlxqt ] && update-alternatives --remove x-window-manager /usr/bin/startlxqt + [ -f /usr/bin/startlxqt ] && update-alternatives --remove x-window-manager /usr/bin/startlxqt fi #DEBHELPER# exit 0 - diff --git a/debian/prerm b/debian/prerm index 72ed38c..0d3a275 100644 --- a/debian/prerm +++ b/debian/prerm @@ -9,5 +9,3 @@ case "$1" in esac #DEBHELPER# - - diff --git a/debian/rules b/debian/rules index 9f72d3c..f6a0d77 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,9 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) - %: dh ${@} --buildsystem cmake --parallel - override_dh_auto_configure: dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" diff --git a/debian/source/options b/debian/source/options index be5dabe..112dfc8 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1 @@ tar-ignore=.gitignore -