URI: 
       tclean whitespace - devuan-keyring - Devuan keyring package
  HTML git clone https://git.parazyd.org/devuan-keyring
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit fc82fa80f2e5fd4d47b0c99c554db7b4dca87c85
   DIR parent 99d0533a54bb5d90004ded2c0062380d906fc156
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Tue,  3 Oct 2017 14:40:01 +0200
       
       clean whitespace
       
       Diffstat:
         M debian/changelog                    |       2 +-
         M debian/control                      |       6 +++---
         M debian/devuan-keyring-udeb.postinst |       2 +-
         M debian/postinst                     |       1 -
         M debian/rules                        |       4 +---
       
       5 files changed, 6 insertions(+), 9 deletions(-)
       ---
   DIR diff --git a/debian/changelog b/debian/changelog
       t@@ -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.
   DIR diff --git a/debian/control b/debian/control
       t@@ -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
       t@@ -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
   DIR diff --git a/debian/devuan-keyring-udeb.postinst b/debian/devuan-keyring-udeb.postinst
       t@@ -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
   DIR diff --git a/debian/postinst b/debian/postinst
       t@@ -15,4 +15,3 @@ if [ "$1" = 'configure' -a -n "$2" ]; then
                        fi
                fi
        fi
       -
   DIR diff --git a/debian/rules b/debian/rules
       t@@ -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
       t@@ -75,7 +73,7 @@ endef
        
        # Below here is fairly generic really
        
       -binary:                binary-indep binary-arch
       +binary: binary-indep binary-arch
        
        checkroot:
                $(checkdir)