diff --git a/build/debian/dolibarr.lintian-overrides b/build/debian/dolibarr.lintian-overrides
index 019115d037a0054d023d664785a86bf8bdb42363..7578a575776d64a7d8e5959a4f6df2e624c31e03 100755
--- a/build/debian/dolibarr.lintian-overrides
+++ b/build/debian/dolibarr.lintian-overrides
@@ -1 +1,7 @@
-# No overrided lintian rules is this version.
+# We want a www-data group-writable /var/lib/dolibarr/documents/
+dolibarr: non-standard-dir-perm var/lib/dolibarr/documents/ 2775 != 0755
+# We depend on xdg-utils providing xdg-open and we use that to open an URL
+dolibarr: desktop-command-not-in-package usr/share/applications/dolibarr.desktop xdg-open
+# We use <IfVersion> to include the correct configuration for each apache version
+dolibarr: apache2-deprecated-auth-config Order
+dolibarr: apache2-deprecated-auth-config Allow
\ No newline at end of file
diff --git a/build/debian/po/fr.po b/build/debian/po/fr.po
index d23da598297a82c33fc669df96dab6fc73986a71..0c09e4ae788a6af7c315551b578514aa1b403c58 100755
--- a/build/debian/po/fr.po
+++ b/build/debian/po/fr.po
@@ -17,8 +17,8 @@ msgstr ""
 "Report-Msgid-Bugs-To: dolibarr@packages.debian.org\n"
 "POT-Creation-Date: 2013-04-23 12:16+0200\n"
 "PO-Revision-Date: 2011-07-29 22:45+0100\n"
-"Last-Translator: Laurent Destailleur <eldy@users.sourceforge.net>\n"
-"Language-Team: Laurent Destailleur <eldy@users.sourceforge.net>\n"
+"Last-Translator: Laurent Destailleur (eldy) <eldy@users.sourceforge.net>\n"
+"Language-Team: Laurent Destailleur (eldy) <eldy@users.sourceforge.net>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
diff --git a/build/debian/watch b/build/debian/watch
index 7d3ec07d7a5686c4927a4a950f04a4c726852701..70c9ec8a019ec79b9d23be3b32fd6bb90c9deffa 100644
--- a/build/debian/watch
+++ b/build/debian/watch
@@ -1,3 +1,4 @@
 # watch control file for uscan
-#version=3
-#http://http://sourceforge.net/projects/dolibarr/files/Dolibarr%20installer%20for%20Debian-Ubuntu%20%28DoliDeb%29/ debian uupdate
+version=3
+
+http://sf.net/dolibarr/dolibarr-(.+)\.tgz
\ No newline at end of file