1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
a3e9a64c44
Releasing debian version 11.76-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 15:14:20 +01:00
6d07d77a8e
Installing upstream documentation into subdirectory within doc directory.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 15:14:18 +01:00
2 changed files with 9 additions and 4 deletions

View file

@ -1,4 +0,0 @@
doc/*.gif usr/share/doc/libapache2-mod-qos/html
doc/favicon.ico usr/share/doc/libapache2-mod-qos/html
doc/index.html usr/share/doc/libapache2-mod-qos/html
doc/q*.html usr/share/doc/libapache2-mod-qos/html

9
debian/rules vendored
View file

@ -15,5 +15,14 @@ execute_after_dh_auto_build:
-D_LARGEFILE64_SOURCE $(CPPFLAGS)" \
-lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c
execute_after_dh_auto_install:
# install documentation
mkdir -p debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos
cp -a doc debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos/html
# remove unneeded files
rm -f debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos/html/CHANGES.txt
rm -f debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos/html/LICENSE.txt
override_dh_installchangelogs:
dh_installchangelogs doc/CHANGES.txt