From c466e2493b9fa01edfd74fae27df818157e7f24d Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 16 Dec 2017 19:06:36 -0500 Subject: Drop old files left over from svn conversion --- debian/patches/01_manpage_fix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 debian/patches/01_manpage_fix.patch (limited to 'debian') diff --git a/debian/patches/01_manpage_fix.patch b/debian/patches/01_manpage_fix.patch deleted file mode 100644 index f20b9a58..00000000 --- a/debian/patches/01_manpage_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur zenity-2.14.0/data/zenity.1 zenity-2.14.0.new/data/zenity.1 ---- zenity-2.14.0/data/zenity.1 2005-09-24 17:15:04.000000000 +0200 -+++ zenity-2.14.0.new/data/zenity.1 2006-03-31 19:17:01.000000000 +0200 -@@ -250,7 +250,7 @@ - .PP - Display a progress dialog while searching for all the postscript files in your home directory - .P --find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate -+find $HOME -name '*.ps' | zenity \-\-progress \-\-pulsate - .SH AUTHOR - \fBZenity\fP was written by Glynn Foster . - .P -- cgit