diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 539a41d..91107a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ interimap (0.5-1) UNRELEASED; urgency=medium + Bump debhelper compatibility level to 12 and set debhelper-compat version in Build-Depends. + Add Homepage field, pointing to https://guilhem.org/interimap . + + Bump Standards-Version to 4.4.1 (no changes necessary). -- Guilhem Moulin <guilhem@debian.org> Mon, 27 May 2019 00:09:11 +0200 diff --git a/debian/control b/debian/control index 4ad90fd..3db69ac 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 12), procps, sqlite3, xxd -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Homepage: https://guilhem.org/interimap Vcs-Git: https://git.guilhem.org/interimap Vcs-Browser: https://git.guilhem.org/interimap |