diff -Nru visual-regexp-3.1/debian/changelog visual-regexp-3.1/debian/changelog --- visual-regexp-3.1/debian/changelog 2012-06-12 18:16:11.000000000 +0100 +++ visual-regexp-3.1/debian/changelog 2012-06-18 13:23:26.000000000 +0100 @@ -1,3 +1,9 @@ +visual-regexp (3.1-3ubuntu1) quantal; urgency=low + + * Switch dependancy to new tcl-vfs binary package name. + + -- Andy Whitcroft Mon, 18 Jun 2012 13:22:55 +0100 + visual-regexp (3.1-3build1) quantal; urgency=low * No change rebuild to pick up updated tclvfs. diff -Nru visual-regexp-3.1/debian/control visual-regexp-3.1/debian/control --- visual-regexp-3.1/debian/control 2011-06-22 01:47:48.000000000 +0100 +++ visual-regexp-3.1/debian/control 2012-06-18 13:34:54.000000000 +0100 @@ -1,7 +1,8 @@ Source: visual-regexp Section: devel Priority: optional -Maintainer: Wences Arana +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Wences Arana Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: docbook-to-man Standards-Version: 3.9.2 @@ -9,7 +10,7 @@ Package: visual-regexp Architecture: all -Depends: ${misc:Depends}, tk8.5, tclvfs +Depends: ${misc:Depends}, tk8.5, tcl-vfs Description: Interactively debug regular expressions This Tcl script shows the result of running a regular expression, making debugging relatively easy. It also assists in the construction