diff --git a/debian/control b/debian/control index 7e681765..1c5d103c 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Chris Jones Build-Depends: debhelper (>= 5.0.38), python, cdbs (>=0.4.49) -Build-Depends-Indep: python-central (>= 0.5.6), python-vte -Standards-Version: 3.7.2 +Build-Depends-Indep: python-central (>= 0.5.6) +Standards-Version: 3.7.3 Homepage: http://www.tenshu.net/terminator/ Package: terminator @@ -14,6 +14,8 @@ Architecture: all Depends: ${python:Depends}, python-vte, python-gconf, gconf2 XB-Python-Version: ${python:Versions} Description: 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 - screen space with terminals. + This is a project to produce an efficient way of filling a + large area of screen space with terminals. This is done by + splitting the window into a resizeable grid of terminals. As + such, you can produce a very flexible arrangements of terminals + for different tasks. diff --git a/debian/rules b/debian/rules index ea854847..c2e4bdfe 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,4 @@ DEB_PYTHON_SYSTEM = pycentral include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -install/terminator:: - dh_installchangelogs ChangeLog +DEB_INSTALL_CHANGELOGS_ALL := ChangeLog