1
0
Fork 0

Compare commits

..

3 commits

Author SHA1 Message Date
b90e04a2fd
Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:05:43 +01:00
3dad20051b
Removing ftbfs-gcc-14.patch, not needed anymore.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:05:17 +01:00
997f9d35af
Removing TODO, not needed anymore.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:03:49 +01:00
8 changed files with 18 additions and 38 deletions

1
debian/TODO.Debian vendored
View file

@ -1 +0,0 @@
- is there some official policy for packaging Apache modules? e.g. enable/disable by default

1
debian/compat vendored
View file

@ -1 +0,0 @@
9

15
debian/control vendored
View file

@ -1,7 +1,16 @@
Source: libapache2-mod-qos
Priority: optional
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
Section: httpd
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
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
Description: quality of service module for the apache2
This is a quality of service module (QoS) for the Apache web server
implementing control mechanisms that can provide different priority

View file

@ -1,5 +1,5 @@
README.TXT
doc/*.gif
doc/favicon.ico
doc/index.html
doc/*.gif
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/qslogger usr/bin/
tools/src/qspng usr/bin/
tools/src/qssign 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/qsgrep.1
tools/man1/qslog.1
tools/man1/qslogger.1
tools/man1/qspng.1
tools/man1/qssign.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