Compare commits
4 commits
845daa96d7
...
aabf490c00
Author | SHA1 | Date | |
---|---|---|---|
aabf490c00 | |||
da56532812 | |||
7139a5e58c | |||
f94931e98e |
3 changed files with 3 additions and 3 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -24,6 +24,7 @@ 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,7 +5,6 @@ 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_installchangelog:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelog doc/CHANGES.txt
|
dh_installchangelogs doc/CHANGES.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue