Removing whitespaces at EOL and EOF.

This commit is contained in:
Andrew Lee (李健秋) 2015-08-17 18:10:22 +08:00
parent 952b40ba64
commit 707cbbd2d5
8 changed files with 3 additions and 11 deletions

View File

@ -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

1
debian/postinst vendored
View File

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

1
debian/preinst vendored
View File

@ -10,4 +10,3 @@ fi
#DEBHELPER#
exit 0

2
debian/prerm vendored
View File

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

2
debian/rules vendored
View File

@ -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)"

View File

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