diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,6 @@ weblog: blättern weblog: link consistency check (cron?) weblog: style: zitate Integrate into Debian -debian: restart server on install/update Ubuntu version Speed up config.GetPath read: The socket was closed due to a timeout diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/rules b/debian/rules index 0780fbf..921ee04 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,5 @@ dh $@ override_dh_fixperms: + dh_fixperms chown www-data:www-data debian/webserver/var/lib/webserver |