diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-20 08:59:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-20 08:59:42 +0200 |
commit | 7f506fca7ad6c19d089048239487040ae87c887b (patch) | |
tree | fb0b7c6beac29a94fe99911650cfe4be4988b18a | |
parent | 6b50bf5a9d0229e4308553166f7a6e04d5b726fc (diff) |
d/control: Add
-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 |