Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request wmaker-team/wmsystemtray!1
This commit is contained in:
Doug Torrance 2021-08-24 12:20:29 +00:00
commit 574669f89d
3 changed files with 2 additions and 7 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

3
debian/control vendored
View File

@ -3,8 +3,7 @@ Section: utils
Priority: optional
Maintainer: Debian Window Maker Team <team+wmaker@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@piedmont.edu>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper-compat (= 13),
libxext-dev,
libxfixes-dev,
libxmu-dev,

5
debian/rules vendored
View File

@ -2,7 +2,4 @@
export V=1
%:
dh $@ --with autoreconf
get-orig-source:
uscan --verbose --force-download --rename
dh $@