Source: libcutl
Version: 1.8.1+ds1-1
Severity: wishlist
Tags: patch

Hi,

currently libcutl build depends on libboost-all-dev, so installing
all the boost libraries; OTOH, libcutl uses only few of them,
so it is possible to reduce the number of installed packages when
building.

The attacked patch replaced libboost-all-dev with the actual boost
modules used, i.e. the base headers, boost-regex, and boost-system.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libcutl
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
 Uploaders: Onur Aslan <o...@onur.im>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libboost-all-dev, libexpat1-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, libboost-dev, libboost-regex-dev, libboost-system-dev, libexpat1-dev
 Standards-Version: 3.9.5
 Section: libs
 Homepage: http://www.codesynthesis.com/projects/libcutl/

Reply via email to