[neon/kf6/kf6-kcolorscheme/Neon/unstable] debian: new package

Jonathan Esk-Riddell null at kde.org
Tue May 9 17:17:59 BST 2023


Git commit 446beb82276c3c1e37ecf6a1a9ea1a21fc07a733 by Jonathan Esk-Riddell.
Committed on 09/05/2023 at 16:17.
Pushed by jriddell into branch 'Neon/unstable'.

new package

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +33   -0    debian/control
A  +64   -0    debian/copyright
A  +6    -0    debian/kf6-kcolorscheme-dev.install
A  +1    -0    debian/kf6-kcolorscheme.install
A  +1    -0    debian/meta/cmake-ignore
A  +5    -0    debian/rules
A  +1    -0    debian/source/format
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/kf6/kf6-kcolorscheme/commit/446beb82276c3c1e37ecf6a1a9ea1a21fc07a733

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0aff219
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kf6-kcolorscheme (5.92.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Tue, 15 Mar 2022 13:12:08 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f20b4f3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: kf6-kcolorscheme
+Section: libs
+Priority: optional
+Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-tools-dev
+Standards-Version: 4.1.4
+
+Package: kf6-kcolorscheme-dev
+Section: libdevel
+Architecture: any
+Depends: kf6-kcolorscheme (= ${binary:Version}), qt6-base-dev, ${misc:Depends}
+Description: development files for kcolorscheme
+ Classes to read and interact with KColorScheme
+ .
+ This package is part of KDE Frameworks 6.
+ .
+ This package contains the development header files.
+
+Package: kf6-kcolorscheme
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Classes to read and interact with KColorScheme
+ Classes to read and interact with KColorScheme
+ .
+ This package is part of KDE Frameworks 6.
+ .
+ This package contains the development header files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..affea22
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kcolorscheme
+Source: git://anongit.kde.org/kcolorscheme
+
+Files: *
+Copyright: 2000, Charles Samuels <charles at kde.org>
+           2008, Cornelius Schumacher <schumacher at kde.org>
+           2010-2011, Dan Leinir Turthra Jensen <admin at leinir.dk>
+           2009, Eckhart Wörner <ewoerner at kde.org>
+           2009-2010, Frederik Gladhorn <gladhorn at kde.org>
+           2010, Intel Corporation
+           2012, Jeff Mitchell <mitchell at kde.org>
+           2005, Joseph Wenninger <kde at jowenn.at>
+           2011, Laszlo Papp <djszapi at archlinux.us>
+           2012, Laszlo Papp <lpapp at kde.org>
+           2009, Marco Martin <notmart at gmail.com>
+           2010, Martin Sandsmark <martin.sandsmark at kde.org>
+           1999, Matthias Kalle Dalheimer <kalle at kde.org>
+           2018, Ralf Habacker <ralf.habacker at freenet.de>
+           2010, Sebastian Kügler <sebas at kde.org>
+License: LGPL-2.1+3+KDEeV
+
+Files: src/version.h.cmake
+Copyright: 2009, Frederik Gladhorn <gladhorn at kde.org>
+           2007, Sebastian Trueg <trueg at kde.org>
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2014, Jonathan Riddell <jriddell at ubuntu.com>
+           2014, Scarlett Clark <scarlett at scarlettgatelyclark.com>
+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 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.
+ .
+ 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 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) 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 6 of version 3 of the license.
+ .
+ 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.
+ .
+ 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", likewise,
+ the complete text of the GNU Lesser General Public License version 3 can be
+ found in "/usr/share/common-licenses/LGPL-3".
diff --git a/debian/kf6-kcolorscheme-dev.install b/debian/kf6-kcolorscheme-dev.install
new file mode 100644
index 0000000..3108240
--- /dev/null
+++ b/debian/kf6-kcolorscheme-dev.install
@@ -0,0 +1,6 @@
+usr/kf6/include
+usr/kf6/lib/*/cmake/
+usr/kf6/lib/*/libKF6Attica.so
+usr/kf6/lib/*/pkgconfig/
+usr/kf6/mkspecs/
+usr/kf6/share/qlogging-categories6/
diff --git a/debian/kf6-kcolorscheme.install b/debian/kf6-kcolorscheme.install
new file mode 100644
index 0000000..97a2e39
--- /dev/null
+++ b/debian/kf6-kcolorscheme.install
@@ -0,0 +1 @@
+usr/kf6/lib/*/libKF6Attica.so.*
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
new file mode 100644
index 0000000..431215a
--- /dev/null
+++ b/debian/meta/cmake-ignore
@@ -0,0 +1 @@
+file-in-unusual-dir
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5bd7734
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with kf6 --buildsystem kf6
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..263cdd7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Name: attica
+Changelog: https://cgit.kde.org/attica.git/log
+Contact: kde-frameworks-devel at kde.org
+Donation: https://www.kde.org/community/donations/index.php
+Repository: https://anongit.kde.org/attica.git
+Repository-Browse: https://cgit.kde.org/attica.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..22728b7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/frameworks/([\d\.]*)/kcolorscheme-(.*)\.tar\.xz


More information about the Neon-commits mailing list