diff --git a/debian/control b/debian/control index 532af0f..bfe3440 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Section: text Priority: optional Maintainer: Willi Mann -Build-Depends: debhelper (>= 10~), - dh-autoreconf +Build-Depends: debhelper (>= 10~) Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/debian/unrtf Vcs-Git: https://salsa.debian.org/debian/unrtf.git diff --git a/debian/rules b/debian/rules index bace6e8..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@