Compare commits
3 commits
6a4e297ee7
...
5ea5c681bc
Author | SHA1 | Date | |
---|---|---|---|
5ea5c681bc | |||
b2bc9fe494 | |||
fca475f9f9 |
3 changed files with 3 additions and 18 deletions
1
debian/autoreconf
vendored
Normal file
1
debian/autoreconf
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
tools
|
18
debian/copyright
vendored
18
debian/copyright
vendored
|
@ -5,29 +5,13 @@ Source: https://sourceforge.net/projects/mod-qos/files/
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2007-2025 Pascal Buchbinder <pbuchbinder@users.sourceforge.net>
|
Copyright: 2007-2025 Pascal Buchbinder <pbuchbinder@users.sourceforge.net>
|
||||||
License: Apache-2.0
|
License: GPL-2+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2010-2012 Sergey B Kirpichev <skirpichev@gmail.com>
|
Copyright: 2010-2012 Sergey B Kirpichev <skirpichev@gmail.com>
|
||||||
2025 Daniel Baumann <daniel@debian.org>
|
2025 Daniel Baumann <daniel@debian.org>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
|
||||||
License: Apache-2.0
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
.
|
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
.
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
.
|
|
||||||
The complete text of the Apache-2.0 License
|
|
||||||
can be found in /usr/share/common-licenses/Apache-2.0 file.
|
|
||||||
|
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,7 +3,7 @@
|
||||||
export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
|
export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with apache2
|
dh $@ --with apache2,autoreconf
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure --sourcedirectory=tools -- \
|
dh_auto_configure --sourcedirectory=tools -- \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue