Import Debian changes 5:5.92.0-ok1

kcontacts (5:5.92.0-ok1) yangtze; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2022-04-25 22:03:04 +08:00
parent df0cefe35f
commit 5fdf1b3ca5
20 changed files with 1355 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
kcontacts (5:5.92.0-ok1) yangtze; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800

73
debian/control vendored Normal file
View File

@ -0,0 +1,73 @@
Source: kcontacts
Section: libs
Priority: optional
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Norbert Preining <norbert@preining.info>,
Sandro Knauß <hefee@debian.org>,
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
doxygen,
extra-cmake-modules (>= 5.92.0~),
gettext,
libkf5codecs-dev (>= 5.92.0~),
libkf5config-dev (>= 5.92.0~),
libkf5coreaddons-dev (>= 5.92.0~),
libkf5i18n-dev (>= 5.92.0~),
pkg-kde-tools (>> 0.15.15),
qhelpgenerator-qt5,
qtbase5-dev (>= 5.15.2~),
qtdeclarative5-dev,
qttools5-dev (>= 5.12.0~),
xauth,
xvfb,
Standards-Version: 4.6.0
Homepage: https://invent.kde.org/frameworks/kcontacts
Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kcontacts
Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kcontacts
Rules-Requires-Root: no
Package: libkf5contacts-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: data files for kcontacts
KContacts is an API for address book data.
.
This package contains shared data files.
Package: libkf5contacts-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf5codecs-dev (>= 5.92.0~),
libkf5config-dev (>= 5.92.0~),
libkf5contacts5 (= ${binary:Version}),
libkf5coreaddons-dev (>= 5.92.0~),
libkf5i18n-dev (>= 5.92.0~),
qtbase5-dev (>= 5.15.2~),
${misc:Depends},
Description: development files for kcontacts
KContacts is an API for address book data.
.
This package contains the development files.
Package: libkf5contacts-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Section: doc
Description: address book API for KDE Framework (documentation)
KContacts is an API for address book data.
.
This package contains the documentation.
Package: libkf5contacts5
Architecture: any
Multi-Arch: same
Depends: libkf5contacts-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends: iso-codes
Description: address book API for KDE frameworks
KContacts is an API for address book data.

88
debian/copyright vendored Normal file
View File

@ -0,0 +1,88 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kcontacts
Source: https://invent.kde.org/frameworks/kcontacts
Upstream-Contact: kde-devel@kde.org
Files: *
Copyright: 2016, Benjamin Löwe <benni@mytum.de>
2003, Carsten Pfeiffer <pfeiffer@kde.org>
2001-2003, Cornelius Schumacher <schumacher@kde.org>
2016, David Faure <faure@kde.org>
2003, Helge Deller <deller@kde.org>
2005, Ingo Kloecker <kloecker@kde.org>
2002, Jost Schenck <jost@schenck.de>
2007, KDE-PIM team <kde-pim@kde.org>
2008, Kevin Krammer <kevin.krammer@gmx.at>
2012, Kevin Krammer <krammer@kde.org>
2010, Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
2014-2018, Laurent Montel <montel@kde.org>
2010, Rosetta Contributors and Canonical Ltd 2010
2006, Sean Harmer <sh@theharmers.co.uk>
2004-2006, Szombathelyi György <gyurco@freemail.hu>
2007-2015, This_file_is_part_of_KDE
2002-2013, Tobias Koenig <tokoe@kde.org>
License: LGPL-2+
Files: src/addresseehelper.cpp
src/addresseehelper.h
src/converter/ldifconverter.h
Copyright: 2003, Carsten Pfeiffer <pfeiffer@kde.org>
2003, Helge Deller <deller@kde.org>
License: LGPL-2
Files: debian/*
Copyright: 2015 Harald Sitter <sitter@kde.org>
License: LGPL-2+
Files: po/ca/*
po/ca@valencia/*
po/uk/*
Copyright: 2014-2017, This_file_is_part_of_KDE
License: LGPL-2.1+3+KDEeV
License: LGPL-2
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License version 2 as published by the Free Software Foundation.
.
This library 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
Library General Public License for more details.
.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU Library General Public
License version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
License: LGPL-2+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
.
This library 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
Library General Public License for more details.
.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU Library General
Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
License: LGPL-2.1+3+KDEeV
This file is distributed under the license LGPL version 2.1 or
version 3 or later versions approved by the membership of KDE e.V.
.
On Debian systems, the complete text of the GNU Library General
Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
.
On Debian systems, the complete text of the GNU Library General
Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".

3
debian/libkf5contacts-data.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/share/locale/
usr/share/qlogging-categories5/kcontacts.categories
usr/share/qlogging-categories5/kcontacts.renamecategories

View File

@ -0,0 +1,2 @@
rm_conffile /etc/xdg/kcontacts.categories 5:5.70.0-4~
rm_conffile /etc/xdg/kcontacts.renamecategories 5:5.70.0-4~

4
debian/libkf5contacts-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/KF5/KContacts/
usr/lib/*/cmake/KF5Contacts/
usr/lib/*/libKF5Contacts.so
usr/lib/*/qt5/mkspecs/modules/qt_KContacts.pri

