From f97a3268337a17583e3627dd2ec33e6732e86991 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Mar 2020 19:47:49 +0100 Subject: add debian packaging files diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8a56e92 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +studio-link (20.03.6-1) unstable; urgency=medium + + * Initial packages. + + -- Christian Pointner Sat, 21 Mar 2020 19:32:48 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e789ca6 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: studio-link +Maintainer: Christian Pointner +Section: utils +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), curl, ca-certificates + +Package: studio-link-standalone +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SIP application to create high quality Audio over IP connections (standalone) + studio-link is an set of tools to that use SIP/RTP to create high quality + Audio over IP connections between multiple peers. + . + This package contains the standalone application. + +Package: studio-link-lv2 +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SIP application to create high quality Audio over IP connections (LV2) + studio-link is an set of tools to that use SIP/RTP to create high quality + Audio over IP connections between multiple peers. + . + This package contains the LV2 plugin. + +Package: studio-link-onair-lv2 +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SIP application to create high quality Audio over IP connections (onair LV2) + studio-link is an set of tools to that use SIP/RTP to create high quality + Audio over IP connections between multiple peers. + . + This package contains the onair LV2 plugin. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..972b33e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: studio-link +Upstream-Contact: https://studio-link.de/ +Source: https://github.com/Studio-Link + +Files: * +Copyright: 2013-2020, Sebastian Reimers +License: MIT + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to permit + persons to whom the Software is furnished to do so, subject to the + following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT + OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR + THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Files: Makefile debian/* +Copyright: 2020, Christian Pointner +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 program. If not, see '/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b7b11f3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_configure: diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/studio-link-lv2.install b/debian/studio-link-lv2.install new file mode 100644 index 0000000..a42e00a --- /dev/null +++ b/debian/studio-link-lv2.install @@ -0,0 +1 @@ +studio-link.lv2 /usr/lib/lv2/ diff --git a/debian/studio-link-onair-lv2.install b/debian/studio-link-onair-lv2.install new file mode 100644 index 0000000..b403eee --- /dev/null +++ b/debian/studio-link-onair-lv2.install @@ -0,0 +1 @@ +studio-link-onair.lv2 /usr/lib/lv2/ diff --git a/debian/studio-link-standalone.install b/debian/studio-link-standalone.install new file mode 100644 index 0000000..75dfd11 --- /dev/null +++ b/debian/studio-link-standalone.install @@ -0,0 +1 @@ +studio-link-standalone usr/bin/ -- cgit v0.10.2