diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index c9c3464..50ea39d 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: utils Priority: optional Maintainer: Debian Window Maker Team Uploaders: Doug Torrance -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper-compat (= 13), libxext-dev, libxfixes-dev, libxmu-dev, diff --git a/debian/rules b/debian/rules index 7a4e658..ee15f6c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,4 @@ export V=1 %: - dh $@ --with autoreconf - -get-orig-source: - uscan --verbose --force-download --rename + dh $@