r15344 - packages/trunk/monsterz/debian
Peter Pentchev
roam-guest at moszumanska.debian.org
Sat Nov 29 00:25:15 UTC 2014
Author: roam-guest
Date: 2014-11-29 00:25:15 +0000 (Sat, 29 Nov 2014)
New Revision: 15344
Modified:
packages/trunk/monsterz/debian/changelog
packages/trunk/monsterz/debian/postinst
Log:
Do not use the obsolete full /usr/sbin/dpkg-statoverride.
Closes: #770057
Submitted by: Guillem Jover <guillem at debian.org>
Modified: packages/trunk/monsterz/debian/changelog
===================================================================
--- packages/trunk/monsterz/debian/changelog 2014-11-29 00:23:02 UTC (rev 15343)
+++ packages/trunk/monsterz/debian/changelog 2014-11-29 00:25:15 UTC (rev 15344)
@@ -1,3 +1,11 @@
+monsterz (0.7.1-8) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Do not use the obsolete and incorrect full path to dpkg-statoverride.
+ Closes: #770057
+
+ -- Peter Pentchev <roam at ringlet.net> Sat, 29 Nov 2014 02:17:39 +0200
+
monsterz (0.7.1-7) unstable; urgency=low
* Team upload.
Modified: packages/trunk/monsterz/debian/postinst
===================================================================
--- packages/trunk/monsterz/debian/postinst 2014-11-29 00:23:02 UTC (rev 15343)
+++ packages/trunk/monsterz/debian/postinst 2014-11-29 00:25:15 UTC (rev 15344)
@@ -8,8 +8,7 @@
case "$1" in
configure)
# Properly use statoverride
- if ! [ -x /usr/sbin/dpkg-statoverride ] || \
- ! dpkg-statoverride --list "$PROG" >/dev/null ; then
+ if ! dpkg-statoverride --list "$PROG" >/dev/null ; then
chown root:games "$PROG"
chmod 2755 "$PROG"
fi
More information about the Pkg-games-commits
mailing list