Bug#291319: gnome-games: Mahjongg score files missing
Tilman Koschnick
Tilman Koschnick <til@subnetz.org>, 291319@bugs.debian.org
Thu, 20 Jan 2005 01:50:01 +0100
This is a multi-part MIME message sent by reportbug.
--===============0725591755==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: gnome-games
Version: 1:2.8.2-1
Severity: minor
Tags: patch
Please create missing mahjongg score files in postinst (patch attached).
Cheers, Til
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages gnome-games depends on:
ii gnome-games-data 1:2.8.2-1 data files for the GNOME games
ii guile-1.6-libs 1.6.7-1 Main Guile libraries
ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi
ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
ii libaudiofile0 0.2.6-5 Open-source version of SGI's audio
ii libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.8.0-2 The Bonobo UI library
ii libbz2-1.0 1.0.2-1 A high-quality block-sorting file
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libcroco3 0.6.0-2 a generic Cascading Style Sheet (C
ii libesd0 0.2.35-2 Enlightened Sound Daemon - Shared
ii libgcc1 1:3.4.3-6 GCC support library
ii libgconf2-4 2.8.1-4 GNOME configuration database syste
ii libgcrypt11 1.2.0-4 LGPL Crypto library - runtime libr
ii libglade2-0 1:2.4.1-1 Library to load .glade files at ru
ii libglib2.0-0 2.4.8-1 The GLib library of C routines
ii libgnome-keyring0 0.4.0-2 GNOME keyring services library
ii libgnome2-0 2.8.0-6 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.8.0-1 A powerful object-oriented display
ii libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.8.3-8 The GNOME virtual file-system libr
ii libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii libgpg-error0 1.0-1 library for common error values an
ii libgsf-1 1.11.1-1 Structured File Library - runtime
ii libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface
ii libguile-ltdl-1 1.6.7-1 Guile's patched version of libtool
ii libhowl0 0.9.8-2 Library for Zeroconf service disco
ii libice6 4.3.0.dfsg.1-10 Inter-Client Exchange library
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.6.0-3 Layout and rendering of internatio
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii libqthreads-12 1.6.7-1 QuickThreads library for Guile
ii librsvg2-2 2.8.1-2 SAX-based renderer library for SVG
ii libsm6 4.3.0.dfsg.1-10 X Window System Session Management
ii libstdc++5 1:3.3.5-5 The GNU Standard C++ Library v3
ii libtasn1-2 0.2.10-3 Manage ASN.1 structures (runtime)
ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii libxml2 2.6.11-5 GNOME XML library
ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-3 compression library - runtime
-- no debconf information
--===============0725591755==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gnome-games.postinst.patch"
--- gnome-games.postinst.orig 2005-01-20 01:37:55.000000000 +0100
+++ gnome-games.postinst 2005-01-20 01:39:17.000000000 +0100
@@ -63,8 +63,15 @@
gnotski.6.scores \
gnotski.7.scores \
gtali.scores \
+mahjongg.bridges.scores \
+mahjongg.cloud.scores \
+mahjongg.confounding.scores \
mahjongg.difficult.scores \
+mahjongg.dragon.scores \
mahjongg.easy.scores \
+mahjongg.pyramid.scores \
+mahjongg.tictactoe.scores \
+mahjongg.ziggurat.scores \
same-gnome.scores"
if [ ! -d /var/games ]; then
--===============0725591755==--