diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rw-r--r-- | debian/copyright | 5 | ||||
| -rwxr-xr-x | debian/rules | 5 | ||||
| -rw-r--r-- | debian/source/format | 1 |
5 files changed, 0 insertions, 29 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 192dff0..0000000 --- a/debian/control +++ /dev/null @@ -1,17 +0,0 @@ -Source: barrier -Section: utils -Priority: optional -Standards-Version: 3.9.7 -Homepage: https://github.com/debauchee/barrier/ -Maintainer: Debauchee Open Source Group <todo@mail.com> - -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 deleted file mode 100644 index d448129..0000000 --- a/debian/copyright +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100755 index 64ddd45..0000000 --- a/debian/rules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel - diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) |
