Removing whitespaces at EOL and EOF.

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

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

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

1
debian/preinst vendored

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

2
debian/prerm vendored

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

2
debian/rules vendored

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

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

Loading…
Cancel
Save