View File

@ -0,0 +1,2 @@
# shipped like this by upstream
libkf5contacts-dev: repeated-path-segment

2
debian/libkf5contacts-doc.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/share/qt5/doc/KF5Contacts.tags
usr/share/qt5/doc/KF5Contacts.qch

2
debian/libkf5contacts5.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/libKF5Contacts.so.5
usr/lib/*/libKF5Contacts.so.5.*

1022
debian/libkf5contacts5.symbols vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,36 @@
---
autotests/addresstest.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- a/autotests/addresstest.cpp
+++ b/autotests/addresstest.cpp
@@ -186,7 +186,7 @@ void AddressTest::formatTest()
QCOMPARE(address.formattedAddress(QStringLiteral("Jim Knopf")), result);
}
- {
+ /* {
KContacts::Address address;
address.setStreet(QStringLiteral("Lummerlandstr. 1"));
address.setPostalCode(QStringLiteral("12345"));
@@ -196,9 +196,9 @@ void AddressTest::formatTest()
const QString result(QStringLiteral("Jim Knopf\nLummerlandstr. 1\n12345 Lummerstadt"));
QCOMPARE(address.formattedAddress(QStringLiteral("Jim Knopf")), result);
- }
+ } */
- {
+ /* {
KContacts::Address address;
address.setStreet(QStringLiteral("Haus Randa"));
address.setPostalCode(QStringLiteral("1234"));
@@ -210,7 +210,7 @@ void AddressTest::formatTest()
const QString result(QStringLiteral("Dr. Konqui\nCasella postale 5678\nHaus Randa\n1234 Randa\n\nSCHWEIZ"));
QCOMPARE(address.formattedAddress(QStringLiteral("Dr. Konqui")), result);
- }
+ } */
}
void AddressTest::shouldExportVcard3()

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
#disable-addresstest-formatTest

13
debian/rules vendored Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_QCH=ON
override_dh_auto_test:
xvfb-run -- dh_auto_test --no-parallel

10
debian/salsa-ci.yml vendored Normal file
View File

@ -0,0 +1,10 @@
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
variables:
SALSA_CI_DISABLE_BLHC: 'yes'
SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
SALSA_CI_DISABLE_RC_BUGS: 'no'
SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'
EXTRA_REPOSITORY: 'debian/salsa/extra_repository.list'
EXTRA_REPOSITORY_KEY: 'debian/salsa/qt-kde-team.debian.net.asc'

1
debian/salsa/extra_repository.list vendored Normal file
View File

@ -0,0 +1 @@
deb https://qt-kde-team.debian.net/debian qt-kde-snapshots main

51
debian/salsa/qt-kde-team.debian.net.asc vendored Normal file
View File

@ -0,0 +1,51 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
bMTcHe5rk6snXqz1neEmP2K7qdNwwakRdAA=
=o8PI
-----END PGP PUBLIC KEY BLOCK-----

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

7
debian/upstream/metadata vendored Normal file
View File

@ -0,0 +1,7 @@
Bug-Database: https://bugs.kde.org/buglist.cgi?product=frameworks-kcontacts&resolution=---
Bug-Submit: https://bugs.kde.org/enter_bug.cgi?product=frameworks-kcontacts
Changelog: https://invent.kde.org/frameworks/kcontacts/-/commits/master
Donation: https://www.kde.org/community/donations/index.php
Repository: https://invent.kde.org/frameworks/kcontacts.git
Repository-Browse: https://invent.kde.org/frameworks/kcontacts
Security-Contact: security@kde.org

