From 9fd11c0f98754bbd6ec0697232562735e5d45ba6 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 30 Dec 2018 23:39:09 +1100 Subject: [PATCH] merged debian folder into master --- debian/changelog | 9 +++++++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/rules | 5 +++++ debian/source/format | 1 + 6 files changed, 58 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..cb91265e6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,9 @@ +olive-editor (18.11.13bionic1-1) bionic; urgency=low + + * Initial Release + * Included missing dep + * Included another missing dep + * Updated source to dd55b97 + * Updated source to 6a38cd0 + + -- Olive Team Fri, 13 Nov 2018 10:04:05 +1100 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..7608033f8 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: olive-editor +Section: video +Priority: optional +Maintainer: Olive Team +Build-Depends: debhelper (>=9), build-essential, qt5-default, qtmultimedia5-dev, libqt5opengl5-dev, libqt5multimedia5-plugins, libavformat-dev, libavcodec-dev, libavutil-dev, libswscale-dev, libswresample-dev, libavfilter-dev, libpostproc-dev +Standards-Version: 3.9.6 +Homepage: https://olivevideoeditor.org/ + +Package: olive-editor +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, libqt5multimedia5-plugins +Description: Nonlinear video editor focused on performance and simplicity + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..056628290 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: olive-editor +Source: https://olivevideoeditor.org/ + +Files: * +Copyright: 2018 Olive Team +License: GPL-3.0+ + +Files: debian/* +Copyright: 2014 Olive Team +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/rules b/debian/rules new file mode 100644 index 000000000..18d67d9ac --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +export QT_SELECT := qt5 + +%: + dh $@ 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)