[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.2.6+dfsg-5-15-g1891544
Alexander Golovko
alexandro at ankalagon.ru
Sat Oct 6 22:30:26 UTC 2012
The following commit has been merged in the master branch:
commit 18915445910f94f545a173feffbecc28cea86acd
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date: Sun Oct 7 02:29:57 2012 +0400
disable unsupported xattr and acl on Hurd
diff --git a/debian/changelog b/debian/changelog
index c95d255..937199f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ bacula (5.2.6+dfsg-6) unstable; urgency=high
unneccessary functionality on this platforms.
* debian/rules:
+ add lintian overrides for hardening for all packages.
+ - disable xattr and acl on Hurd.
--
diff --git a/debian/rules b/debian/rules
index 37b3365..485cfe2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,10 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
CONF_ALL += --disable-acl --disable-xattr
endif
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+CONF_ALL += --disable-acl --disable-xattr
+endif
+
LONGNAME_mysql = mysql
LONGNAME_pgsql = postgresql
LONGNAME_sqlite3 = sqlite3
--
Bacula, a network backup, recovery and verification program
More information about the pkg-bacula-commits
mailing list