Tighten up distribution related things

This commit is contained in:
Chris Jones 2007-07-28 13:10:30 +01:00
parent c28eeb4d08
commit 0065db9b3e
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -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/ Ask questions at: https://answers.launchpad.net/terminator/
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug 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. 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.

2
debian/control vendored
View File

@ -7,7 +7,7 @@ Standards-Version: 3.7.2
Package: terminator Package: terminator
Architecture: any 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 Description: Terminator, multiple GNOME terminals in one window
Terminator, multiple terminals in one window. This is a little Terminator, multiple terminals in one window. This is a little
project to produce an efficient way of filling a large area of project to produce an efficient way of filling a large area of

View File

@ -7,7 +7,7 @@ setup(name='Terminator',
description='Terminator, the robot future of terminals', description='Terminator, the robot future of terminals',
author='Chris Jones', author='Chris Jones',
author_email='cmsj@tenshu.net', author_email='cmsj@tenshu.net',
url='http://www.tenshu.net', url='http://www.tenshu.net/terminator/',
scripts=['terminator.py'], scripts=['terminator.py'],
) )