diff --git a/debian/changelog b/debian/changelog index 2c198d9..bfb51f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ libapache2-mod-qos (11.76-1) sid; urgency=medium * Removing unneeded configure arguments in rules. * Including upstream changelog in doc directory. * Removing unneeded README from doc directory. + * Removing unneeded build-depends to dh-autoreconf. -- Daniel Baumann Mon, 24 Mar 2025 14:50:36 +0100 diff --git a/debian/control b/debian/control index d793f26..a09536f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-apache2, - dh-autoreconf, apache2-dev (>= 2.4.53-1~), libapr1-dev, libaprutil1-dev, diff --git a/debian/rules b/debian/rules index 3294efe..03b091a 100755 --- a/debian/rules +++ b/debian/rules @@ -15,5 +15,5 @@ execute_after_dh_auto_build: -D_LARGEFILE64_SOURCE $(CPPFLAGS)" \ -lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c -override_dh_installchangelog: - dh_installchangelog doc/CHANGES.txt +override_dh_installchangelogs: + dh_installchangelogs doc/CHANGES.txt