diff options
| -rw-r--r-- | debian/barrier.examples | 2 | ||||
| -rw-r--r-- | debian/barrier.manpages | 2 | ||||
| -rw-r--r-- | debian/changelog | 29 | ||||
| -rw-r--r-- | debian/control | 39 | ||||
| -rw-r--r-- | debian/copyright | 83 | ||||
| -rw-r--r-- | debian/docs | 1 | ||||
| -rw-r--r-- | debian/gbp.conf | 3 | ||||
| -rwxr-xr-x | debian/rules | 15 | ||||
| -rw-r--r-- | debian/source/format | 1 | ||||
| -rw-r--r-- | debian/upstream/metadata | 4 | ||||
| -rw-r--r-- | debian/watch | 3 |
11 files changed, 182 insertions, 0 deletions
diff --git a/debian/barrier.examples b/debian/barrier.examples new file mode 100644 index 0000000..ebfff63 --- /dev/null +++ b/debian/barrier.examples @@ -0,0 +1,2 @@ +doc/barrier.conf.example +doc/barrier.conf.example-basic diff --git a/debian/barrier.manpages b/debian/barrier.manpages new file mode 100644 index 0000000..0cacebb --- /dev/null +++ b/debian/barrier.manpages @@ -0,0 +1,2 @@ +doc/barrierc.1 +doc/barriers.1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a4fd5ee --- /dev/null +++ b/debian/changelog @@ -0,0 +1,29 @@ +barrier (2.3.2+dfsg-1) unstable; urgency=medium + + * New upstream version 2.3.2 + * Update Standards-Version to 4.4.1. + * d/control: Set R³ to no. + + -- Unit 193 <unit193@ubuntu.com> Sat, 05 Oct 2019 21:18:14 -0400 + +barrier (2.3.1+dfsg-1) unstable; urgency=medium + + * New upstream version 2.3.1 + + -- Unit 193 <unit193@ubuntu.com> Sat, 10 Aug 2019 17:29:41 -0400 + +barrier (2.3.0+dfsg-1) unstable; urgency=medium + + * New upstream version 2.3.0 + * d/compat, d/control: + - Drop d/compat in favor of debhelper-compat, bump to 12. + * d/control: Update Vcs-* fields. + * Update Standards-Version to 4.4.0. + + -- Unit 193 <unit193@ubuntu.com> Thu, 18 Jul 2019 01:35:05 -0400 + +barrier (2.1.2+dfsg-1) unstable; urgency=medium + + * Initial release. (Closes: #910716) + + -- Unit 193 <unit193@ubuntu.com> Wed, 10 Oct 2018 03:21:51 -0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4b550eb --- /dev/null +++ b/debian/control @@ -0,0 +1,39 @@ +Source: barrier +Section: x11 +Priority: optional +Maintainer: Unit 193 <unit193@ubuntu.com> +Build-Depends: debhelper-compat (= 12), + cmake, + libavahi-compat-libdnssd-dev, + libcurl4-openssl-dev | libcurl-dev, + libgtest-dev, + libice-dev, + libsm-dev, + libssl-dev, + libxi-dev, + libxinerama-dev, + libxrandr-dev, + libxtst-dev, + qtbase5-dev +Rules-Requires-Root: no +Standards-Version: 4.4.1 +Homepage: https://github.com/debauchee/barrier/ +Vcs-Browser: https://git.unit193.net/cgit/users/unit193/barrier.git +Vcs-Git: https://git.unit193.net/cgit/users/unit193/barrier.git + +Package: barrier +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, openssl +Description: Share mouse, keyboard and clipboard over the network + Barrier lets you easily share a single mouse and keyboard between + multiple computers with different operating systems, each with its + own display, without special hardware. It's intended for users + with multiple computers on their desk since each system uses its + own display. + . + Redirecting the mouse and keyboard is as simple as moving the mouse + off the edge of your screen. Barrier also merges the clipboards of + all the systems into one, allowing cut-and-paste between systems. + Furthermore, it synchronizes screen savers so they all start and stop + together and, if screen locking is enabled, only one screen requires + a password to unlock them all. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8aa5e67 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,83 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Barrier +Source: https://github.com/debauchee/barrier/ +Comment: Bundled libraries and upstream debian dir were removed +Files-Excluded: + debian + dist/inno + dist/macos + dist/wix + ext + +Files: * +Copyright: 2002-2014 Chris Schoeneman <crs23@users.sourceforge.net> + 2008-2014 Nick Bolton <nick@symless.com> + 2012-2016 Symless Ltd. + 2018 Debauchee Open Source Group +License: GPL-2 with OpenSSL exception + +Files: src/gui/* +Copyright: 2008 Volker Lanz <vl@fidra.de> + 2012 Nick Bolton <nick@symless.com> + 2012-2016 Symless Ltd. + 2018 Debauchee Open Source Group +License: GPL-2 with OpenSSL exception + +Files: src/lib/platform/OSXClipboardHTMLConverter.* + src/lib/platform/OSXClipboardAnyBitmapConverter.* + src/lib/platform/OSXClipboardBMPConverter.* +Copyright: 2014-2016 Symless Ltd. + 2014-2016 Ryan Chapman +License: GPL-2 with OpenSSL exception + +Files: src/lib/platform/OSXScreenSaverUtil.m +Copyright: 2004 Chris Schoeneman <crs23@users.sourceforge.net> + 2004 Nick Bolton <nick@symless.com> + 2004 Sorin Sbarnea <sorin.sbarnea@gmail.com> +License: GPL-2 with OpenSSL exception + +Files: debian/* +Copyright: 2018 Unit 193 <unit193@ubuntu.com> +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: GPL-2 with OpenSSL exception + This program is released under the GPL with the additional exemption + that compiling, linking, and/or using OpenSSL is allowed. + . + 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; version 2 of the License. + . + 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 <https://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". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..5474c60 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +pristine-tar = True +sign-tags = True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e21e67e --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +export BARRIER_VERSION_STAGE=Release + +%: + dh $@ --builddirectory=builddir diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..e3b2d74 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Changelog: https://github.com/debauchee/barrier/blob/master/ChangeLog +Repository: https://github.com/debauchee/barrier/ +Bug-Database: https://github.com/debauchee/barrier/issues +Bug-Submit: https://github.com/debauchee/barrier/issues/new diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..947e736 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg" \ +https://github.com/debauchee/barrier/releases .*/v?([\d\.]+)\.tar\.(?:bz2|gz|xz) |
