[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. upstream/4.0.0debian-126-g042773f

Paul van Tilburg paulvt at debian.org
Thu May 24 17:57:54 UTC 2012


The following commit has been merged in the master branch:
commit 042773f760ec94a835b9ca84209d909bd7f870f1
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Thu May 24 19:57:47 2012 +0200

    Added a lintian override for the backup directory permissions

diff --git a/debian/changelog b/debian/changelog
index bbbdd4f..9afdf7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ owncloud (4.0.0debian-1) UNRELEASED; urgency=low
     - Dropped the depends on dbconfig-common, debconf, and ucf; not used yet.
     - Added a recommend for exim4 | mail-transport-agent.
   * debian/copyright, debian/rules: updated for new upstream release.
+  * debian/owncloud.lintian-overrides: added an override for the backup
+    directory permissions.
   * debian/owncloud.postinst: updated to enable Apache's rewrite module.
   * debian/patches:
     - Refreshed patches 01_fix_data_path.diff and 02_fix_crypt.diff for new
diff --git a/debian/owncloud.lintian-overrides b/debian/owncloud.lintian-overrides
index 5920971..5d38330 100644
--- a/debian/owncloud.lintian-overrides
+++ b/debian/owncloud.lintian-overrides
@@ -1,2 +1,3 @@
 # User www-data has to write here.
 owncloud: non-standard-dir-perm var/lib/owncloud/data/ 2770 != 0755
+owncloud: non-standard-dir-perm var/lib/owncloud/backup/ 2770 != 0755

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list