From 3ee1c884e600772075807e1482035bce7a4bf977 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 29 Oct 2005 14:22:43 +0000 Subject: * Update man page dash escaping patch, 00_man_escape_hyphens.diff. --- debian/changelog | 3 ++- debian/patches/00_man_escape_hyphens.diff | 4 ++-- 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 Sat, 29 Oct 2005 16:18:30 +0200 + -- Loic Minier 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 -- cgit