]> git.donarmstrong.com Git - deb_pkgs/debian-r-archive-keyring.git/commitdiff
add initial packaging of debian-r-archive-keyring
authorDon Armstrong <don@donarmstrong.com>
Sun, 15 Mar 2015 18:21:16 +0000 (11:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 15 Mar 2015 18:21:16 +0000 (11:21 -0700)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/debian-r-archive-keyring.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..e6dbc22
--- /dev/null
@@ -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 <don@debian.org>  Sun, 15 Mar 2015 11:20:41 -0700
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..4e23c50
--- /dev/null
@@ -0,0 +1,17 @@
+Source: debian-r-archive-keyring
+Priority: extra
+Section: utils
+Maintainer: Don Armstrong <don@debian.org>
+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 (file)
index 0000000..665346d
--- /dev/null
@@ -0,0 +1,11 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: debian-r-archive-keyring
+Upstream-Contact: Don Armstrong <don@debian.org>
+Source: http://debian-r.debian.net/archive.asc
+
+Files: *
+Copyright: 2011, Mike Hommey <glandium@debian.org>, 2015, Don Armstrong <don@debian.org>
+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 (file)
index 0000000..3f4b456
--- /dev/null
@@ -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 (executable)
index 0000000..2f45f0c
--- /dev/null
@@ -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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)