merged debian folder into master

This commit is contained in:
itsmattkc
2018-12-30 23:39:09 +11:00
parent 524abe2ae5
commit 9fd11c0f98
6 changed files with 58 additions and 0 deletions
+9
View File
@@ -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 <itsmattkc@gmail.com> Fri, 13 Nov 2018 10:04:05 +1100
+1
View File
@@ -0,0 +1 @@
9
+13
View File
@@ -0,0 +1,13 @@
Source: olive-editor
Section: video
Priority: optional
Maintainer: Olive Team <itsmattkc@gmail.com>
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
+29
View File
@@ -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 <itsmattkc@gmail.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2014 Olive Team <itsmattkc@gmail.com>
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".
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/make -f
export QT_SELECT := qt5
%:
dh $@
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)