diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-12 15:55:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 06:24:46 +0100 |
commit | a702435daf92ab84d493dc8f0c0d264ae8d16d2f (patch) | |
tree | 48bed2bc08c6a15ee1e17867f81f828c153d1161 /debian/control | |
parent | 0156e17d5250a410f95b462da5bb8bdc74359859 (diff) |
d/control: interimap: no longer depends on 'libdbi-perl'.
The package is pulled by libdbd-sqlite3-perl (DBD::SQLite).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fa08abf..a9c9d95 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Vcs-Browser: https://git.guilhem.org/interimap Package: interimap Architecture: all Depends: libdbd-sqlite3-perl, - libdbi-perl, libinterimap (>= ${source:Upstream-Version}~), ${misc:Depends}, ${perl:Depends} |