Debianization
To build the debian package, it's recommended to use git-buildpackage. It's assumed the debian files is in the "debian" branch, and the obs upstream source is in the "master" branch. Override if necessary.
This commit is contained in:
parent
fb3990e9e5
commit
c7030e8d7e
12 changed files with 200 additions and 0 deletions
43
debian/copyright
vendored
Normal file
43
debian/copyright
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: obs
|
||||
Source: https://obsproject.com/
|
||||
|
||||
Files: *
|
||||
Copyright: 2013-2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
License: GPL-2+
|
||||
|
||||
Files: libobs/obs-audio-controls.c
|
||||
libobs/obs-audio-controls.h
|
||||
Copyright: 2014 by Leonhard Oelke <leonhard@in-verted.de>
|
||||
License: GPL-2+
|
||||
|
||||
Files: obs/platform-x11.cpp
|
||||
Copyright: 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
2014 by Zachary Lund <admin@computerquip.com>
|
||||
License: GPL-2+
|
||||
|
||||
Files: obs/window-remux.cpp
|
||||
obs/window-remux.hpp
|
||||
Copyright: 2014 by Ruwen Hahn <palana@stunned.de>
|
||||
License: GPL-2+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2015 Carl Fürstenberg <azatoth@gmail.com>
|
||||
License: GPL-2+
|
||||
|
||||
License: GPL-2+
|
||||
This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
Loading…
Add table
Add a link
Reference in a new issue