diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 295b21b..5ac160a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libonig (5.9.6-2) UNRELEASED; urgency=medium + + * debian/control: + - Remove dpkg from libonig2-dbg Pre-Depends because redundance + with ${misc:Pre-Depends}. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 06 Jan 2015 11:09:12 +0100 + libonig (5.9.6-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 03aa026..f12c53c 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,7 @@ Depends: ${misc:Depends}, libonig2 (= ${binary:Version}) Pre-Depends: - ${misc:Pre-Depends}, - dpkg + ${misc:Pre-Depends} Description: regular expressions library — debugging symbols Oniguruma is a library for working with regular expressions. . |