tFix build for udeb - devuan-keyring - Devuan keyring package
HTML git clone https://git.parazyd.org/devuan-keyring
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 06538dddce3016ee0cc9ab34f22ebadd82da148b
DIR parent 3fba4d84fc44029b18a852e88e11ebd62fba0d8d
HTML Author: nextime <franco@unixmedia.it>
Date: Mon, 4 May 2015 22:05:30 +0200
Fix build for udeb
Diffstat:
M debian/changelog | 9 +++++++--
M debian/devuan-keyring-udeb.install | 3 +--
A debian/devuan-keyring.doc | 1 +
A debian/devuan-keyring.install | 1 +
R debian/postinst -> debian/devuan-k… | 0
M debian/rules | 5 +++--
A debian/source/format | 2 ++
7 files changed, 15 insertions(+), 6 deletions(-)
---
DIR diff --git a/debian/changelog b/debian/changelog
t@@ -1,3 +1,9 @@
+devuan-keyring (2015.05.05) unstable; urgency=medium
+
+ * fix build for udeb
+
+ -- Franco (nextime) Lanza <nextime@devuan.org> Mon, 04 May 2015 22:03:58 +0200
+
devuan-keyring (2015.05.04) unstable; urgency=medium
* Add udeb install file as for issue #5.
t@@ -26,4 +32,4 @@ devuan-keyring (2014.12.06) unstable; urgency=low
* First packaging.
- -- Franco (nextime) Lanza <nextime@devuan.org> Sat, 6 Dec 2014 17:20:39 +0100
-\ No newline at end of file
+ -- Franco (nextime) Lanza <nextime@devuan.org> Sat, 6 Dec 2014 17:20:39 +0100
DIR diff --git a/debian/devuan-keyring-udeb.install b/debian/devuan-keyring-udeb.install
t@@ -1 +1 @@
-/usr/share/keyrings/devuan-keyring.gpg
-\ No newline at end of file
+usr/share/keyrings/*
DIR diff --git a/debian/devuan-keyring.doc b/debian/devuan-keyring.doc
t@@ -0,0 +1 @@
+README.md
DIR diff --git a/debian/devuan-keyring.install b/debian/devuan-keyring.install
t@@ -0,0 +1 @@
+usr/share/keyrings/devuan-keyring.gpg
DIR diff --git a/debian/postinst b/debian/devuan-keyring.postinst
DIR diff --git a/debian/rules b/debian/rules
t@@ -4,8 +4,9 @@
dh $@
override_dh_install:
- dh_install keyrings/devuan-keyring.gpg usr/share/keyrings/
- dh_install keyrings/devuan-removed-keys.gpg usr/share/keyrings
+ mkdir -p debian/tmp/usr/share/keyrings
+ cp keyrings/* debian/tmp/usr/share/keyrings
+ dh_install
override_dh_builddeb:
dh_builddeb -- -Zxz
DIR diff --git a/debian/source/format b/debian/source/format
t@@ -0,0 +1,2 @@
+3.0 (native)
+