From 563b8c5b31bc763758f16b257e9ec506f26672e0 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Wed, 26 Apr 2017 15:38:53 +0100 Subject: [PATCH] Delete old debian specs --- dist/deb/changelog | 5 ----- dist/deb/control.in | 11 ----------- dist/deb/copyright | 17 ----------------- 3 files changed, 33 deletions(-) delete mode 100644 dist/deb/changelog delete mode 100644 dist/deb/control.in delete mode 100644 dist/deb/copyright diff --git a/dist/deb/changelog b/dist/deb/changelog deleted file mode 100644 index b78b5801..00000000 --- a/dist/deb/changelog +++ /dev/null @@ -1,5 +0,0 @@ -synergy (1.0) unstable; urgency=low - - * Initial release. - - -- Nick Bolton Wed, 09 Apr 2014 15:16:48 +0100 diff --git a/dist/deb/control.in b/dist/deb/control.in deleted file mode 100644 index 63dc4440..00000000 --- a/dist/deb/control.in +++ /dev/null @@ -1,11 +0,0 @@ -Package: synergy -Section: net -Priority: optional -Maintainer: Nick Bolton -Version: ${in:version} -Architecture: ${in:arch} -Depends: libc6 (>= 2.11), libstdc++6 (>= 4.4.3), libx11-6 (>= 1.3.2), libxext6 (>= 1.1.1), libxi6 (>= 1.3), libxinerama1 (>= 1.1), libxtst6 (>= 1.1), libqtcore4 (>= 4.6.2), libqtgui4 (>= 4.6.2), libqt4-network (>= 4.6.2), libcurl3 (>= 7.19.7), libavahi-compat-libdnssd1 (>= 0.6.25), openssl (>= 1.0.1) -Installed-Size: 30 -Description: Keyboard and mouse sharing utility - Synergy is free and open source software for sharing one mouse and keyboard - between multiple computers. Works on Windows, Mac OS X and Linux. diff --git a/dist/deb/copyright b/dist/deb/copyright deleted file mode 100644 index 917a0688..00000000 --- a/dist/deb/copyright +++ /dev/null @@ -1,17 +0,0 @@ -/usr/share/common-licenses/GPL-2 - -synergy -- mouse and keyboard sharing utility -Copyright (C) 2014-2016 Symless Ltd. -Copyright (C) 2004 Chris Schoeneman - -This package is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -found in the file LICENSE that should have accompanied this file. - -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 .