From 834bf6d46122538c66efc9459093b8fd13584643 Mon Sep 17 00:00:00 2001 From: Dag Heyman Date: Thu, 13 Feb 2020 09:33:39 +0100 Subject: [PATCH] cleanup: drop debian folder since it's unused --- debian/changelog | 19 ----------------- debian/compat | 1 - debian/control | 38 --------------------------------- debian/copyright | 32 --------------------------- debian/rules | 3 --- debian/source/format | 1 - debian/source/options | 2 -- debian/yubioath-desktop.install | 3 --- 8 files changed, 99 deletions(-) delete mode 100644 debian/changelog 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 delete mode 100644 debian/source/options delete mode 100644 debian/yubioath-desktop.install diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index bb96b0a3..00000000 --- a/debian/changelog +++ /dev/null @@ -1,19 +0,0 @@ -yubioath-desktop (4.3.5~dev) xenial; urgency=low - - * Build for ppa - - -- Dag Heyman Thu, 15 Feb 2018 13:25:34 +0100 - - -yubioath-desktop (4.3.1-3) xenial; urgency=low - - * Tidy up yubikey-manager dependency version constraints - - -- Emil Lundberg Mon, 18 Dec 2017 16:17:26 +0100 - - -yubioath-desktop (4.3.1-2) xenial; urgency=low - - * Build for ppa - - -- Emil Lundberg Sun, 17 Dec 2017 15:18:03 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index fe3bc0af..00000000 --- a/debian/control +++ /dev/null @@ -1,38 +0,0 @@ -Source: yubioath-desktop -Maintainer: Debian Authentication Maintainers -Uploaders: Dag Heyman , - Dain Nilsson -Section: utils -Priority: optional -Standards-Version: 3.9.7 -Build-Depends: debhelper (>= 9), - python3-pip, - swig, - python, - libpcsclite-dev, - libssl-dev, - libffi-dev, - qtbase5-dev (>= 5.12), - qtdeclarative5-dev, - qml-module-qtquick-controls, - qml-module-qtquick-dialogs, - qml-module-io-thp-pyotherside, - qml-module-qt-labs-settings, - libqt5svg5-dev -Homepage: https://developers.yubico.com/yubioath-desktop/ - -Package: yubioath-desktop -Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends}, - python3-yubikey-manager (>= 3.1.0), - python3-yubikey-manager (< 4), - qml-module-io-thp-pyotherside, - qml-module-qtquick-controls, - qml-module-qtquick-dialogs, - qml-module-qt-labs-settings, - pcscd -Description: Graphical interface for displaying OATH codes with a Yubikey - The Yubico Authenticator is a graphical desktop tool for generating Open - AuTHentication (OATH) event-based HOTP and time-based TOTP one-time password - codes, with the help of a Yubikey that protects the shared secrets. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 4b30fe16..00000000 --- a/debian/copyright +++ /dev/null @@ -1,32 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: yubioath-desktop -Source: https://developers.yubico.com/yubioath-desktop - -Files: * -Copyright: Copyright (c) 2016 Yubico AB -License: BSD-2-clause - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - . - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - . - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 0e855782..00000000 --- a/debian/rules +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/make -f -%: - QT_SELECT=5 dh $@ diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db8..00000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 6f1ed23b..00000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -tar-ignore = ".git" -tar-ignore = ".vagrant" diff --git a/debian/yubioath-desktop.install b/debian/yubioath-desktop.install deleted file mode 100644 index 64ff5a53..00000000 --- a/debian/yubioath-desktop.install +++ /dev/null @@ -1,3 +0,0 @@ -resources/com.yubico.yubioath.desktop usr/share/applications -resources/com.yubico.yubioath.appdata.xml usr/share/metainfo -resources/icons/com.yubico.yubioath.svg usr/share/pixmaps