From 092c3cc12a7092032c77ecfb75b7c6baec1da3cb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 30 Apr 2020 16:35:44 +0200 Subject: Debian packaging --- debian/control | 4 ++-- debian/copyright | 30 +++++++++++++++++++++++++++--- debian/webserver.manpages | 1 + 3 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 debian/webserver.manpages (limited to 'debian') diff --git a/debian/control b/debian/control index a417c81..acd8ae5 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: webserver Section: httpd -Priority: extra +Priority: optional Maintainer: Roland Reichwein -Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, htmlmin | tidy, cleancss +Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, python3-pkg-resources, htmlmin, cleancss Standards-Version: 4.1.3 Homepage: http://www.reichwein.it/webserver/ diff --git a/debian/copyright b/debian/copyright index 71cab6b..4b3a1b3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,29 @@ -This package is Copyright 2020 by Reichwein.IT -Roland Reichwein +This package is Copyright 2020 by Roland Reichwein -Commercial licensing is available. +Both upstream source code and Debian packaging is licensed under the BSD +license: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/webserver.manpages b/debian/webserver.manpages new file mode 100644 index 0000000..0bf93db --- /dev/null +++ b/debian/webserver.manpages @@ -0,0 +1 @@ +webserver.1 -- cgit v1.2.3