[Python-apps-commits] r6231 - in packages/pyicqt/trunk/debian (changelog postinst)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Oct 26 13:29:42 UTC 2010
Date: Tuesday, October 26, 2010 @ 13:29:40
Author: nijel
Revision: 6231
Fix permissions of /var/lib/pyicqt (Closes: #600083).
Modified:
packages/pyicqt/trunk/debian/changelog
packages/pyicqt/trunk/debian/postinst
Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog 2010-10-26 09:15:56 UTC (rev 6230)
+++ packages/pyicqt/trunk/debian/changelog 2010-10-26 13:29:40 UTC (rev 6231)
@@ -2,8 +2,9 @@
* NOT RELEASED YET
* Fix watch file to work after recent changes on code.google.com.
+ * Fix permissions of /var/lib/pyicqt (Closes: #600083).
- -- Michal ÄihaÅ <nijel at debian.org> Wed, 19 May 2010 13:08:55 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Tue, 26 Oct 2010 15:29:12 +0200
pyicqt (0.8.1.5-3) unstable; urgency=low
Modified: packages/pyicqt/trunk/debian/postinst
===================================================================
--- packages/pyicqt/trunk/debian/postinst 2010-10-26 09:15:56 UTC (rev 6230)
+++ packages/pyicqt/trunk/debian/postinst 2010-10-26 13:29:40 UTC (rev 6231)
@@ -18,6 +18,9 @@
if ! dpkg-statoverride --list /var/log/pyicqt >/dev/null; then
chown -R pyicqt:adm /var/log/pyicqt
fi
+ if ! dpkg-statoverride --list /var/lib/pyicqt >/dev/null; then
+ chown -R pyicqt:adm /var/lib/pyicqt
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
More information about the Python-apps-commits
mailing list