Package: deutex
Version: 4.4.902-13
Severity: important
Tags: patch

Hi,

since version 0.6.4-4 the freedoom package does not provide a doom2.wad file
anymore for compatibility issues. However, deutex expects a file of that name
and does not consider freedoom.wad as a valid replacement. The attached patch
fixes this by adding "freedoom.wad" to the list of supported iwad files.

 - Fabian



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (901, 'testing'), (502, 'unstable'), (501, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages deutex depends on:
ii  libc6  2.13-35

Versions of packages deutex recommends:
ii  freedoom [boom-wad]  0.7-1

Versions of packages deutex suggests:
ii  prboom [doom-engine]  2:2.5.0+dfsg1-6

-- no debconf information
--- a/src/deutex.c
+++ b/src/deutex.c
@@ -1087,6 +1087,7 @@ int main (int argc, char *argv_non_const
 	 "doom2",		/* Doom II */
 	 "plutonia",		/* Final Doom */
 	 "tnt",			/* Final Doom */
+	 "freedoom",		/* Freedoom */
 	 "heretic",		/* Heretic */
 	 "hexen",		/* Hexen */
 	 "strife1",		/* Strife */

Reply via email to