From 6721c58679cb74b6dee63e43c73afe4f59228399 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 1 Nov 2018 15:53:50 +0100 Subject: [PATCH] Remove usage of dh-autoreconf, it's now a debhelper default. --- debian/changelog | 6 ++---- debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a79cc0..4fd48e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,10 @@ -mysqltcl (3.052-3) unstable; urgency=medium +mysqltcl (3.052-3) UNRELEASED; urgency=medium * Set Vcs-* URLs to a https based one. * Increase Standards-Version to 4.2.1 - no changes required. * Build-Depend on debhelper-compat and change to compat level 11. * Mark the binary package as Multi-Arch: same. - * Increas Standards-Version to 4.2.1 - no changes required. - * Build-Depend on debhelper-compat and change to compat level 11. - * Mark the binary package as Multi-Arch: same. + * Remove usage of dh-autoreconf, it's now a debhelper default. -- Sven Hoexter Thu, 01 Nov 2018 15:42:40 +0100 diff --git a/debian/control b/debian/control index b6ba82a..a6b1c64 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: mysqltcl Section: database Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt, - dh-autoreconf +Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt Standards-Version: 4.2.1 Homepage: http://www.xdobry.de/mysqltcl/ Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git diff --git a/debian/rules b/debian/rules index 55b7693..b4e6f89 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ include /usr/share/dpkg/buildflags.mk DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with quilt,autoreconf + dh $@ --with quilt override_dh_auto_configure: dh_auto_configure -- \ -- 2.39.2