30
debian/upstream/signing-key.asc vendored Normal file
View File

@ -0,0 +1,30 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
mQENBFfNUR8BCADDjPXScwObp7mWwUnrjqrM0gGg+pId6vqe0a5A4xr+Rgj26quK
2qJLym0mmul/uh2M8z486qDTQYQaTEppFCosH3WqFonTN2LWpHcujeVABXkAe9qo
DHBZZRMw8CXtiEwvJ/xV/MXTR7G0QCqT4HF045SAyyBjusBiiGly32JEDD4FdjHj
KKUrAJyyoc6frake7ZMO0SO3tQNwmi4T5KLSoxhi3Zgez2k9GPZEj4/W7l5Ne0zQ
7C8Tgo8wraqj/8pzjfP6+Dc2LHOTtu8DGDQkXEFa9VvuAotOtI8Kjff+bOd36WTL
L2dk69Bb7WbhRLkkavHZCdKOpfyBtVn+hGWRABEBAAG0G0RhdmlkIEZhdXJlIDxm
YXVyZUBrZGUub3JnPokBPQQTAQgAJwUCV81RHwIbAwUJCWYBgAULCQgHAgYVCAkK
CwIEFgIDAQIeAQIXgAAKCRBY0O5kikizu/01B/46hG+MaTFW1CVevZrGyPacmDRj
pQhx/ODadBkVXXaJyr7aNKT3EvAedyT82SGT/ch+aqXjZK1kEwK6zITqoOZZUt2I
CjBN4+UfLrWwlKldZShbhJ6NMHJIeYQ5EDlMw7TWVn0OPkRuDvLEasgOhxR9ZjWW
c5wlcZXXy8N+wGSR0bThzl0pdFcIy9Z3g411ZOvjUdDuWqtKUH9iy1VdVyba7FXI
x/BqAXIVsAaIFNsJBZZ7C7j1a1IlTykRLiDjh3mpyBfX4xfMTo4z6pjfQsoPebJl
TlCnwAkIxeyatGXm4OCqEA9zPVd1Ju7+XuEr6+15ENYJ4oYsZjfyScHHJdWMuQEN
BFfNUR8BCADe5wRc/QFL92npVAgzPQ9mJKopscRcxs0f2DM7EBPzUFvWGRIGRdB8
obXfzBp4Pfyzqky7C1X/j7ENzx+Kol1AJ93wjUEfLoZ/zsvoj9ZT3GdjeVQeReKY
d4th7Jqo4qxvi33Pud0jZsENezzgdd4npiNN9bFX0mjNKNHL9o1n5nTm9pfDI/AS
PZz2RoRO7oUJb+aX6hKxTBaKoAiZHybAXQVchtwJx0O4wLbZ3E4ytJdcATlPDNXS
jw2Lmns8aGa6DBGyqiG6g1PlCnOI2Q/cQK1zbkSisfoCbpEq1MgIzuZSoJ00NIEp
eiACoR82565G68yAb+uKHkcFrYkfDT41ABEBAAGJASUEGAEIAA8FAlfNUR8CGwwF
CQlmAYAACgkQWNDuZIpIs7vWkgf9GNUZmD0UgbQmj0nwkEHum1g7LD+MZL0+P2kg
HyEL3Cm01ot9d+X5ed/gAJ6hDR55KYxHi+/wwwkCNDLoQoP+7VZq2fMiGD0/bDar
oWQqbckqDZU4l69u9NbYvVWHUerfwKfi0ZKN5sJqLwIkr57wEX0I/TBGoMuFB27q
2qyloS5m1Q2pke2mmZjKSqE0jxZJ7iFGJO/Buyjgd1B2kr0DaGaCrh0wjfVjAWpt
klK95Phry1jQc7W0Z4ZdWpB79S1yW670eutSC4fMjvsNxROGkPx4dDkyG5nToeau
zhEh/pXho2Eo/aFEqqY42GMSlN9rf7ekaTNo7OxsE7vvCB0fug==
=4o3u
-----END PGP PUBLIC KEY BLOCK-----

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=4
opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/frameworks/([\d.]+)/@PACKAGE@-([\d.]+).tar.xz