diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-07-05 06:38:10 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-07 20:54:29 +0100 |
commit | 87d947df1b837514a0f1efa3bc36b58088bd2564 (patch) | |
tree | 98f9e46a6b8c83fabb9543f33425a50c5fe57bc2 | |
parent | abd2ab209f24a59454d58a54febf47b01860b589 (diff) |
Add Homepage field, pointing to https://guilhem.org/interimap .
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca71024..e13a631 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ interimap (0.5-1) UNRELEASED; urgency=medium libconfig-tiny-perl, libdbd-sqlite3-perl, libnet-ssleay-perl, procps, sqlite3, and xxd. + interimap now suggests dovecot-imapd. + + Add Homepage field, pointing to https://guilhem.org/interimap . -- Guilhem Moulin <guilhem@debian.org> Mon, 27 May 2019 00:09:11 +0200 diff --git a/debian/control b/debian/control index 52fa17f..a113ff7 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 11~), sqlite3, xxd Standards-Version: 4.3.0 +Homepage: https://guilhem.org/interimap Vcs-Git: https://git.guilhem.org/interimap Vcs-Browser: https://git.guilhem.org/interimap |