From f94931e98ed766ae1a50730e18d05134d316ab4e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:50:18 +0100 Subject: [PATCH 1/4] Including upstream changelog in doc directory. Signed-off-by: Daniel Baumann --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index effe71d..03b091a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,6 @@ execute_after_dh_auto_build: -S CFLAGS="$(CFLAGS) \ -D_LARGEFILE64_SOURCE $(CPPFLAGS)" \ -lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c + +override_dh_installchangelogs: + dh_installchangelogs doc/CHANGES.txt From 7139a5e58c0320e40e0d20af70be7fd2f5b5d1ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:50:21 +0100 Subject: [PATCH 2/4] Removing unneeded README from doc directory. Signed-off-by: Daniel Baumann --- debian/libapache2-mod-qos.docs | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/libapache2-mod-qos.docs b/debian/libapache2-mod-qos.docs index 17f1110..7e72e9f 100644 --- a/debian/libapache2-mod-qos.docs +++ b/debian/libapache2-mod-qos.docs @@ -1,4 +1,3 @@ -README.TXT doc/*.gif doc/favicon.ico doc/index.html From da565328125262ad0f0732a7db7000df755688fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:54:45 +0100 Subject: [PATCH 3/4] Removing unneeded build-depends to dh-autoreconf. Signed-off-by: Daniel Baumann --- debian/control | 1 - 1 file changed, 1 deletion(-) 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, From aabf490c00570291c3733fdbc22bada1a5d550f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:56:12 +0100 Subject: [PATCH 4/4] Releasing debian version 11.76-1. Signed-off-by: Daniel Baumann --- debian/changelog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/debian/changelog b/debian/changelog index ec381c3..bfb51f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +libapache2-mod-qos (11.76-1) sid; urgency=medium + + * Merging upstream version 11.76. + * Removing TODO, not needed anymore. + * Removing ftbfs-gcc-14.patch, not needed anymore. + * Removing doc-base support, not used anymore. + * Wrap and sorting debian files. + * Updating to debhelper 13. + * Adding build-requires-root field. + * Updating to standards version 4.7.2. + * Updating homepage field. + * Updating vcs fields. + * Repeating section for binary packages explicitly. + * Updating format url in copyright. + * Updating source url in copyright. + * Updating license information in copyright. + * Moving apache2 module files into local subdirectory. + * Harmonizing debhelper install files. + * Harmonizing rules file. + * Updating rules file. + * Setting using source directory once globaly and minimizing rules with + that. + * Using wildcards in debhelper manpages file. + * 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 + libapache2-mod-qos (11.74-2) sid; urgency=medium * New maintainer (Closes: #931973).