From b97bfbfaa2887e5e3633432e3105d7552c4320cc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:50:18 +0100 Subject: [PATCH 1/3] 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..3294efe 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_installchangelog: + dh_installchangelog doc/CHANGES.txt From fbfbc77474efdacc2ebc96fd238da72ce7cb079c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:50:21 +0100 Subject: [PATCH 2/3] 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 845daa96d7cf91332cc13a6330451867fc6481ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 14:50:47 +0100 Subject: [PATCH 3/3] Releasing debian version 11.76-1. Signed-off-by: Daniel Baumann --- debian/changelog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/debian/changelog b/debian/changelog index ec381c3..2c198d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +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. + + -- Daniel Baumann Mon, 24 Mar 2025 14:50:36 +0100 + libapache2-mod-qos (11.74-2) sid; urgency=medium * New maintainer (Closes: #931973).