summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2020-03-21 18:47:49 (GMT)
committerChristian Pointner <equinox@helsinki.at>2020-03-21 18:47:49 (GMT)
commitf97a3268337a17583e3627dd2ec33e6732e86991 (patch)
tree0b521effba6e8430504655dd16cbf83f5ae6594d
parentc0bf1913e9d32bd15776cc5b1867a57a0c01362d (diff)
add debian packaging files
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control33
-rw-r--r--debian/copyright42
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
-rw-r--r--debian/studio-link-lv2.install1
-rw-r--r--debian/studio-link-onair-lv2.install1
-rw-r--r--debian/studio-link-standalone.install1
9 files changed, 90 insertions, 0 deletions
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 <equinox@helsinki.at> 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 <equinox@helsinki.at>
+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 <studio-link.de>
+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 <equinox@helsinki.at>
+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/