diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-04-17 18:27:30 +0200 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-04-17 18:27:30 +0200 | 
| commit | f993298d5442231c547f28bbf4abbad9f3cf74b4 (patch) | |
| tree | 9d679bcb35e9b641950c6dbb88e56c53de4fa42f /debian/control | |
| parent | 001a43a70444e9e692d02b5d38c5e7363d867dcd (diff) | |
Webserver 1.0: Updated debian/control
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e32f092..afe971d 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@  Source: webserver -Section: web +Section: httpd  Priority: extra  Maintainer: Roland Reichwein <mail@reichwein.it>  Build-Depends: debhelper (>= 9), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang, node-uglify, htmlmin | tidy, cleancss @@ -9,6 +9,11 @@ Homepage: http://www.reichwein.it/webserver/  Package: webserver  Architecture: any  Depends: ${shlibs:Depends}, ${misc:Depends}, zip +Provides: httpd  Homepage: http://www.reichwein.it/webserver/  Description: Web server   Webserver is a web server + . + Features: + - IPv4 / IPv6 + - C++-Plugin-Interface  | 
