Author: osallou Date: 2012-08-02 15:10:47 +0000 (Thu, 02 Aug 2012) New Revision: 11976
Modified: trunk/packages/logol/trunk/debian/changelog trunk/packages/logol/trunk/debian/postinst Log: fix bug for directory permissions #683647 Modified: trunk/packages/logol/trunk/debian/changelog =================================================================== --- trunk/packages/logol/trunk/debian/changelog 2012-08-02 13:58:27 UTC (rev 11975) +++ trunk/packages/logol/trunk/debian/changelog 2012-08-02 15:10:47 UTC (rev 11976) @@ -1,3 +1,9 @@ +logol (1.5.0-3) unstable; urgency=low + + * debian/postinst: remove directory permissions (Closes: #683647). + + -- Olivier Sallou <[email protected]> Thu, 02 Aug 2012 17:09:31 +0200 + logol (1.5.0-2) unstable; urgency=low * Support Arch dependent and arch independent separate builds. Modified: trunk/packages/logol/trunk/debian/postinst =================================================================== --- trunk/packages/logol/trunk/debian/postinst 2012-08-02 13:58:27 UTC (rev 11975) +++ trunk/packages/logol/trunk/debian/postinst 2012-08-02 15:10:47 UTC (rev 11976) @@ -20,7 +20,6 @@ case "$1" in configure) - chmod -R 777 /var/lib/logol/results ;; abort-upgrade|abort-remove|abort-deconfigure) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
