From 68a36b3b67ec82cdd3f77e88e40d1043cbab5000 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 19 Sep 2018 18:23:50 -0400 Subject: New upstream version 2.1.2+dfsg --- debian/compat | 1 - debian/control | 17 ----------------- debian/copyright | 5 ----- debian/rules | 5 ----- debian/source/format | 1 - 5 files changed, 29 deletions(-) delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format (limited to 'debian') 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 - -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) -- cgit v1.2.3