devuan-keyring

Devuan keyring package
git clone https://git.parazyd.org/devuan-keyring
Log | Files | Refs | README

commit fc82fa80f2e5fd4d47b0c99c554db7b4dca87c85
parent 99d0533a54bb5d90004ded2c0062380d906fc156
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  3 Oct 2017 14:40:01 +0200

clean whitespace

Diffstat:
Mdebian/changelog | 2+-
Mdebian/control | 6+++---
Mdebian/devuan-keyring-udeb.postinst | 2+-
Mdebian/postinst | 1-
Mdebian/rules | 4+---
5 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -64,7 +64,7 @@ devuan-keyring (2015.05.02) unstable; urgency=medium * Build also udeb package and change priority. -- Franco (nextime) Lanza <nextime@devuan.org> Sat, 02 May 2015 09:33:23 +0200 - + devuan-keyring (2015.04.11) unstable; urgency=medium * Build also udeb package and change priority. diff --git a/debian/control b/debian/control @@ -16,8 +16,8 @@ Depends: gpgv Recommends: gnupg | gnupg1 Breaks: apt (<< 0.7.25.1) Description: GnuPG archive key of the devuan repository - The devuan repository digitally signs its Release files. - This package contains the repository keys from devuan + The devuan repository digitally signs its Release files. + This package contains the repository keys from devuan developers used for that. Package: devuan-keyring-udeb @@ -25,7 +25,7 @@ XC-Package-Type: udeb Priority: optional Architecture: all Section: debian-installer -Recommends: gpgv-udeb +Recommends: gpgv-udeb Description: GnuPG keys of the Devuan archive The Devuan project digitally signs its Release files. This package contains the archive keys used for that, in a minimal form for use diff --git a/debian/devuan-keyring-udeb.postinst b/debian/devuan-keyring-udeb.postinst @@ -2,5 +2,5 @@ set -e DIR=/usr/share/keyrings if [ ! -e $DIR/archive.gpg ]; then - ln -s devuan-archive-keyring.gpg $DIR/archive.gpg + ln -s devuan-archive-keyring.gpg $DIR/archive.gpg fi diff --git a/debian/postinst b/debian/postinst @@ -15,4 +15,3 @@ if [ "$1" = 'configure' -a -n "$2" ]; then fi fi fi - diff --git a/debian/rules b/debian/rules @@ -58,8 +58,6 @@ binary-indep: checkroot checkkeyrings install -m 755 debian/devuan-keyring-udeb.postinst debian/devuan-keyring-udeb/DEBIAN/postinst - - # Don't let dpkg-gencontrol write incorrect guesses to debian/files. # Instead, register the udeb manually. dpkg-gencontrol -ndevuan-keyring-udeb_$(VERSION)_all.udeb -pdevuan-keyring-udeb -Tdebian/devuan-keyring-udeb.substvars -Pdebian/devuan-keyring-udeb -isp @@ -75,7 +73,7 @@ endef # Below here is fairly generic really -binary: binary-indep binary-arch +binary: binary-indep binary-arch checkroot: $(checkdir)