diff --git a/README b/README index 8b1d7c30..dc6c435a 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Right now it will just create four terminals in a single window and they will (t Ask questions at: https://answers.launchpad.net/terminator/ Please report all bugs to https://bugs.launchpad.net/terminator/+filebug -It's quite shamelessly based on code in the vte-demo.py (included) from the vte widget package, and on the gedit terminal plugin (which was fantastically useful). +It's quite shamelessly based on code in the vte-demo.py from the vte widget package, and on the gedit terminal plugin (which was fantastically useful). vte-demo.py is not my code and is copyright its original author. While it does not contain any specific licensing information in it, the VTE package appears to be licenced under LGPL v2. diff --git a/debian/control b/debian/control index 11ee233e..25efc68f 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: terminator Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-vte +Depends: python, python-vte, python-gconf, gconf2 Description: Terminator, multiple GNOME terminals in one window Terminator, multiple terminals in one window. This is a little project to produce an efficient way of filling a large area of diff --git a/setup.py b/setup.py index 2396a6e0..33652ad4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='Terminator', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net', - url='http://www.tenshu.net', + url='http://www.tenshu.net/terminator/', scripts=['terminator.py'], )