From d5cc21475e473dd2ea3e2afdab5ad1a46533f1ea Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 14 Sep 2015 05:33:34 +0200 Subject: initial commit --- debian/arctica-keyring.install | 1 + debian/arctica-keyring.links | 1 + debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/rules | 22 ++++++++++++++++++++++ debian/source/format | 1 + 8 files changed, 85 insertions(+) create mode 100644 debian/arctica-keyring.install create mode 100644 debian/arctica-keyring.links create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') 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 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 +Uploaders: + Mike Gabriel +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 +. + +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 , + Igor Grobman +Keyring maintenance scripts: +Copyright 2008-2009 Jonathan McDowell + +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 -- cgit v1.2.3