From bfd4e0d1e4924d24cc4b43417e59af923b9c3e5f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Feb 2023 11:52:46 +0100 Subject: Added debian/ infrastructure --- debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7ba695e --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: weblog +Section: web +Priority: optional +Maintainer: Roland Reichwein +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, pkg-config, libfmt-dev, googletest, gcovr, libreichwein-dev +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/weblog/ + +Package: weblog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, mpack, webserver +Homepage: http://www.reichwein.it/weblog/ +Description: Web application for Blogs + Weblog is a web application with a FCGI interface to webservers. -- cgit v1.2.3