1
0
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
cfdf9cf59c
Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:07:01 +01:00
472aec8c48
Removing doc-base support, not used anymore.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:07:00 +01:00
f062f59347
Removing ftbfs-gcc-14.patch, not needed anymore.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:06:10 +01:00
7 changed files with 18 additions and 46 deletions

15
debian/control vendored
View file

@ -1,7 +1,16 @@
Source: libapache2-mod-qos Source: libapache2-mod-qos
Priority: optional Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org> Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 9), libssl-dev (>= 0.9.8g), libapr1-dev, libaprutil1-dev, libpcre2-dev, libpng-dev, dh-apache2, apache2-dev (>= 2.4.53-1~), dh-autoreconf Build-Depends:
debhelper-compat (= 13),
dh-apache2,
dh-autoreconf,
apache2-dev (>= 2.4.53-1~),
libapr1-dev,
libaprutil1-dev,
libpcre2-dev,
libpng-dev,
libssl-dev (>= 0.9.8g),
Standards-Version: 4.3.0 Standards-Version: 4.3.0
Section: httpd Section: httpd
Homepage: http://mod-qos.sourceforge.net/ Homepage: http://mod-qos.sourceforge.net/
@ -10,7 +19,9 @@ Vcs-Browser: https://salsa.debian.org/sk-guest/libapache2-mod-qos
Package: libapache2-mod-qos Package: libapache2-mod-qos
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends:
${misc:Depends},
${shlibs:Depends},
Description: quality of service module for the apache2 Description: quality of service module for the apache2
This is a quality of service module (QoS) for the Apache web server This is a quality of service module (QoS) for the Apache web server
implementing control mechanisms that can provide different priority implementing control mechanisms that can provide different priority

View file

@ -1,10 +0,0 @@
Document: mod-qos
Title: mod-qos Documentation
Author: Pascal Buchbinder
Abstract: This manual describes how to install, configure
and use the QoS apache2 module.
Section: System/Security
Format: HTML
Index: /usr/share/doc/libapache2-mod-qos/index.html
Files: /usr/share/doc/libapache2-mod-qos/q*.html

View file

@ -1,5 +1,5 @@
README.TXT README.TXT
doc/*.gif
doc/favicon.ico doc/favicon.ico
doc/index.html doc/index.html
doc/*.gif
doc/q*.html doc/q*.html

View file

@ -1,7 +1,7 @@
tools/src/qsexec usr/bin/
tools/src/qsgrep usr/bin/
tools/src/qslog usr/bin/ tools/src/qslog usr/bin/
tools/src/qslogger usr/bin/
tools/src/qspng usr/bin/ tools/src/qspng usr/bin/
tools/src/qssign usr/bin/ tools/src/qssign usr/bin/
tools/src/qstail usr/bin/ tools/src/qstail usr/bin/
tools/src/qsgrep usr/bin/
tools/src/qsexec usr/bin/
tools/src/qslogger usr/bin/

View file

@ -1,7 +1,7 @@
tools/man1/qsexec.1 tools/man1/qsexec.1
tools/man1/qsgrep.1 tools/man1/qsgrep.1
tools/man1/qslog.1 tools/man1/qslog.1
tools/man1/qslogger.1
tools/man1/qspng.1 tools/man1/qspng.1
tools/man1/qssign.1 tools/man1/qssign.1
tools/man1/qstail.1 tools/man1/qstail.1
tools/man1/qslogger.1

View file

@ -1,28 +0,0 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Building without qsfilter2 and qsrotate, they are removed in later upstream version (Closes: #1075142).
diff -Naurp libapache2-mod-qos.orig/tools/src/Makefile.am libapache2-mod-qos/tools/src/Makefile.am
--- libapache2-mod-qos.orig/tools/src/Makefile.am
+++ libapache2-mod-qos/tools/src/Makefile.am
@@ -1,6 +1,6 @@
# $Id: Makefile.am 2486 2018-09-03 20:22:17Z pbuchbinder $
-bin_PROGRAMS=qsfilter2 qslog qspng qsrotate qssign qstail qshead qsgrep qsexec qscheck qsgeo qslogger qsdt qsrespeed qsre
+bin_PROGRAMS=qslog qspng qssign qstail qshead qsgrep qsexec qscheck qsgeo qslogger qsdt qsrespeed qsre
qsfilter2_SOURCES= \
qsfilter2.c qs_util.c
diff -Naurp libapache2-mod-qos.orig/tools/src/Makefile.in libapache2-mod-qos/tools/src/Makefile.in
--- libapache2-mod-qos.orig/tools/src/Makefile.in
+++ libapache2-mod-qos/tools/src/Makefile.in
@@ -88,8 +88,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-bin_PROGRAMS = qsfilter2$(EXEEXT) qslog$(EXEEXT) qspng$(EXEEXT) \
- qsrotate$(EXEEXT) qssign$(EXEEXT) qstail$(EXEEXT) \
+bin_PROGRAMS = qslog$(EXEEXT) qspng$(EXEEXT) \
+ qssign$(EXEEXT) qstail$(EXEEXT) \
qshead$(EXEEXT) qsgrep$(EXEEXT) qsexec$(EXEEXT) \
qscheck$(EXEEXT) qsgeo$(EXEEXT) qslogger$(EXEEXT) \
qsdt$(EXEEXT) qsrespeed$(EXEEXT) qsre$(EXEEXT)

View file

@ -1 +0,0 @@
debian/0001-ftbfs-gcc-14.patch