diff options
author | David Kalnischkies <david@kalnischkies.de> | 2022-04-21 03:01:22 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2022-05-07 10:45:44 +0200 |
commit | 8fd65748589bb1e0b671d4a291521bfba1664c5c (patch) | |
tree | f6eac6ea671ad466f4a616a957d7a8fc85e8ed0c /debian | |
parent | 8d8b45a96ceceb015f7836cf25b99279c2f377b9 (diff) |
Remove unused public zlib include from libapt fileutl.h
Our public interface doesn't use zlib for quite a while now so lets drop
the last remnants as hopefully nobody depends on us bringing it in…
Unlike our own private lib for transitive provision of unistd.h.
References: 680b916ce7203a40ebd0a3882b9a71ca77278a67
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7a91e0f05..58c6be15e 100644 --- a/debian/control +++ b/debian/control @@ -112,7 +112,6 @@ Multi-Arch: same Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: libapt-pkg (= ${binary:Version}), - zlib1g-dev, ${misc:Depends} Section: libdevel Description: development files for APT's libapt-pkg and libapt-inst |