From b95848947f99031ad56ed6220665bdb3658d8113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2017 17:26:41 +0200 Subject: Drop autotools-dev from Build-Depends and drop --with autotools-dev from dh --- debian/changelog | 5 ++++- debian/control | 1 - debian/rules | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6d4ff90..5f19116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.0.5-1) UNRELEASED; urgency=medium +ipmiutil (3.0.6-1) UNRELEASED; urgency=medium * New upstream release. * Refresh patches: @@ -8,6 +8,9 @@ ipmiutil (3.0.5-1) UNRELEASED; urgency=medium - With compat level 10 autoreconf called every time. * Add new section at README.source to explain the branching model used. * Declare compliance with Debian Policy 4.0.0. (No changes needed). + * Drop autotools-dev from Build-Depends and drop "--with autotools-dev" + from dh because this is already default when using dh compatibility + level 10. -- Jörg Frings-Fürst Fri, 24 Feb 2017 21:19:36 +0100 diff --git a/debian/control b/debian/control index 8733180..ec7eeec 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - autotools-dev, debhelper (>= 10), libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), libssl-dev, diff --git a/debian/rules b/debian/rules index 3b00002..5b4d955 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ CFLAGS += -fPIC CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: - dh $@ --with autotools-dev + dh $@ override_dh_auto_configure: $(CURDIR)/beforeconf.sh -- cgit v1.2.3