Add an attempt at debian packaging. Merged from 0.1

This commit is contained in:
Chris Jones 2007-07-28 04:36:47 +01:00
commit 7170a0d440
7 changed files with 64 additions and 0 deletions

6
debian/changelog vendored Normal file
View File

@ -0,0 +1,6 @@
terminator (0.1-1) unstable; urgency=low
* Initial release
-- Chris Jones <cmsj@tenshu.net> Sat, 28 Jul 2007 04:12:30 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
5

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: terminator
Section: optional
Priority: extra
Maintainer: Chris Jones <cmsj@tenshu.net>
Build-Depends: cdbs, debhelper (>= 5)
Standards-Version: 3.7.2
Package: terminator
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python-vte
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
screen space with terminals.

34
debian/copyright vendored Normal file
View File

@ -0,0 +1,34 @@
This package was debianized by Chris Jones <cmsj@tenshu.net> on
Sat, 28 Jul 2007 04:12:30 +0100.
It was downloaded from https://launchpad.net/terminator/trunk/0.1/+download/terminator-0.1.tar.bzr2
Upstream Author(s):
Chris Jones <cmsj@tenshu.net>
Copyright:
<Copyright (C) 2006,2007 Chris Jones>
License:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation version 2.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
The Debian packaging is (C) 2007, Chris Jones <cmsj@tenshu.net> and
is licensed under the GPL, see above.

2
debian/dirs vendored Normal file
View File

@ -0,0 +1,2 @@
usr/bin
usr/sbin

1
debian/docs vendored Normal file
View File

@ -0,0 +1 @@
README

6
debian/rules vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
# Add here any variable or target overrides you need.