diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-25 09:53:51 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-25 09:53:51 +0200 | 
| commit | 3ef49f8de6794777791fdc48ee4b73926ea51e1a (patch) | |
| tree | 57ec61c31f78449949c85891024ebecc19aa1242 | |
| parent | 71b65baf8495580286b34c803901c6061baf16e7 (diff) | |
Declare compliance with Debian Policy 4.0.0
| -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 eeb4e7b..b137077 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libonig (6.3.0-1) unstable; urgency=medium      - Remove libonig4-dbg section from debian/control.      - Remove override_dh_strip from debian/rules.    * New README.source to explain the branching model used. +  * Declare compliance with Debian Policy 4.0.0. (No changes needed).   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Fri, 02 Jun 2017 19:00:40 +0200 diff --git a/debian/control b/debian/control index 10fe51c..6b25f28 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra  Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>  Build-Depends:   debhelper (>= 10) -Standards-Version: 3.9.8 +Standards-Version: 4.0.0  Homepage: https://github.com/kkos/oniguruma  Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/libonig.git  Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libonig.git | 
