Package: fontforge
Version: 0.0.20050911-1
Severity: minor
Tags: patch
the debian package-specific web browser patch isn't applying during a
run of dpkg-buildpackage -rfakeroot for me, probably because the list
of preferred browsers changed upstream recently.
i'm attaching a revised version of that patchfile that applies
successfully for me.
Perhaps there's a way that debian/rules could be amended to fail if a
patch doesn't apply correctly? That would help avoid this kind of
problem in the future.
Thanks for maintaining fontforge!
--dkg
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (700, 'testing'), (700, 'stable'), (600, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages fontforge depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib
ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libsm6 6.8.2.dfsg.1-7 X Window System Session Management
ii libtiff4 3.7.3-1 Tag Image File Format (TIFF) libra
ii libungif4g 4.1.3-3 shared library for GIF images (run
ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li
ii libxi6 6.8.2.dfsg.1-7 X Window System Input extension li
ii libxkbui1 6.8.2.dfsg.1-7 X Keyboard Extension user interfac
ii libxml2 2.6.22-1 GNOME XML library
ii xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii zlib1g 1:1.2.3-4 compression library - runtime
fontforge recommends no packages.
-- no debconf information
--- fontforge-20040618/fontforge/uiutil.c.orig 2004-06-16 05:43:23.000000000 +1000
+++ fontforge-20040618/fontforge/uiutil.c 2004-06-27 14:55:24.000000000 +1000
@@ -240,7 +240,7 @@
"iexplore.exe",
/*"lynx.exe",*/
#else
- static char *stdbrowsers[] = { "htmlview", "firefox", "mozilla", "opera", "galeon", "kfmclient",
+ static char *stdbrowsers[] = { "x-www-browser", "htmlview", "mozilla-firefox", "mozilla", "konqueror", "opera", "galeon", "kfmclient",
"netscape", "mosaic", /*"grail",*/ "lynx",
#endif
NULL };