diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-06 11:16:05 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-06 11:16:05 +0100 | 
| commit | 8cf3b680bed91e92fd2a936fd3fc83541cb098fe (patch) | |
| tree | 488abd272ab142d57cea28fc604a75f019708044 | |
| parent | 9f2c6420c30d29ab67c011363303f6586e44c147 (diff) | |
Remove redundant dpkg from Pre-Depends
| -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.   . | 
