package gtkrsync tag 470377 patch thanks Attached is the patch fixing FTFBS on ghc-6.8. Please apply.
--
diff -bur orig.gtkrsync-1.0.1/debian/changelog gtkrsync-1.0.1/debian/changelog --- orig.gtkrsync-1.0.1/debian/changelog 2007-07-18 02:54:26.000000000 +0700 +++ gtkrsync-1.0.1/debian/changelog 2008-03-21 14:49:33.000000000 +0600 @@ -1,3 +1,11 @@ +gtkrsync (1.0.1-0.1) unstable; urgency=low + + * NMU + * Fixed FTBS with ghc-6.8: 'process' added to Cabal build-depends + (Closes: #470377) + + -- Mikhail Gusarov <[EMAIL PROTECTED]> Fri, 21 Mar 2008 14:28:01 +0600 + gtkrsync (1.0.1) unstable; urgency=low * Now propogates rsync return value to caller. diff -bur orig.gtkrsync-1.0.1/gtkrsync.cabal gtkrsync-1.0.1/gtkrsync.cabal --- orig.gtkrsync-1.0.1/gtkrsync.cabal 2007-07-17 04:00:41.000000000 +0700 +++ gtkrsync-1.0.1/gtkrsync.cabal 2008-03-21 14:27:40.000000000 +0600 @@ -10,7 +10,7 @@ homepage: http://hg.complete.org/gtkrsync Category: Network Synopsis: Gnome rsync progress display -Build-Depends: base, unix, gtk, gconf, glade, regex-posix, MissingH +Build-Depends: base, unix, gtk, gconf, glade, regex-posix, MissingH, process data-files: gtkrsync.glade Executable: gtkrsync

