summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 13:30:32 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 13:30:32 +0200
commitba6690a66e98714f7e0c4170ccdd48e1bd6f6c04 (patch)
treea497645fa2c5f09b51f600ba408f82378b61a0c5 /debian
parent8716270cd2b1e9c2499e2a23bae373a2d5ebc884 (diff)
downloadcode.liw.fi-keyring-ba6690a66e98714f7e0c4170ccdd48e1bd6f6c04.tar.gz
Add pub key and Debian packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright8
-rw-r--r--debian/install1
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
7 files changed, 38 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e61ec32
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+code.liw.fi-keyring (0.1-1) UNRELEASED; urgency=low
+
+ * Initial packaging. This is not intended to be uploaded to Debian, so
+ no closing of an ITP bug.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
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..41738ac
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: code.liw.fi-keyring
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: admin
+Priority: optional
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 7.3.8)
+
+Package: code.liw.fi-keyring
+Architecture: all
+Depends: ${misc:Depends}
+Description: archive signing key for code.liw.fi/debian
+ This package contains the public key of the code.liw.fi/debian archive
+ signing key. Install this package to provide the key for your apt to
+ check signatures automatically.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9955d37
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,8 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: code.liw.fi-keyring
+Upstream-Contact: Lars Wirzenius <liw@liw.fi>
+Source: http://git.liw.fi/
+
+Files: *
+Copyright: 2017, Lars Wirzenius
+License: CC0
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..d6d5325
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+code.liw.fi-keyring.gpg etc/apt/trusted.gpg.d
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8d2f4cd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_install:
+ ./make-keyring *.pub > code.liw.fi-keyring.gpg
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)