Change some packaging stuff
This commit is contained in:
parent
89d0156552
commit
57b0bb36f3
|
@ -1,8 +1,8 @@
|
||||||
terminator (0.9~beta2-0ubuntu1) hardy; urgency=low
|
terminator (0.9~beta1-0) hardy; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release.
|
||||||
|
|
||||||
-- Chris Jones <cmsj@tenshu.net> Wed, 19 Mar 2008 17:16:25 +0000
|
-- Nicolas Valcárcel <nvalcarcel@ubuntu.com> Wed, 18 Jun 2008 11:24:22 -0500
|
||||||
|
|
||||||
terminator (0.8.1-0ubuntu1) hardy; urgency=low
|
terminator (0.8.1-0ubuntu1) hardy; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -2,21 +2,23 @@ Source: terminator
|
||||||
Section: misc
|
Section: misc
|
||||||
XS-Python-Version: all
|
XS-Python-Version: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
|
Maintainer: Terminator Developers <gnome-terminator@lists.launchpad.net>
|
||||||
XSBC-Original-Maintainer: Chris Jones <cmsj@tenshu.net>
|
Build-Depends: debhelper (>= 5.0.62), python, cdbs (>=0.4.49)
|
||||||
Build-Depends: debhelper (>= 5.0.38), python, cdbs (>=0.4.49)
|
|
||||||
Build-Depends-Indep: python-central (>= 0.5.6)
|
Build-Depends-Indep: python-central (>= 0.5.6)
|
||||||
Standards-Version: 3.7.3
|
Standards-Version: 3.7.3
|
||||||
|
Vcs-Bzr: http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk
|
||||||
|
Vcs-Browser: http://code.launchpad.net/~gnome-terminator/terminator/trunk
|
||||||
Homepage: http://www.tenshu.net/terminator/
|
Homepage: http://www.tenshu.net/terminator/
|
||||||
|
|
||||||
Package: terminator
|
Package: terminator
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends}, python-vte, python-gconf, gconf2
|
Depends: ${python:Depends}, ${misc:Depends}, python-vte, python-gconf, gconf2
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
Recommends: xdg-utils, python-xdg
|
Recommends: xdg-utils, python-xdg
|
||||||
Description: Multiple GNOME terminals in one window
|
Description: Multiple GNOME terminals in one window
|
||||||
This is a project to produce an efficient way of filling a
|
Terminator is a little project to produce an efficient way of
|
||||||
large area of screen space with terminals. This is done by
|
filling a large area of screen space with terminals.
|
||||||
splitting the window into a resizeable grid of terminals. As
|
.
|
||||||
such, you can produce a very flexible arrangements of terminals
|
The user can have multiple terminals in one window and use
|
||||||
for different tasks.
|
keybindings to switch between them. See the manpage for
|
||||||
|
details.
|
||||||
|
|
|
@ -32,7 +32,7 @@ Translations:
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
<Copyright (C) 2006-2008 Chris Jones and other contributors>
|
<Copyright (C) 2006-2008 Chris Jones>
|
||||||
|
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||||
|
|
||||||
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
|
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
|
||||||
|
|
||||||
|
clean::
|
||||||
|
rm -rf build/
|
||||||
|
|
Loading…
Reference in New Issue