#592899 cdebconf: please move newt frontend to its own binary package

Package:
cdebconf
Source:
cdebconf
Description:
Debian Configuration Management System (C-implementation)
Submitter:
Carsten Hey
Date:
2010-08-13 18:24:08 UTC
Severity:
wishlist
#592899#3
Date:
2010-08-13 18:18:32 UTC
From:
To:
Hi,

cdebconf currently depends on libnewt and libslang2 because of the newt
frontend.

On Sid both libraries together require more than two MB disk space:

    $ dpkg -s libslang2 libnewt0.52 | egrep 'Package:|Installed-Size:'
    Package: libslang2
    Installed-Size: 1264
    Package: libnewt0.52
    Installed-Size: 960

Please consider splitting the package to get rid of these dependencies
in minimal installations.

I thought about something similar to debconf-i18n and debconf-english:

    Package: cdebconf
    Depends: cdebconf-newt | cdebconf-tiny, ...


This will of course only become relevant after it became possible to
replace debconf with cdebconf.


Regards
Carsten