diff --git a/debian/autoreconf b/debian/autoreconf deleted file mode 100644 index ef1aab0..0000000 --- a/debian/autoreconf +++ /dev/null @@ -1 +0,0 @@ -tools diff --git a/debian/copyright b/debian/copyright index 2b231e9..b3ad2be 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,14 +4,43 @@ Upstream-Contact: Pascal Buchbinder Source: https://sourceforge.net/projects/mod-qos/files/ Files: * -Copyright: 2007-2012, Pascal Buchbinder -License: GPL-2+ +Copyright: 2007-2025 Pascal Buchbinder +License: Apache-2.0 Files: debian/* -Copyright: 2010-2012, Sergey B Kirpichev +Copyright: 2010-2012 Sergey B Kirpichev + 2025 Daniel Baumann 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+ - On Debian GNU/Linux systems, the complete text of the GNU General - Public License (GPL) version 2 can be found at - /usr/share/common-licenses/GPL-2. + 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 + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. diff --git a/debian/libapache2-mod-qos.apache2 b/debian/libapache2-mod-qos.apache2 index 69b81af..8442b6c 100644 --- a/debian/libapache2-mod-qos.apache2 +++ b/debian/libapache2-mod-qos.apache2 @@ -1,3 +1,3 @@ mod apache2/.libs/mod_qos.so -mod debian/qos.load -mod debian/qos.conf +mod debian/local/qos.load +mod debian/local/qos.conf diff --git a/debian/libapache2-mod-qos.install b/debian/libapache2-mod-qos.install index c2ae5b2..e38e0d8 100644 --- a/debian/libapache2-mod-qos.install +++ b/debian/libapache2-mod-qos.install @@ -1,7 +1,7 @@ -tools/src/qsexec usr/bin/ -tools/src/qsgrep usr/bin/ -tools/src/qslog usr/bin/ -tools/src/qslogger usr/bin/ -tools/src/qspng usr/bin/ -tools/src/qssign usr/bin/ -tools/src/qstail usr/bin/ +tools/src/qsexec usr/bin +tools/src/qsgrep usr/bin +tools/src/qslog usr/bin +tools/src/qslogger usr/bin +tools/src/qspng usr/bin +tools/src/qssign usr/bin +tools/src/qstail usr/bin diff --git a/debian/qos.conf b/debian/local/qos.conf similarity index 100% rename from debian/qos.conf rename to debian/local/qos.conf diff --git a/debian/qos.load b/debian/local/qos.load similarity index 100% rename from debian/qos.load rename to debian/local/qos.load diff --git a/debian/rules b/debian/rules index 56dc601..cfc9652 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow %: - dh $@ --with apache2,autoreconf + dh $@ --with apache2 override_dh_auto_configure: dh_auto_configure --sourcedirectory=tools -- \