r15342 - packages/trunk/tecnoballz/debian
Peter Pentchev
roam-guest at moszumanska.debian.org
Sat Nov 29 00:16:32 UTC 2014
Author: roam-guest
Date: 2014-11-29 00:16:32 +0000 (Sat, 29 Nov 2014)
New Revision: 15342
Modified:
packages/trunk/tecnoballz/debian/changelog
packages/trunk/tecnoballz/debian/tecnoballz.postinst
Log:
Do not use the obsolete incorrect full /usr/sbin/dpkg-statoverride.
Closes: #770059
Submitted by: Guillem Jover <guillem at debian.org>
Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog 2014-11-28 23:45:31 UTC (rev 15341)
+++ packages/trunk/tecnoballz/debian/changelog 2014-11-29 00:16:32 UTC (rev 15342)
@@ -1,3 +1,11 @@
+tecnoballz (0.93.1-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Do not use the obsolete and incorrect full path to dpkg-statoverride.
+ Closes: #770059
+
+ -- Peter Pentchev <roam at ringlet.net> Sat, 29 Nov 2014 02:07:59 +0200
+
tecnoballz (0.93.1-1) unstable; urgency=medium
* Imported Upstream version 0.93.1.
Modified: packages/trunk/tecnoballz/debian/tecnoballz.postinst
===================================================================
--- packages/trunk/tecnoballz/debian/tecnoballz.postinst 2014-11-28 23:45:31 UTC (rev 15341)
+++ packages/trunk/tecnoballz/debian/tecnoballz.postinst 2014-11-29 00:16:32 UTC (rev 15342)
@@ -9,8 +9,7 @@
configure)
# tecnoballz is setuid "root:games".
- 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