aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-14 05:33:34 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-14 06:17:04 +0200
commitd5cc21475e473dd2ea3e2afdab5ad1a46533f1ea (patch)
tree8db2df227b9d47243259eaf8e21a3b5fcc6962c1 /debian
downloadarctica-keyring-d5cc21475e473dd2ea3e2afdab5ad1a46533f1ea.tar.gz
arctica-keyring-d5cc21475e473dd2ea3e2afdab5ad1a46533f1ea.tar.bz2
arctica-keyring-d5cc21475e473dd2ea3e2afdab5ad1a46533f1ea.zip
initial commit
Diffstat (limited to 'debian')
-rw-r--r--debian/arctica-keyring.install1
-rw-r--r--debian/arctica-keyring.links1
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control26
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules22
-rw-r--r--debian/source/format1
8 files changed, 85 insertions, 0 deletions
diff --git a/debian/arctica-keyring.install b/debian/arctica-keyring.install
new file mode 100644
index 0000000..938abd2
--- /dev/null
+++ b/debian/arctica-keyring.install
@@ -0,0 +1 @@
+debian/tmp/usr/ \ No newline at end of file
diff --git a/debian/arctica-keyring.links b/debian/arctica-keyring.links
new file mode 100644
index 0000000..a8f6f6a
--- /dev/null
+++ b/debian/arctica-keyring.links
@@ -0,0 +1 @@
+usr/share/keyrings/arctica-keyring.gpg etc/apt/trusted.gpg.d/arctica-archive-keyring.gpg \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..abb88f6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+arctica-keyring (2015.09.14) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 14 Sep 2015 04:42:47 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f581d81
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: arctica-keyring
+Section: misc
+Priority: optional
+Maintainer: Debian Arctica Maintainers <dev@lists.arctica-project.org>
+Uploaders:
+ Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+Standards-Version: 3.9.6
+Homepage: https://github.com/ArcticaProject/arctica-keyring
+Vcs-Git: https://github.com/ArcticaProject/arctica-keyring
+Vcs-Browser: https://github.com/ArcticaProject/arctica-keyring
+
+Package: arctica-keyring
+Architecture: all
+Depends:
+ ${misc:Depends},
+Recommends: gnupg (>= 1.0.6-4)
+Description: GnuPG keys of all ArcticaProject developers and archives
+ The Debian project requires developers to digitally sign the
+ announcements of their packages with GnuPG, to protect against
+ forgeries.
+ .
+ This package contains public GnuPG keys of all ArcticaProject developers
+ and the ArcticaProject package archive.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f5f26ad
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+This is ArcticaProject's GnuPG keyring of developers and archives keys.
+
+This package was originally derived from Debian maintainers' keyring
+<keyring-maint@debian.org>.
+
+The keys in the keyrings don't fall under any copyright. Everything
+else in the package is covered by the GNU GPL.
+
+Debian support files Copyright (C) 1998-2003 James Troup <james@nocrew.org>,
+ Igor Grobman <igor@debian.org>
+Keyring maintenance scripts:
+Copyright 2008-2009 Jonathan McDowell <noodles@earth.li>
+
+Debian support files for debian-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.
+
+Debian support files for debian-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 Debian GNU system, in /usr/share/common-licenses/GPL, or with the Debian
+GNU debian-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/rules b/debian/rules
new file mode 100755
index 0000000..da5bb09
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+export PREFIX=/usr
+export DESTDIR=debian/tmp
+
+DEB_BUILD_PARALLEL = 1
+DEB_INSTALL_DOCS_ALL = README
+
+DEB_MAKE_CHECK_TARGET=test
+DEB_MAKE_INSTALL_TARGET=install
+
+common-install-indep:: remove-cruft
+common-install-arch:: remove-cruft
+
+remove-cruft::
+# Nothing to do here, right now...
+
+get-orig-source:
+ uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..9f8e9b6
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0 \ No newline at end of file