Compare commits
2 commits
24919bd17d
...
a3e9a64c44
Author | SHA1 | Date | |
---|---|---|---|
a3e9a64c44 | |||
6d07d77a8e |
3 changed files with 41 additions and 4 deletions
32
debian/changelog
vendored
32
debian/changelog
vendored
|
@ -1,3 +1,35 @@
|
||||||
|
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.
|
||||||
|
* Installing upstream documentation into subdirectory within doc
|
||||||
|
directory.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2025 14:50:36 +0100
|
||||||
|
|
||||||
libapache2-mod-qos (11.74-2) sid; urgency=medium
|
libapache2-mod-qos (11.74-2) sid; urgency=medium
|
||||||
|
|
||||||
* New maintainer (Closes: #931973).
|
* New maintainer (Closes: #931973).
|
||||||
|
|
4
debian/libapache2-mod-qos.docs
vendored
4
debian/libapache2-mod-qos.docs
vendored
|
@ -1,4 +0,0 @@
|
||||||
doc/*.gif
|
|
||||||
doc/favicon.ico
|
|
||||||
doc/index.html
|
|
||||||
doc/q*.html
|
|
9
debian/rules
vendored
9
debian/rules
vendored
|
@ -15,5 +15,14 @@ execute_after_dh_auto_build:
|
||||||
-D_LARGEFILE64_SOURCE $(CPPFLAGS)" \
|
-D_LARGEFILE64_SOURCE $(CPPFLAGS)" \
|
||||||
-lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c
|
-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:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelogs doc/CHANGES.txt
|
dh_installchangelogs doc/CHANGES.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue