Removing whitespaces at EOL and EOF.
This commit is contained in:
parent
fbb24c9b9f
commit
111397986a
1
debian/control
vendored
1
debian/control
vendored
@ -52,4 +52,3 @@ Description: Admin tools for LXQt (debug)
|
|||||||
* lxqt-admin-user
|
* lxqt-admin-user
|
||||||
.
|
.
|
||||||
This package provides the debugging symbols.
|
This package provides the debugging symbols.
|
||||||
|
|
||||||
|
1
debian/lintian-overrides
vendored
1
debian/lintian-overrides
vendored
@ -5,4 +5,3 @@ lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-user
|
|||||||
# the category is right, but not in freedesktop right now
|
# the category is right, but not in freedesktop right now
|
||||||
lxqt-admin: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-time.desktop
|
lxqt-admin: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-time.desktop
|
||||||
lxqt-admin: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-user.desktop
|
lxqt-admin: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-user.desktop
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,11 +1,9 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-admin
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-admin
|
||||||
|
|
||||||
|
1
debian/source/options
vendored
1
debian/source/options
vendored
@ -1,2 +1 @@
|
|||||||
tar-ignore=.gitignore
|
tar-ignore=.gitignore
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user