diff -u msort-8.52/debian/control msort-8.52/debian/control --- msort-8.52/debian/control +++ msort-8.52/debian/control @@ -64,7 +64,7 @@ Package: msort-gui Architecture: all -Depends: tk8.4, iwidgets4, msort +Depends: tk8.5, iwidgets4, msort Description: tcl/tk gui for msort utility msort-gui is a frontend for msort utility. It is helpful not only to those who find a complicated command line difficult to deal with but also to diff -u msort-8.52/debian/changelog msort-8.52/debian/changelog --- msort-8.52/debian/changelog +++ msort-8.52/debian/changelog @@ -1,3 +1,10 @@ +msort (8.52-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Switched to Tcl/Tk 8.5 to match changes in itcl3 and itk3 packages. + + -- Sergei Golovan Wed, 02 Sep 2009 19:18:39 +0400 + msort (8.52-1) unstable; urgency=low * New upstream version. only in patch2: unchanged: --- msort-8.52.orig/msg.tcl +++ msort-8.52/msg.tcl @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using tclsh \ -exec tclsh $0 $@ +exec tclsh8.5 $0 $@ # Time-stamp: <2008-12-06 18:09:46 poser> # # Copyright (C) 2005-2008 William J. Poser (billposer@alum.mit.edu)