Compare commits
4 commits
845daa96d7
...
aabf490c00
Author | SHA1 | Date | |
---|---|---|---|
aabf490c00 | |||
da56532812 | |||
7139a5e58c | |||
f94931e98e |
4 changed files with 33 additions and 2 deletions
30
debian/changelog
vendored
30
debian/changelog
vendored
|
@ -1,3 +1,33 @@
|
|||
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.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2025 14:50:36 +0100
|
||||
|
||||
libapache2-mod-qos (11.74-2) sid; urgency=medium
|
||||
|
||||
* New maintainer (Closes: #931973).
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -5,7 +5,6 @@ Maintainer: Daniel Baumann <daniel@debian.org>
|
|||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-apache2,
|
||||
dh-autoreconf,
|
||||
apache2-dev (>= 2.4.53-1~),
|
||||
libapr1-dev,
|
||||
libaprutil1-dev,
|
||||
|
|
1
debian/libapache2-mod-qos.docs
vendored
1
debian/libapache2-mod-qos.docs
vendored
|
@ -1,4 +1,3 @@
|
|||
README.TXT
|
||||
doc/*.gif
|
||||
doc/favicon.ico
|
||||
doc/index.html
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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_installchangelogs:
|
||||
dh_installchangelogs doc/CHANGES.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue