[apache2] 08/13: drop deprecated --with autotools-dev

Stefan Fritsch sf at moszumanska.debian.org
Fri Mar 30 21:04:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit 5d190b66b274cff836e1d537fdc0283dd6ac9792
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Fri Mar 30 19:59:10 2018 +0200

    drop deprecated --with autotools-dev
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1faa8ed..721cc3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ apache2 (2.4.33-1) UNRELEASED; urgency=medium
   * Fix lintian warnings:
     - Include SupportApache-small.png in apache2-doc package instead of
       linking to apache.org, to avoid privacy issues.
+    - Use /usr/share/dpkg/architecture.mk instead of setting DEB_*_GNU_TYPE
+    - Remove deprecated use of autotools_dev with dh.
     - Add some overrides
 
  -- Stefan Fritsch <sf at debian.org>  Fri, 30 Mar 2018 17:16:15 +0200
diff --git a/debian/control b/debian/control
index b21b2c5..ddc1bc7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian Apache Maintainers <debian-apache at lists.debian.org>
 Uploaders: Stefan Fritsch <sf at debian.org>,
            Arno Töll <arno at debian.org>,
            Ondřej Surý <ondrej at debian.org>
-Build-Depends: autotools-dev,
-               debhelper (>= 9.20160709~),
+Build-Depends: debhelper (>= 9.20160709~),
                dpkg-dev (>= 1.16.1~),
                gawk | awk,
                libapr1-dev (>= 1.6.0),
diff --git a/debian/rules b/debian/rules
index 1d8d891..2ef6d20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ suexec-scripts-stamp: $(wildcard debian/debian/apache2-suexec.*.in)
 	touch $@
 
 clean build build-arch build-indep binary binary-arch binary-indep: %:
-	dh $@ --parallel --with autotools_dev,systemd
+	dh $@ --parallel --with systemd
 
 override_dh_auto_configure: configure-stamp
 configure-stamp: prebuild-checks-stamp support/suexec-custom.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list