diff --git a/debian/control b/debian/control index 7f3e36c..38450a2 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ autoconf-archive, automake, debhelper (>= 11~), - dh-autoreconf, gnome-pkg-tools, gobject-introspection (>= 0.9.12-4~), intltool (>= 0.40.0), diff --git a/debian/rules b/debian/rules index a7674c7..cc893c5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --parallel --with=autoreconf + dh $@ --parallel override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf --as-needed ./autogen.sh