From c63a7e12632f3cad426bf4d294c0371c28753770 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 20 Feb 2018 22:30:29 -0500 Subject: Drop deprecated invocations to autotools helpers --- debian/control | 1 - debian/rules | 2 -- 2 files changed, 3 deletions(-) diff --git a/debian/control b/debian/control index c0a16cd5..59f211a7 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian QA Group Build-Depends: autoconf, automake, - autotools-dev, debhelper (>> 10), docbook-utils, docbook-xml, diff --git a/debian/rules b/debian/rules index e5cf5097..b67b9519 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,6 @@ endif configure: configure-stamp configure-stamp: dh_testdir - dh_autotools-dev_updateconfig echo "$(DEB_VERSION_UPSTREAM_REVISION)" > VERSION.txt echo "boxbackup" >> VERSION.txt sh -x ./bootstrap @@ -64,7 +63,6 @@ clean: echo "boxbackup" >> VERSION.txt [ ! -f Makefile ] || make clean sh debian/clean.sh - dh_autotools-dev_restoreconfig dh_clean config.log config.status install: DH_OPTIONS= -- cgit v1.2.3