fix spurious directory inclusion that causes piuparts errors
authorBdale Garbee <bdale@gag.com>
Sat, 14 Jul 2012 21:14:44 +0000 (15:14 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 14 Jul 2012 21:14:44 +0000 (15:14 -0600)
debian/amanda-server.dirs
debian/amanda-server.lintian
debian/changelog

index 1e626aef566dea07e8cba33fa9aa15e4b7dc3b65..83e323e6817cbab4b6ba91102ed564105be935e0 100644 (file)
@@ -4,4 +4,3 @@ usr/sbin
 usr/share/doc/amanda-server/examples
 usr/share/lintian/overrides
 var/lib/amanda
-var/log/amanda
index 794a3a3dfb7646b10cbb58b97081a2d4cc9b01df..16e55043023fe7c300b0d9cd630332103577a9c0 100644 (file)
@@ -3,5 +3,4 @@ amanda-server: setuid-binary usr/lib/amanda/dumper 4754 root/backup
 amanda-server: setuid-binary usr/lib/amanda/planner 4754 root/backup
 amanda-server: setuid-binary usr/sbin/amcheck 4754 root/backup
 amanda-server: non-standard-dir-perm var/lib/amanda/ 0770 != 0755
-amanda-server: non-standard-dir-perm var/log/amanda/ 0770 != 0755
 amanda-server: possible-gpl-code-linked-with-openssl
index dac5602c474f0c808e78d858cfdf6cd316cb1ec5..e6ecd3343071204691b9c11fc771e0e76d007d35 100644 (file)
@@ -1,3 +1,10 @@
+amanda (1:3.3.1-4) unstable; urgency=low
+
+  * eliminate spurious empty /var/log/amanda directory in amanda-server package
+    that generates piuparts errors, closes: #681568
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 14 Jul 2012 15:14:22 -0600
+
 amanda (1:3.3.1-3) unstable; urgency=low
 
   * patch from Robert Milan to fix kfreebsd FTBFS, closes: #667836