From: Don Armstrong Date: Sun, 15 Mar 2015 18:21:16 +0000 (-0700) Subject: add initial packaging of debian-r-archive-keyring X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fdebian-r-archive-keyring.git;a=commitdiff_plain;h=d1ba48dba971e6f2b5461058a16b288f0b1f9eea add initial packaging of debian-r-archive-keyring --- d1ba48dba971e6f2b5461058a16b288f0b1f9eea diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e6dbc22 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +debian-r-archive-keyring (1.0) unstable; urgency=medium + + * New package based on pkg-mozilla-archive-keyring for debian-r.debian.net + + -- Don Armstrong Sun, 15 Mar 2015 11:20:41 -0700 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..4e23c50 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: debian-r-archive-keyring +Priority: extra +Section: utils +Maintainer: Don Armstrong +Build-Depends: debhelper (>> 9~), gnupg +Standards-Version: 3.9.2.0 + +Package: debian-r-archive-keyring +Architecture: all +Depends: ${misc:Depends} +Description: GnuPG archive keys for the debian-r.debian.net package repository + The debian-r.debian.net package repository contains all packages in + CRAN, BioC, and Omegahat which can be distributed under a + DFSG-compliant license but are not also distributed in Debian. This + package contains the keys necessary to validate the contents of that + package repository. +Homepage: http://debian-r.debian.net/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..665346d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,11 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: debian-r-archive-keyring +Upstream-Contact: Don Armstrong +Source: http://debian-r.debian.net/archive.asc + +Files: * +Copyright: 2011, Mike Hommey , 2015, Don Armstrong +License: GPL-2+ + On Debian systems the full text of the GNU General Public + License can be found in the `/usr/share/common-licenses/GPL-2' + file. diff --git a/debian/debian-r-archive-keyring.install b/debian/debian-r-archive-keyring.install new file mode 100644 index 0000000..3f4b456 --- /dev/null +++ b/debian/debian-r-archive-keyring.install @@ -0,0 +1 @@ +debian-r-archive-keyring.gpg etc/apt/trusted.gpg.d diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2f45f0c --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +KEYRING=debian-r-archive-keyring.gpg + +%: + dh $@ + +$(KEYRING): archive.asc + gpg --homedir $(CURDIR) --no-default-keyring --keyring $(CURDIR)/$@ --import $< + +override_dh_auto_build: $(KEYRING) + +override_dh_auto_clean: + rm -f *.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)