[neon/neon-packaging/kactivities6/Neon/unstable] debian: move kf6-kactivities to kactivities6 in plasma

Carlos De Maine null at kde.org
Tue Nov 7 23:11:06 GMT 2023


Git commit 00431dc5aa238ac87d26f83bc772e51d7fb45674 by Carlos De Maine.
Committed on 08/11/2023 at 00:10.
Pushed by carlosdem into branch 'Neon/unstable'.

move kf6-kactivities to kactivities6 in plasma

A  +5    -0    debian/changelog
A  +78   -0    debian/control
A  +146  -0    debian/copyright
A  +5    -0    debian/kactivities6-dev.install
A  +5    -0    debian/kactivities6.install
A  +2    -0    debian/kactivities6.lintian-overrides
A  +0    -0    debian/not-installed
A  +8    -0    debian/rules
A  +1    -0    debian/source/format
A  +18   -0    debian/tests/acc
A  +3    -0    debian/tests/control
A  +3    -0    debian/tests/testsuite
A  +7    -0    debian/upstream/metadata
A  +30   -0    debian/upstream/signing-key.asc
A  +3    -0    debian/watch [INFRASTRUCTURE]

https://invent.kde.org/neon/neon-packaging/kactivities6/-/commit/00431dc5aa238ac87d26f83bc772e51d7fb45674

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f30e5d0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kactivities6 (0.0-0neon) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Jonathan Esk-Riddell <jr at jriddell.org>  Mon, 12 Dec 2022 13:04:30 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f14926b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,78 @@
+Source: kactivities6
+Section: libs
+Priority: optional
+Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               doxygen,
+               graphviz,
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kwindowsystem-dev,
+               libboost-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-tools-dev
+Standards-Version: 4.6.2
+Homepage: https://projects.kde.org/projects/frameworks/kactivities
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kactivities
+Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kactivities.git
+
+Package: kactivities6
+Architecture: any
+Section: kde
+X-Neon-MergedPackage: true
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kf6-kactivities
+Description: Command Line Tool for KActivities
+ kactivities-cli is a command line tool to interact with KActivities
+ or for help with shell completion.
+
+Package: kactivities6-dev
+Architecture: any
+Section: kde
+X-Neon-MergedPackage: true
+Depends: kactivities (= ${binary:Version}),
+         kf6-kconfig-dev,
+         kf6-kcoreaddons-dev,
+         kf6-kwindowsystem-dev,
+         qt6-base-dev,
+         qt6-declarative-dev,
+         ${misc:Depends}
+Provides: kf6-kactivities-dev
+Description: development files for kactivities.
+ This library provides functionality for managing Activities.
+ .
+ Contains development files for kactivities.
+
+Package: kactivities6-bin
+Architecture: all
+Depends: kactivities
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf6activities-doc
+Architecture: all
+Depends: kactivities
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf6activities6
+Architecture: all
+Depends: kactivities
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: qml6-module-org-kde-activities
+Architecture: all
+Depends: kactivities
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf6activities-dev
+Architecture: all
+Depends: kactivities-dev
+Description: Dummy transitional
+  Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3d1aada
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,146 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kactivities
+Source: https://projects.kde.org/projects/frameworks/kactivities
+
+Files: *
+Copyright: 2013, Heena Mahour <heena393 at gmail.com>
+           2010-2015, Ivan Cukic <ivan.cukic(at)kde.org>
+           2012, Makis Marimpis <makhsm at gmail.com>
+           2013, Sebastian Kügler <sebas at kde.org>
+License: GPL-2+
+ This package 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 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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: src/imports/activitiesextensionplugin.cpp
+       src/imports/activitiesextensionplugin.h
+       src/lib/core/mainthreadexecutor_p.cpp
+       src/lib/core/mainthreadexecutor_p.h
+       src/lib/core/manager_p.cpp
+       src/lib/core/manager_p.h
+       src/lib/core/resourceinstance.h
+       src/lib/core/version.cpp
+       src/lib/core/version.h
+       src/utils/d_ptr.h
+       src/utils/d_ptr_implementation.h
+       src/utils/for_each_assoc.h
+       src/utils/merge_into.h
+       src/utils/range.h
+       src/utils/remove_if.h
+Copyright: 2010-2015, Ivan Cukic <ivan.cukic(at)kde.org>
+           2008, Aaron Seigo <aseigo at kde.org>
+License: LGPL-2+
+
+Files: src/lib/core/consumer.cpp
+       src/lib/core/consumer.h
+       src/lib/core/consumer_p.h
+       src/lib/core/controller.cpp
+       src/lib/core/controller.h
+       src/lib/core/info.cpp
+       src/lib/core/info.h
+       src/lib/core/info_p.h
+       src/utils/dbusfuture_p.cpp
+Copyright: 2010-2013, Ivan Cukic <ivan.cukic(at)kde.org>
+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".
+
+Files: src/utils/continue_with.h
+Copyright: 2014, Ivan Čukić <ivan.cukic at kde.org>
+License: Expat
+ Distributed under terms of the MIT license.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: src/common/database/Database.cpp
+       src/common/database/Database.h
+       src/workspace/kio/KioActivities.cpp
+       src/workspace/kio/KioActivities.h
+Copyright: 2012-2014, Ivan Cukic <ivan.cukic at kde.org>
+License: GPL-2+3+KDEeV
+ 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) version 3 or any later version
+ accepted by the membership of KDE e.V. (or its successor approved
+ by the membership of KDE e.V.), which shall act as a proxy
+ defined in Section 14 of version 3 of the license.
+ .
+ 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 program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ 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",
+ likewise, the complete text of the GNU Library General Public License version
+ 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
+Files: debian/*
+Copyright: 2014, Scarlett Clark <scarlett at scarlettgatelyclark.com>
+License: 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".
diff --git a/debian/kactivities6-dev.install b/debian/kactivities6-dev.install
new file mode 100644
index 0000000..b64d8a1
--- /dev/null
+++ b/debian/kactivities6-dev.install
@@ -0,0 +1,5 @@
+usr/include/KF6/KActivities/
+usr/lib/*/cmake/KF6Activities/
+usr/lib/*/libKF6Activities.so
+usr/lib/*/pkgconfig/
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kactivities6.install b/debian/kactivities6.install
new file mode 100644
index 0000000..3f515e0
--- /dev/null
+++ b/debian/kactivities6.install
@@ -0,0 +1,5 @@
+usr/bin/kactivities-cli6
+usr/lib/*/libKF6Activities.so.5.*
+usr/lib/*/libKF6Activities.so.6
+usr/lib/*/qt6/qml/
+usr/share/qlogging-categories6/
diff --git a/debian/kactivities6.lintian-overrides b/debian/kactivities6.lintian-overrides
new file mode 100644
index 0000000..bde4029
--- /dev/null
+++ b/debian/kactivities6.lintian-overrides
@@ -0,0 +1,2 @@
+kactivities: binary-without-manpage usr/bin/kactivitymanagerd
+kactivities: postinst-must-call-ldconfig usr/lib/*/libkactivitymanagerd_plugin.so
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c1dd599
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_QCH=ON
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/tests/acc b/debian/tests/acc
new file mode 100755
index 0000000..28b8d41
--- /dev/null
+++ b/debian/tests/acc
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+for in_file in debian/*.acc.in; do
+    out_file=${in_file%.in}
+    sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
+        "${in_file}" > "${out_file}"
+done
+
+DH_VERBOSE=1
+
+dh_acc
+ret=$?
+if [ 0 -ne $ret ]; then
+    cp -r logs "${ADT_ARTIFACTS}"/acc.logs
+fi
+exit $ret
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..459e5f3
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: acc
+Depends: dh-acc, exuberant-ctags, @
+Restrictions: allow-stderr
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100755
index 0000000..dabe645
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+dh_auto_test
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..5ad6e0f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Name: kactivities
+Changelog: https://cgit.kde.org/kactivities.git/log
+Contact: kde-frameworks-devel at kde.org
+Donation: https://www.kde.org/community/donations/index.php
+Repository: https://anongit.kde.org/kactivities.git
+Repository-Browse: https://cgit.kde.org/kactivities.git
+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..e99d100
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -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-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ceeccdd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/frameworks/([\d.]+)/kactivities-([\d.]+)\.tar\.xz


More information about the Neon-commits mailing list