diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b8b527a..2c8e798 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libunistring (0.9.3-5.3) UNRELEASED; urgency=medium * Non-maintainer upload. * Bump Policy Standards-Version to 3.9.8 - use dpkg triggers for ldconfig, section 8.1.1 (from previous versions) + * debian/compat: set level 9 * Update Vcs-* URLs -- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 15:21:07 +0100 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 |