Source: libzypp
Version: 14.29.1-1
Severity: wishlist
Tags: patch
Hi,
the current build dependencies libzypp install too many packages, and
it is possible to reduce the number of packages installed, like shown
in the attached patch:
- specify the actual boost modules used, instead of all of them
- dejagnu seems not used at all
- libgettext-po is not used (only the gettext tools are used)
- zsync seems not used at all
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,13 @@ Build-Depends: debhelper (>= 9),
pkg-config,
librpm-dev,
rpm-common,
- libboost-all-dev,
+ libboost-dev,
+ libboost-program-options-dev,
+ libboost-test-dev,
+ libboost-thread-dev,
libssl-dev,
- dejagnu,
doxygen,
ruby,
- libgettextpo-dev,
libudev-dev,
libxml2-dev,
libcurl4-gnutls-dev,
@@ -22,7 +23,6 @@ Build-Depends: debhelper (>= 9),
libsolv-tools,
libexpat-dev,
libproxy-dev,
- zsync,
graphviz,
gnupg2,
Homepage: https://github.com/openSUSE/libzypp