From 1c9ebbf974b6df2286d002460c31d9e476c8bec4 Mon Sep 17 00:00:00 2001 From: Maximiliano Curia Date: Wed, 23 Nov 2016 19:54:36 +0000 Subject: [PATCH] Import kaccounts-providers_16.08.3-1.debian.tar.xz [dgit import tarball kaccounts-providers 16.08.3-1 kaccounts-providers_16.08.3-1.debian.tar.xz] --- changelog | 68 +++++++++++++++++++++++++++++++++++++++++++++++ compat | 1 + control | 32 ++++++++++++++++++++++ copyright | 61 ++++++++++++++++++++++++++++++++++++++++++ rules | 6 +++++ source/format | 1 + upstream/metadata | 7 +++++ watch | 3 +++ 8 files changed, 179 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100755 rules create mode 100644 source/format create mode 100644 upstream/metadata create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..95ef1e8 --- /dev/null +++ b/changelog @@ -0,0 +1,68 @@ +kaccounts-providers (16.08.3-1) unstable; urgency=medium + + * New upstream release (16.08.3) + + -- Maximiliano Curia Wed, 23 Nov 2016 20:54:36 +0100 + +kaccounts-providers (16.08.2-1) unstable; urgency=medium + + [ Maximiliano Curia ] + * New upstream release (16.08.2) + + [ Automatic packaging ] + * Update build-deps and deps with the info from cmake + + -- Maximiliano Curia Wed, 19 Oct 2016 12:41:45 +0200 + +kaccounts-providers (16.04.2-1) unstable; urgency=medium + + * New upstream release. + + -- Maximiliano Curia Thu, 23 Jun 2016 14:36:02 +0200 + +kaccounts-providers (16.04.1-1) unstable; urgency=medium + + [ Automatic packaging ] + * Bump Standards-Version to 3.9.8 + + [ Maximiliano Curia ] + * New upstream release (15.12.2). + * Add upstream metadata (DEP-12) + * debian/control: Update Vcs-Browser and Vcs-Git fields + * Add myself to the uploaders list + + -- Maximiliano Curia Thu, 26 May 2016 18:39:47 +0200 + +kaccounts-providers (15.12.1-1) experimental; urgency=medium + + [ Diane Trout ] + * New upstream release. + * Update Build-Depends, add kio-dev, libkf5declarative-dev, + libkf5package-dev + + [ Maximiliano Curia ] + * New upstream release (15.12.1). + + -- Maximiliano Curia Mon, 01 Feb 2016 10:23:26 +0100 + +kaccounts-providers (15.08.3-1) unstable; urgency=medium + + * New upstream release. + + -- Diane Trout Thu, 03 Dec 2015 23:03:42 -0800 + +kaccounts-providers (15.08.1-1) unstable; urgency=medium + + [ Maximiliano Curia ] + * Prepare initial Debian release. + + [ Diane Trout ] + * libsignon-qt5-dev depends on libkf5coreaddons and libaccountsqt5-dev + so we can just list it in the Build-depends + * Update Build-Depends. No changes needed + * Write a longer description. + * add dh_install --list-missing to check for uninstalled files. + * Add myself as uploader. + * Add Homepage field. + + -- Diane Trout Sun, 20 Sep 2015 22:00:06 -0700 diff --git a/compat b/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +9 diff --git a/control b/control new file mode 100644 index 0000000..f356e9a --- /dev/null +++ b/control @@ -0,0 +1,32 @@ +Source: kaccounts-providers +Section: kde +Priority: optional +Maintainer: Debian/Kubuntu Qt/KDE Maintainers +Uploaders: Diane Trout , Maximiliano Curia +Build-Depends: cmake (>= 2.8.12~), + debhelper (>= 9), + extra-cmake-modules (>= 1.0.0~), + intltool, + kio-dev (>= 5.4.0~), + libaccounts-glib-dev, + libkaccounts-dev, + libkf5declarative-dev (>= 5.4.0~), + libkf5i18n-dev (>= 5.4.0~), + libkf5kio-dev (>= 5.4.0~), + libkf5package-dev (>= 5.4.0~), + libsignon-qt5-dev, + pkg-kde-tools (>= 0.12), + qtbase5-dev (>= 5.2.0~), + qtdeclarative5-dev (>= 5.2.0~) +Standards-Version: 3.9.8 +Homepage: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-providers +Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kaccounts-providers.git/ +Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kaccounts-providers.git + +Package: kaccounts-providers +Architecture: any +Depends: signon-plugin-oauth2, ${misc:Depends}, ${shlibs:Depends} +Description: KDE providers for accounts sign-on + Provides additional configuration files for libaccounts and + libsignon to recognize online services such as Facebook + and Google. diff --git a/copyright b/copyright new file mode 100644 index 0000000..23198d6 --- /dev/null +++ b/copyright @@ -0,0 +1,61 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kaccounts-providers +Source: git://anongit.kde.org/kaccounts-providers.git + +Files: * +Copyright: Martin Klapetek +License: GPL-2+ + +Files: cmake/* +Copyright: Martin Klapetek +License: BSD-3-clause + +Files: debian/* +Copyright: 2015 Harald Sitter +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program 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 package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/rules b/rules new file mode 100755 index 0000000..e014bb3 --- /dev/null +++ b/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk + +override_dh_install: + dh_install --list-missing diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..64d5701 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,7 @@ +Name: kaccounts-providers +Changelog: https://quickgit.kde.org/?p=kaccounts-providers.git&a=log +Contact: kde-devel@kde.org +Donation: https://www.kde.org/community/donations/index.php +Repository: https://anongit.kde.org/kaccounts-providers.git +Repository-Browse: https://quickgit.kde.org/?p=kaccounts-providers.git +Security-Contact: security@kde.org diff --git a/watch b/watch new file mode 100644 index 0000000..9f7c438 --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=3 +http://download.kde.org/stable/applications/([\d.]+)/src/kaccounts-providers-([\d.]+).tar.xz +http://download.kde.org/unstable/applications/([\d.]+)/src/kaccounts-providers-([\d.]+).tar.xz -- 2.30.2