From 404b5151d7ddd8e4446dffcf8c35182c25f46c72 Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Sun, 31 Aug 2014 02:33:45 +0200 Subject: [PATCH] Add debian packaging metadata --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 12 ++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + 6 files changed, 53 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..1b56f518a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +qtox (1.0-1) UNRELEASED; urgency=medium local package + + * Initial release. + + -- John Smith Sat, 30 Aug 2014 23:27:47 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..b69c88fdc --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: qtox +Maintainer: John Smith +Section: misc +Priority: optional +Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), qt5-qmake, qt5-default, libopenal-dev, libopencv-dev, cdbs + +Package: qtox +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Tox client + qTox is a powerful Tox client that follows the Tox design guidelines diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..6770976a6 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qtox +Upstream-Contact: John Smith +Source: https://github.com/tux3/qTox + +Files: * +Copyright: 2014 John Smith +License: GPL-3+ + 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 program 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 full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100644 index 000000000..59830f609 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/qmake.mk + +PREFIX=$(CURDIR)/debian/qtox/usr diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)