Add an attempt at debian packaging
This commit is contained in:
parent
229b70ade9
commit
d75505584a
6
debian/changelog
vendored
Normal file
6
debian/changelog
vendored
Normal 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
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
5
|
14
debian/control
vendored
Normal file
14
debian/control
vendored
Normal 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
34
debian/copyright
vendored
Normal 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
2
debian/dirs
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
usr/bin
|
||||
usr/sbin
|
1
debian/docs
vendored
Normal file
1
debian/docs
vendored
Normal file
@ -0,0 +1 @@
|
||||
README
|
6
debian/rules
vendored
Executable file
6
debian/rules
vendored
Executable 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.
|
Loading…
Reference in New Issue
Block a user