[neon/neon/kde-keyring/Neon/unstable] debian: Initial packaging

Carlos De Maine null at kde.org
Sat Aug 10 14:23:48 BST 2024


Git commit 40696612b02491bc788a22c3deb8728334696c9f by Carlos De Maine.
Committed on 10/08/2024 at 13:22.
Pushed by carlosdem into branch 'Neon/unstable'.

Initial packaging

A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +14   -0    debian/control
A  +25   -0    debian/copyright
A  +2    -0    debian/kde-release-keyring.install
A  +10   -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon/kde-keyring/-/commit/40696612b02491bc788a22c3deb8728334696c9f

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..198beca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kde-release-keyring (0.0.1-neon0) noble; urgency=medium
+
+  * initial packaging
+
+ -- KDE neon <neon at kde.org>  Wed, 07 Aug 2024 18:41:36 +1000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..eda8b47
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: kde-release-keyring
+Section: important
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Standards-Version: 4.1.3
+Build-Depends: gnupg, debhelper (>= 10)
+
+Package: kde-release-keyring
+Priority: important
+Architecture: all
+Multi-Arch: foreign
+Description: GnuPG keys of the KDE invent release team(s)
+ The KDE project's digitally signs their Release tarballs. This package
+ contains the gpg keys used for that.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2b70f14
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+This is Ubuntu GNU's GnuPG keyrings of archive keys.
+
+This package was originally put together by Michael Vogt
+<michael.vogt at canonical.com> 
+
+The keys in the keyrings don't fall under any copyright.  Everything
+else in the package is covered by the GNU GPL.
+
+Ubuntu support files Copyright (C) 2004 Michael Vogt <michael.vogt at canonical.com> based on the debian-keyring package maintained by James Troup 
+
+Ubuntu support files for ubuntu-keyring are free software; you can
+redistribute them and/or modify them under the terms of the GNU
+General Public License as published by the Free Software Foundation;
+either version 2, or (at your option) any later version.
+
+Ubuntu support files for ubuntu-keyring are distributed in the hope
+that they 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 with
+your Ubuntu system, in /usr/share/common-licenses/GPL, or with the
+Ubuntu GNU ubuntu-keyring source package as the file COPYING.  If not,
+write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+Floor, Boston, MA 02110-1301 USA.
diff --git a/debian/kde-release-keyring.install b/debian/kde-release-keyring.install
new file mode 100644
index 0000000..44a14f1
--- /dev/null
+++ b/debian/kde-release-keyring.install
@@ -0,0 +1,2 @@
+kde-release-keyring.kbx  usr/share/keyrings/
+kde-release-keyring.asc  usr/share/keyrings/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..31de911
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+binary: build_kde_release_keyring
+
+build_kde_release_keyring:
+	gpg --no-options --no-default-keyring --keyring ./kde-release-keyring.kbx  --secret-keyring ./secring.gpg --import ./keys/*.asc
+	gpg --export --keyring ./kde-release-keyring.kbx --export-options export-minimal --armor > kde-release-keyring.asc
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)


More information about the Neon-commits mailing list