URI: 
       tBuild also udeb package and change priority - devuan-keyring - Devuan keyring package
  HTML git clone https://git.parazyd.org/devuan-keyring
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit a943aa8bf93db5e5658b75b5becb0bb633a11990
   DIR parent 1620911b45f3a767680ff1ffea42c0ecad238074
  HTML Author: nextime <nextime@nexlab.it>
       Date:   Sat, 11 Apr 2015 09:56:54 +0200
       
       Build also udeb package and change priority
       
       Diffstat:
         M debian/changelog                    |       6 ++++++
         M debian/control                      |      21 ++++++++++++++++++---
       
       2 files changed, 24 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/debian/changelog b/debian/changelog
       t@@ -1,3 +1,9 @@
       +devuan-keyring (2015.04.11) unstable; urgency=medium
       +
       +  * Build also udeb package and change priority.
       +
       + -- Franco (nextime) Lanza <nextime@devuan.org>  Sat, 11 Apr 2015 09:55:58 +0200
       +
        devuan-keyring (2014.12.07) unstable; urgency=medium
        
          * Added repository key.
   DIR diff --git a/debian/control b/debian/control
       t@@ -1,17 +1,32 @@
        Source:devuan-keyring
        Section: misc
       -Priority: extra
       +Priority: important
        Maintainer: Franco (nextime) Lanza <nextime@devuan.org>
        Bugs: mailto:nextime@devuan.org
        Homepage: http://www.devuan.org
        Standards-Version: 3.9.6
       -Build-Depends: debhelper (>= 9)
       +Build-Depends: debhelper (>= 9), gnupg
        
        Package: devuan-keyring
        Architecture: all
        Multi-Arch: foreign
       -Depends: gnupg (>= 1.0.6-4), ${misc:Depends}
       +Depends: gpgv, ${misc:Depends}
       +Recommends: gnupg
       +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 
         developers used for that.
       +
       +Package: devuan-keyring-udeb
       +XC-Package-Type: udeb
       +Priority: optional
       +Architecture: all
       +Section: debian-installer
       +Depends: ${misc:Depends}
       +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
       + in the installer.
       +