Package: gtkdialog
Version: 2:0.7.20-2
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
A couple of documentation files point to /usr/local/bin/gtkdialog instead of
/usr/bin/gtkdialog when describing executable path.
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/patches/02_documentation_paths.dpatch:
- Fix gtkdialog paths in documentation (LP: #177347)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500,
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- gtkdialog-0.7.20.orig/debian/patches/02_documentation_paths.dpatch
+++ gtkdialog-0.7.20/debian/patches/02_documentation_paths.dpatch
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_documentation_paths.dpatch by Luca Falavigna <[EMAIL PROTECTED]>
+## DP: Fix gtkdialog paths in documentation.
+
[EMAIL PROTECTED]@
+diff -urNad gtkdialog-0.7.20~/doc/gtkdialog.info
gtkdialog-0.7.20/doc/gtkdialog.info
+--- gtkdialog-0.7.20~/doc/gtkdialog.info 2007-04-09 10:32:51.000000000
+0200
++++ gtkdialog-0.7.20/doc/gtkdialog.info 2007-12-19 21:34:09.000000000
+0100
+@@ -164,7 +164,7 @@
+ from file it is easy to write self executable programs with it. This is
+ how the next example constructed.
+
+- #! /usr/local/bin/gtkdialog -f
++ #! /usr/bin/gtkdialog -f
+ <vbox>
+ <checkbox>
+ <label>This is a checkbox</label>
+diff -urNad gtkdialog-0.7.20~/doc/gtkdialog.texi
gtkdialog-0.7.20/doc/gtkdialog.texi
+--- gtkdialog-0.7.20~/doc/gtkdialog.texi 2007-03-16 15:25:53.000000000
+0100
++++ gtkdialog-0.7.20/doc/gtkdialog.texi 2007-12-19 21:34:18.000000000
+0100
+@@ -167,7 +167,7 @@
+ it. This is how the next example constructed.
+
+ @example
+-#! /usr/local/bin/gtkdialog -f
++#! /usr/bin/gtkdialog -f
+ <vbox>
+ <checkbox>
+ <label>This is a checkbox</label>