Removing whitespaces at EOL and EOF.
This commit is contained in:
parent
0d0a9ca2ec
commit
dca4e61d7c
5
debian/control
vendored
5
debian/control
vendored
@ -21,7 +21,7 @@ Build-Depends:
|
|||||||
libqt5xdg-dev (>= 1.2.0),
|
libqt5xdg-dev (>= 1.2.0),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qtbase5-private-dev (>= 5.3),
|
qtbase5-private-dev (>= 5.3),
|
||||||
qttools5-dev (>= 5.3),
|
qttools5-dev (>= 5.3),
|
||||||
qttools5-dev-tools (>= 5.3),
|
qttools5-dev-tools (>= 5.3),
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/lxde/lxqt-powermanagement
|
Homepage: https://github.com/lxde/lxqt-powermanagement
|
||||||
@ -49,8 +49,7 @@ Replaces: lxqt-powermanagement-qt5-dbg (<< 0.9.0)
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
lxqt-powermanagement (= ${binary:Version}),
|
lxqt-powermanagement (= ${binary:Version}),
|
||||||
Description: Power management module for LXQt (debug symbols)
|
Description: Power management module for LXQt (debug symbols)
|
||||||
The Power management module for LXQt
|
The Power management module for LXQt
|
||||||
.
|
.
|
||||||
This package contain debugging symbols.
|
This package contain debugging symbols.
|
||||||
|
|
||||||
|
1
debian/lintian-overrides
vendored
1
debian/lintian-overrides
vendored
@ -4,4 +4,3 @@ lxqt-powermanagement: binary-without-manpage usr/bin/lxqt-powermanagement
|
|||||||
|
|
||||||
# category LXQt in not yet in freedesktop specs - no bug
|
# category LXQt in not yet in freedesktop specs - no bug
|
||||||
lxqt-powermanagement: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-powermanagement.desktop
|
lxqt-powermanagement: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-powermanagement.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-powermanagement
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-powermanagement
|
||||||
|
|
||||||
|
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