Drop unnecessary dependency on dh-autoreconf.
Changes-By: lintian-brush Fixes: lintian: useless-autoreconf-build-depends See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
This commit is contained in:
parent
f8ef5ecb5f
commit
92468968d3
1
debian/control
vendored
1
debian/control
vendored
@ -4,7 +4,6 @@ Priority: optional
|
||||
Maintainer: Debian Window Maker Team <team+wmaker@tracker.debian.org>
|
||||
Uploaders: Doug Torrance <dtorrance@piedmont.edu>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-autoreconf,
|
||||
libxext-dev,
|
||||
libxfixes-dev,
|
||||
libxmu-dev,
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -2,7 +2,7 @@
|
||||
export V=1
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
dh $@
|
||||
|
||||
get-orig-source:
|
||||
uscan --verbose --force-download --rename
|
||||
|
Loading…
Reference in New Issue
Block a user