From 8779c0c5d826bbf13c9f366e7a5836d745acd5f7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 25 Aug 2014 14:28:57 +0100 Subject: [PATCH] Debian files --- debian/bzr-builder.manifest | 3 +++ debian/changelog | 17 +++++++++++++++++ debian/compat | 1 + debian/control | 29 +++++++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 14 ++++++++++++++ debian/source/format | 1 + 8 files changed, 94 insertions(+) create mode 100644 debian/bzr-builder.manifest create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/bzr-builder.manifest b/debian/bzr-builder.manifest new file mode 100644 index 0000000..6037b2b --- /dev/null +++ b/debian/bzr-builder.manifest @@ -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:versable@gmail.com-20130920172445-xgm6tyh07s8nidep diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..31f04e7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,17 @@ +finalterm (0.2) trusty; urgency=low + + * Reclaiming the Debian packaging. + + -- Bob Mottram (4096 bits) Mon, 25 Aug 2014 14:21:00 +0000 + +finalterm (0.1-0~126~ubuntu13.10.1) saucy; urgency=low + + * Auto build. + + -- Launchpad Package Builder Wed, 16 Jul 2014 22:25:59 +0000 + +finalterm (0.1) precise; urgency=low + + * Initial Release. + + -- Versable Sat, 08 Jun 2013 09:51:57 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f11c82a --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..39d3a94 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: finalterm +Section: utils +Priority: extra +Maintainer: Bob Mottram +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fa8885d --- /dev/null +++ b/debian/copyright @@ -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 +License: GPL-3.0+ + +Files: debian/* +Copyright: Copyright 2013 Philipp Emanuel Weidmann +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 . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e50e7cd --- /dev/null +++ b/debian/rules @@ -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 $@ + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)