From 9b1b081cfdb1c0fb6457278775e0823f8bc10f62 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Apr 2018 18:07:30 -0400 Subject: Import Upstream version 2.0.0+dfsg --- debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 5 +++++ debian/rules | 5 +++++ debian/source/format | 1 + 5 files changed, 29 insertions(+) create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') 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..192dff0 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: barrier +Section: utils +Priority: optional +Standards-Version: 3.9.7 +Homepage: https://github.com/debauchee/barrier/ +Maintainer: Debauchee Open Source Group + +Package: barrier +Architecture: amd64 +Section: utils +Priority: optional +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Keyboard and mouse sharing solution + Barrier allows you to share one mouse and keyboard between multiple computers. + Work seamlessly across Windows, macOS and Linux. +Homepage: https://github.com/debauchee/barrier/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d448129 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,5 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Barrier +Source: https://github.com/debauchee/barrier/ +Disclaimer: This package is not part of the Debian project as it contains closed source proprietary components +Copyright: Copyright (C) 2018 Debauchee Open Source Group diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..64ddd45 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3