Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Debian packaging #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions debian/bzr-builder.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# bzr-builder format 0.3 deb-version {debupstream}-0~126
lp:finalterm revid:git-v1:6ec39f8215b0732f52f74b0d96ed48abbffc1d9f
nest-part packaging lp:~versable/finalterm/deb-packaging debian debian revid:[email protected]
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
finalterm (0.2) trusty; urgency=low

* Reclaiming the Debian packaging.

-- Bob Mottram (4096 bits) <[email protected]> Mon, 25 Aug 2014 14:21:00 +0000

finalterm (0.1-0~126~ubuntu13.10.1) saucy; urgency=low

* Auto build.

-- Launchpad Package Builder <[email protected]> Wed, 16 Jul 2014 22:25:59 +0000

finalterm (0.1) precise; urgency=low

* Initial Release.

-- Versable <[email protected]> Sat, 08 Jun 2013 09:51:57 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
29 changes: 29 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Source: finalterm
Section: utils
Priority: extra
Maintainer: Bob Mottram <[email protected]>
Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
valac-0.18 | valac-0.20,
intltool,
libgee-0.8-2,
libgee-0.8-dev,
libmx-dev,
libclutter-gtk-1.0-dev,
libnotify-dev,
libunity-dev,
libkeybinder-3.0-dev
Standards-Version: 3.9.4
Homepage: http://finalterm.org/
Vcs-Browser: https://code.launchpad.net/~fuzzgun/finalterm/deb-packaging
Vcs-Bzr: lp:~fuzzgun/finalterm/deb-packaging

Package: finalterm
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: At last – a modern terminal emulator
finalterm goes beyond mere emulation and understands what is
happening inside the shell it is hosting. This allows it to
offer features no other terminal can, including semantic text
menus, smart command completion and GUI terminal controls
28 changes: 28 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: finalterm
Source: https://github.com/p-e-w/finalterm

Files: *
Copyright: Copyright 2013 Philipp Emanuel Weidmann <[email protected]>
License: GPL-3.0+

Files: debian/*
Copyright: Copyright 2013 Philipp Emanuel Weidmann <[email protected]>
License: GPL-3.0+

License: GPL-3.0+
This program 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, either version 3 of the License, or
(at your option) any later version.
.
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 program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
1 change: 1 addition & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
14 changes: 14 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
dh $@

1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)