[neon/neon-packaging/kpeoplevcard6/Neon/unstable] debian: initial kf6 port

Carlos De Maine null at kde.org
Tue Jun 6 04:14:19 BST 2023


Git commit f4580144ea85c1bd9965073d67372d9ae1e13cbf by Carlos De Maine.
Committed on 06/06/2023 at 03:13.
Pushed by carlosdem into branch 'Neon/unstable'.

initial kf6 port

A  +5    -0    debian/changelog
A  +42   -0    debian/control
A  +31   -0    debian/copyright [INFRASTRUCTURE]
A  +0    -0    debian/kpeoplevcard6-dev.install
A  +0    -0    debian/kpeoplevcard6.install
A  +9    -0    debian/rules
A  +6    -0    debian/salsa-ci.yml
A  +1    -0    debian/source/format
A  +7    -0    debian/upstream/metadata
A  +30   -0    debian/upstream/signing-key.asc
A  +2    -0    debian/watch [INFRASTRUCTURE]

https://invent.kde.org/neon/neon-packaging/kpeoplevcard6/-/commit/f4580144ea85c1bd9965073d67372d9ae1e13cbf

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5c0f331
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kpeoplevcard6 (0.1-2) unstable; urgency=medium
+
+  * Re-upload to unstable, as a source only upload.
+
+ -- Aurélien COUDERC <coucouf at debian.org>  Sat, 14 Nov 2020 09:24:48 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..78566da
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: kpeoplevcard6
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Aurélien COUDERC <coucouf at debian.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               gettext,
+               kf6-extra-cmake-modules,
+               kf6-kcontacts-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kpeople-dev,
+               pkg-config,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.5.0
+Section: libs
+Homepage: https://community.kde.org/PIM
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kpeoplevcard
+Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kpeoplevcard.git
+Rules-Requires-Root: no
+
+Package: kpeoplevcard6
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: vCard plugin for the KPeople framework
+ KPeople is the KDE framework offering unified access to your contacts from
+ different sources, grouping them by person while still exposing all the data.
+ .
+ This plugin provides the backend to KDE Connect for manipulating the vCard
+ format.
+
+Package: kpeoplecard6-dev
+Architecture: any
+Section: kde
+Depends: kpeoplevcard6 (= ${binary:Version}), ${misc:Depends}
+Description: development files for vCard plugin for the KPeople framework
+ KPeople is the KDE framework offering unified access to your contacts from
+ different sources, grouping them by person while still exposing all the data.
+ .
+ This package contains the development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4ac1001
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kpeoplevcard6
+Upstream-Contact: kde-devel at kde.org
+Source: https://download.kde.org/
+
+Files: *
+Copyright: 2015, Aleix Pol Gonzalez <aleixpol at kde.org>
+           2015, Martin Klapetek <mklapetek at kde.org> 
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2020, Aurélien COUDERC <coucouf at debian.org>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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 
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; 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 Lesser General Public License
+ version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/kpeoplevcard6-dev.install b/debian/kpeoplevcard6-dev.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/kpeoplevcard6.install b/debian/kpeoplevcard6.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..47c772a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+%:
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_shlibdeps:
+	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..31e31c9
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,6 @@
+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_MISSING_BREAKS: 'no'
+  SALSA_CI_DISABLE_RC_BUGS: 'no'
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c9bf4dc
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Bug-Database: https://bugs.kde.org/buglist.cgi?product=kpeople&resolution=---
+Bug-Submit: https://bugs.kde.org/enter_bug.cgi?product=kpeople
+Changelog: https://invent.kde.org/pim/kpeoplevcard/-/commits/
+Donation: https://www.kde.org/community/donations/
+Repository: https://invent.kde.org/pim/kpeoplevcard.git
+Repository-Browse: https://invent.kde.org/pim/kpeoplevcard
+Security-Contact: security at kde.org
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..232c574
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,30 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQENBFwzRIsBCAC5T/LUF7egMMGiO6V0LIK0fLCNGTPzITCiVYXFDRJ04Kn7ODNJ
+5XkCNnfzAwxwMqBQf1FQEVW4f6dQsuUFdkVF5DQXuUU2Q0YELeiz1TItsNnzmgY1
+VjsG8dRt6YUIdS55PHLp6HXRFupzi8ypd2VLUhrPAgnEcj5dgeYDqymOAxVtWjnR
+gj40EBBA0cvY2muQRmK+9dIELRXUo0nXUVWPTXLNMKiSkXbqNRsluDZlF0BNmVHY
+eJneO5cRtiEQesCg/6qNi4mG7dgmDB/iSs+CNEsOnOVCjs3abqhh/TWDSF5d1QPH
++cBPGhSJ92a7JCwHQDTCohkN4R15smVyr99PABEBAAG0Jk5pY29sYXMgRmVsbGEg
+PG5pY29sYXMuZmVsbGFAa2RhYi5jb20+iQFOBBMBCAA4FiEE9TIj8zN2ZcLM6hIu
+hzrDRZu89cAFAlwzRIsCGwMFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQhzrD
+RZu89cCZlAf+PRXtCSNNV9HGs9DLuEIwVlYP+NAcLVIoF+BEBO0zD421oi2mX3V0
+Q+EAXk6xUt42MWZjEzSA2+7CF9DgAG6Lt6uH09kt8F1Sh5j8SDov6qkW8LBlfcO8
+EgH+wPTElWEfLf3bHTrTetzxFWrO+4/eCDrFX90x8E9Tuu6aVkdzAViFJK4dqepB
+J//aMskcLmfIYAFBOjtOWIkm+5WbV92GK6Ylp3Xb6boo1rETgFIbNbhTgaptf1D0
+1yChGN2OyYbNm1LNkigHRCrUhVuhz0TllBAnFG7oF5lux36aiJJPxZkPFX568BqH
+ZKgY0/3vqufjkzuiYUdwZqJMkJUKT8fmmrkBDQRcM0SLAQgA7cBu7mvV5/0CP5M3
+UCpniRyAWTjkCvjhLmMg4dQ/BZAR1Ess4DrethrC30hmuqU6L/s7h7zfxxHHnKud
++hnzPY5PMZzSMY6rfyvv85t5Ocv0D+2epWHLm+OhVi2M76qr1JvvJ6S2ILZE/ZJ2
+9bCqL+P3nYNHJ2X6TrlUu2ZqNoiXI2TB6qbVaqlMFmDosRBqXuUTmpRqvGfYibh7
+08QZqGgZc0wlt0HktnlhkVfPRS4gWkZHmcuu29FLMK271sIwlb8G/+BYUk2HyJIq
+5CRrw8Ccboc4ixvNnBPyf0ZDfWpjCBg3ay4/RPi8TXMcK3Ec+v3B5Xwygzfzs7Cq
+wIiP6QARAQABiQE2BBgBCAAgFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAlwzRIsC
+GwwACgkQhzrDRZu89cB1XwgAnzkcp/R3Mcu3VeHAf4qO6T9UNbOItDSY0J7dTI2e
+BzTwIElikYlxJq3Cp1MPhJ+2Wn6mznEZCZpxHvq1ThSZV0A++ocYKdGBIFCn4fvC
+7WANU7KlQfDx7StEpzt/Joih5slri7TQGvu+GQmjmsw3oJ33y2VZFi/E42IaHWWx
+HSeDnEjlP/1BNnmruGFVF7aPPiRW3BSP2fjcu0juFMcygSZIIATYFv5iFbWSSYhr
+u6L/nNBOikg8SKPhXBeLTJRqsTaD+xX1i+iUj+Ei4OrHDqZerUMIZznyV51Ct2hr
+ay6OUw4lOYvh+aib0+B6tl6mDd7AbdJQxwAjhzJ98rUGwg==
+=UW3C
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c41b6ea
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/@PACKAGE@/([\d.]+)/@PACKAGE at -([\d.]+)\.tar\.xz


More information about the Neon-commits mailing list