Removing whitespaces at EOL and EOF.

ubuntu/cosmic
Andrew Lee (李健秋) 9 years ago
parent 0d0a9ca2ec
commit dca4e61d7c

1
debian/control vendored

@ -53,4 +53,3 @@ Description: Power management module for LXQt (debug symbols)
The Power management module for LXQt
.
This package contain debugging symbols.

@ -4,4 +4,3 @@ lxqt-powermanagement: binary-without-manpage usr/bin/lxqt-powermanagement
# category LXQt in not yet in freedesktop specs - no bug
lxqt-powermanagement: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-powermanagement.desktop

2
debian/rules vendored

@ -1,11 +1,9 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-powermanagement

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

Loading…
Cancel
Save