From 513f50a9e0d2b4a3062ddb184b3dd7f2f130967e Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Tue, 25 Apr 2017 13:24:29 +0100 Subject: [PATCH] #6012 Deb packaging directory --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/copyright | 5 +++++ debian/rules | 5 +++++ debian/source/format | 1 + 6 files changed, 38 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..77dcddd0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +synergy (2.0-alpha2-1) UNRELEASED; urgency=medium + + * Initial release. + + -- Symless Ltd Wed, 15 Mar 2017 17:00:19 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..ec635144 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..0812e4c8 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: synergy +Section: utils +Priority: optional +Standards-Version: 3.9.7 +Homepage: https://www.symless.com/ +Maintainer: Symless Ltd + +Package: synergy +Architecture: amd64 +Section: utils +Priority: optional +Depends: ${shlibs:Depends}, + ${misc:Depends}, + qml-module-qtquick-controls (>= 5.0.2), + qml-module-qtquick-layouts (>= 5.0.2), + qml-module-qtquick-dialogs (>= 5.0.2), + qml-module-qtquick2 (>= 5.0.2) +Description: Keyboard and mouse sharing solution + Synergy allows you to share one mouse and keyboard between multiple computers. + Work seamlessly across Windows, macOS and Linux. +Homepage: https://www.symless.com/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..f9a5f521 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,5 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Synergy +Source: https://www.symless.com/synergy +Disclaimer: This package is not part of the Debian project as it contains closed source proprietary components +Copyright: Copyright (C) 2012-2017 Symless Ltd diff --git a/debian/rules b/debian/rules new file mode 100644 index 00000000..64ddd45f --- /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 00000000..89ae9db8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)