Compare commits
3 commits
aabf490c00
...
845daa96d7
Author | SHA1 | Date | |
---|---|---|---|
845daa96d7 | |||
fbfbc77474 | |||
b97bfbfaa2 |
3 changed files with 3 additions and 3 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -24,7 +24,6 @@ libapache2-mod-qos (11.76-1) sid; urgency=medium
|
||||||
* Removing unneeded configure arguments in rules.
|
* Removing unneeded configure arguments in rules.
|
||||||
* Including upstream changelog in doc directory.
|
* Including upstream changelog in doc directory.
|
||||||
* Removing unneeded README from 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
|
-- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2025 14:50:36 +0100
|
||||||
|
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -5,6 +5,7 @@ Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dh-apache2,
|
dh-apache2,
|
||||||
|
dh-autoreconf,
|
||||||
apache2-dev (>= 2.4.53-1~),
|
apache2-dev (>= 2.4.53-1~),
|
||||||
libapr1-dev,
|
libapr1-dev,
|
||||||
libaprutil1-dev,
|
libaprutil1-dev,
|
||||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -15,5 +15,5 @@ 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
|
||||||
|
|
||||||
override_dh_installchangelogs:
|
override_dh_installchangelog:
|
||||||
dh_installchangelogs doc/CHANGES.txt
|
dh_installchangelog doc/CHANGES.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue