Package: torcs
Version: 1.3.1-5
Severity: minor
Tags: patch

Hi,

the provided torcs.desktop is not completely valid (see also output of
`desktop-file-validate`).
The attached patch fixes all the issues:
- remove the deprecated 'Encoding' key
- remove the extension for the 'Icon' key
- the 'Categories' key is a list, so it must end with the list
  separator (';')

Thanks,
-- 
Pino

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental'), (750, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages torcs depends on:
ii  freeglut3               2.6.0-1          OpenGL Utility Toolkit
ii  libalut0                1.1.0-3          OpenAL Utility Toolkit
ii  libc6                   2.13-16          Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.6.1-4        GCC support library
ii  libgl1-mesa-glx [libgl1 7.10.3-4         free implementation of the OpenGL 
ii  libglu1-mesa [libglu1]  7.10.3-4         Mesa OpenGL utility library (GLU)
ii  libice6                 2:1.0.7-2        X11 Inter-Client Exchange library
ii  libopenal1              1:1.13-2         Software implementation of the Ope
ii  libplib1                1.8.5-5          Portability Libraries: Run-time pa
ii  libpng12-0              1.2.46-3         PNG library - runtime
ii  libsm6                  2:1.2.0-2        X11 Session Management library
ii  libstdc++6              4.6.1-4          GNU Standard C++ Library v3
ii  libx11-6                2:1.4.4-1        X11 client-side library
ii  libxext6                2:1.3.0-3        X11 miscellaneous extension librar
ii  libxi6                  2:1.4.3-3        X11 Input extension library
ii  libxmu6                 2:1.1.0-2        X11 miscellaneous utility library
ii  libxrandr2              2:1.3.2-2        X11 RandR extension library
ii  libxrender1             1:0.9.6-2        X Rendering Extension client libra
ii  libxt6                  1:1.1.1-2        X11 toolkit intrinsics library
ii  libxxf86vm1             1:1.1.1-2        X11 XFree86 video mode extension l
ii  torcs-data              1.3.1-1          base data files for TORCS game
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages torcs recommends:
ii  menu                          2.1.45     generates programs menu for all me

torcs suggests no packages.

-- no debconf information
--- a/debian/torcs.desktop
+++ b/debian/torcs.desktop
@@ -1,15 +1,14 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Type=Application
 Name=TORCS
 GenericName=TORCS
 Comment=3D racing cars simulator game
 Comment[es]=Juego de simulación 3D de carrera de autos
-Icon=torcs.xpm
+Icon=torcs
 
 Exec=torcs
 Terminal=false
 StartupNotify=false
 
-Categories=Game;Simulation
+Categories=Game;Simulation;

Reply via email to