diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0fb46dd..1e9c11d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ mailgraph (1.14-18) UNRELEASED; urgency=medium - debian/control: + Bump minimum debhelper-compat version to = 13. * Declare compliance with Debian Policy 4.6.0.0 (No changes needed). + * debian/control: + - Add ${misc:Pre-Depends}. -- Jörg Frings-Fürst <debian@jff.email> Thu, 18 Jul 2019 20:31:13 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 021ea30..0000000 --- a/debian/compat +++ /dev/null @@ -1,2 +0,0 @@ -10 - diff --git a/debian/control b/debian/control index ab7a6a7..26ac36a 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Depends: lsb-base (>= 3.0-6), ucf (>= 0.28) Pre-Depends: + ${misc:Pre-Depends}, debconf (>= 0.5) | debconf-2.0 Recommends: httpd | apache2, default-mta | exim4 | postfix | sendmail | mail-transport-agent |