summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-12-10 00:13:04 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2024-05-22 17:57:18 -0400
commitb6b7618800b215218815422f0b6b573b21bb0e08 (patch)
treefba5fb9d941a50072d506feebf789c918b9f744a /debian
Import Debian version 2022.12.10debian/2022.12.10
extra-keyrings (2022.12.10) unstable; urgency=medium . * Refresh torproject-archive-keyring, now expires 2024-07-15. * d/copyright: Bump year. * Update Standards-Version to 4.6.1. . extra-keyrings (2020.11.24) unstable; urgency=medium . * New package for various third party repository archive keyrings.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control74
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules35
-rw-r--r--debian/source/format1
5 files changed, 151 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..510d5ac
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+extra-keyrings (2022.12.10) unstable; urgency=medium
+
+ * Refresh torproject-archive-keyring, now expires 2024-07-15.
+ * d/copyright: Bump year.
+ * Update Standards-Version to 4.6.1.
+
+ -- Unit 193 <unit193@unit193.net> Sat, 10 Dec 2022 00:13:04 -0500
+
+extra-keyrings (2020.11.24) unstable; urgency=medium
+
+ * New package for various third party repository archive keyrings.
+
+ -- Unit 193 <unit193@unit193.net> Tue, 24 Nov 2020 20:30:57 -0500
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ff808cf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,74 @@
+Source: extra-keyrings
+Section: misc
+Priority: optional
+Maintainer: Unit 193 <unit193@unit193.net>
+Build-Depends: debhelper-compat (= 13), apt, gnupg
+Rules-Requires-Root: no
+Standards-Version: 4.6.1
+
+Package: liquorix-archive-keyring
+Architecture: all
+Depends: ${misc:Depends}
+Homepage: https://liquorix.net
+Description: GnuPG archive key for the Liquorix Repository
+ The Liquorix repository digitally signs its Release files. This package
+ contains the current archive public key used for that.
+ .
+ You can read more information about the repository from the homepage, and
+ the repository itself is located at: liquorix.net/debian
+
+Package: torproject-archive-keyring
+Architecture: all
+Provides: deb.torproject.org-keyring
+Conflicts: deb.torproject.org-keyring
+Depends: ${misc:Depends}
+Homepage: https://deb.torproject.org/
+Description: GnuPG archive key of the deb.torproject.org repository
+ The deb.torproject.org repository digitally signs its Release
+ files. This package contains the current repository key used for
+ that, and upon installation configures your system to accept archives
+ signed with this key.
+ .
+ You can read more information about the repository from the homepage, and
+ the repository itself is located at: deb.torproject.org/torproject.org
+ and the hidden service is located at: sdscoq7snqtznauu.onion
+ .
+ The packaging repository for deb.torproject.org-keyring is located at:
+ https://gitweb.torproject.org/debian/torproject-keyring.git/
+ .
+ This key expires on 2024-07-15.
+
+Package: utopia-archive-keyring
+Architecture: all
+Provides: utopia-keyring
+Conflicts: utopia-keyring
+Depends: ${misc:Depends}
+Homepage: https://deb.utopia-repository.org/
+Description: GnuPG archive key for the Utopia Repository
+ The Utopia repository digitally signs its Release files. This package
+ contains the current archive public key used for that.
+ .
+ You can read more information about the repository from the homepage.
+
+Package: virtualbox-archive-keyring
+Architecture: all
+Depends: ${misc:Depends}
+Homepage: https://www.virtualbox.org/wiki/Linux_Downloads
+Description: GnuPG archive key for the VirtualBox Repository
+ The VirtualBox repository digitally signs its Release files. This package
+ contains the current archive public key used for that.
+ .
+ You can read more information about the repository from the homepage, and
+ the repository itself is located at:
+ download.virtualbox.org/virtualbox/debian
+
+Package: winehq-archive-keyring
+Architecture: all
+Depends: ${misc:Depends}
+Homepage: https://wiki.winehq.org/Debian
+Description: GnuPG archive key for the WineHQ Repository
+ The WineHQ repository digitally signs its Release files. This package
+ contains the current archive public key used for that.
+ .
+ You can read more information about the repository from the homepage, and
+ the repository itself is located at: dl.winehq.org/wine-builds
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..37e366c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2013-2022, Unit 193 <unit193@unit193.net>
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..be57da9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export GNUPGHOME = $(CURDIR)/debian/gpghome
+
+KEYRING = liquorix-archive-keyring.gpg torproject-archive-keyring.gpg utopia-archive-keyring.gpg
+KEYRING += virtualbox-archive-keyring.gpg winehq-archive-keyring.gpg
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ for KEY in $(KEYRING);do \
+ gpg --batch --output $$KEY --dearmor keyrings/$${KEY%.gpg}.asc; \
+ done
+
+override_dh_auto_test:
+ mkdir -p $(GNUPGHOME)
+ for KEY in $(KEYRING);do \
+ set -e; \
+ gpg --batch --list-packets ./$$KEY; \
+ apt-key --keyring ./$$KEY list; \
+ done
+
+override_dh_install:
+ for KEY in $(KEYRING);do \
+ set -e; \
+ dh_install -p $${KEY%.gpg} $$KEY etc/apt/trusted.gpg.d/; \
+ done
+
+override_dh_clean:
+ rm -rf $(GNUPGHOME)
+ dh_clean *.gpg *.gpg~
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)