summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/00_man_escape_hyphens.diff4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index db2c9d12..c495302a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ zenity (2.12.1-1) experimental; urgency=low
* Add CDBS' utils.
* Remove obsolete Conflict/Replace on gnome-utils.
* Drop obsolete debian/zenity/var cleanup.
+ * Update man page dash escaping patch, 00_man_escape_hyphens.diff.
- -- Loic Minier <lool@dooz.org> Sat, 29 Oct 2005 16:18:30 +0200
+ -- Loic Minier <lool@dooz.org> Sat, 29 Oct 2005 16:22:16 +0200
zenity (2.10.1-1) unstable; urgency=low
diff --git a/debian/patches/00_man_escape_hyphens.diff b/debian/patches/00_man_escape_hyphens.diff
index 5b52e607..c5ab143c 100644
--- a/debian/patches/00_man_escape_hyphens.diff
+++ b/debian/patches/00_man_escape_hyphens.diff
@@ -33,8 +33,8 @@
Show the search results in a list dialog with the title \fISearch Results\fP
and the text \fIFinding all header files...\fP.
.IP
--find . -name '*.h' | zenity --title "Search Results" --text "Finding all header files.." --column "Files"
-+find . \-name '*.h' | zenity \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files"
+-find . -name '*.h' | zenity --list --title "Search Results" --text "Finding all header files.." --column "Files"
++find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files"
.PP
Show an icon in the notification area
.IP
bgstack15