diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 575ab96..d70f587 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@  libonig (6.9.8-2) UNRELEASED; urgency=medium    * debian/rules: -    - Fix Fails to build source after successful build (Closes: ##1044462). +    - Fix Fails to build source after successful build (Closes: #1044462). +  * Declare compliance with Debian Policy 4.6.2 (No changes needed).   -- Jörg Frings-Fürst <debian@jff.email>  Mon, 14 Aug 2023 09:48:18 +0200 diff --git a/debian/control b/debian/control index 5c72115..0d4b835 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends:   debhelper-compat (= 13) -Standards-Version: 4.6.0 +Standards-Version: 4.6.2.0  Rules-Requires-Root: no  Homepage: https://github.com/kkos/oniguruma  Vcs-Git: git://jff.email/opt/git/libonig.git | 
