Removing whitespaces at EOL and EOF.

ubuntu/cosmic
Andrew Lee (李健秋) 9 years ago
parent 952b40ba64
commit 707cbbd2d5

2
debian/control vendored

@ -34,7 +34,7 @@ Replaces:
lxqt-session-qt5 (<< 0.9.0), lxqt-session-qt5 (<< 0.9.0),
lxqt-power (<< 0.9.0), lxqt-power (<< 0.9.0),
lxqt-appswitcher (<< 0.9.0), lxqt-appswitcher (<< 0.9.0),
Pre-Depends: Pre-Depends:
lxqt-common, lxqt-common,
Depends: Depends:
${misc:Depends}, ${misc:Depends},

2
debian/copyright vendored

@ -25,7 +25,7 @@ License: LGPL-2.1+
. .
On Debian systems, the complete text of the GNU Lesser General 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". Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: GPL-2.0+ License: GPL-2.0+
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

@ -4,4 +4,3 @@ lxqt-session: binary-without-manpage usr/bin/lxqt-session
# LXQt category isn't in freedesktop specs right now # LXQt category isn't in freedesktop specs right now
lxqt-session: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-session.desktop lxqt-session: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-session.desktop

1
debian/postinst vendored

@ -10,4 +10,3 @@ case "$1" in
esac esac
#DEBHELPER# #DEBHELPER#

3
debian/preinst vendored

@ -4,10 +4,9 @@ set -e
if [ "$1" = upgrade ]; then 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 fi
#DEBHELPER# #DEBHELPER#
exit 0 exit 0

2
debian/prerm vendored

@ -9,5 +9,3 @@ case "$1" in
esac esac
#DEBHELPER# #DEBHELPER#

2
debian/rules vendored

@ -3,11 +3,9 @@
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
%: %:
dh ${@} --buildsystem cmake --parallel dh ${@} --buildsystem cmake --parallel
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"

@ -1,2 +1 @@
tar-ignore=.gitignore tar-ignore=.gitignore

Loading…
Cancel
Save