Package: jailer Version: 0.4-9 Severity: normal I use jailer to create a chroot in which my php-fastcgi-processes run. php5-cgi depends on libssl0.9.8, which depends on debconf, which depends on debconf-i18n, which depends on some perl-packages.
Because I need neither debconf nor perl inside my chroot, I used the "Junk-Debs" option to blacklist debconf and debconf-2.0. The first problem is, that all dependencies (debconf-i18n and debconf-english), while debconf depends on "debconf-i18n | debconf-english", get copied. After blacklisting them, too, the perl-packages debconf-i18n still get installed, although no package (except the blacklisted debconf-i18n) requires them. I needed to junk-deb all perl- and debconf-packages manually to get rid of them. The config I used is the following: <general> # This section provides the default for options when not mentioned # explicitly under a given section. Junk: /etc/init.d/* /usr/share/* /usr/share /sbin/* /sbin /etc/* /sys /var/* /usr/sbin/* /usr/sbin </general> <jail> Root: /opt/testjail Conf: /etc/php5/* /var/lib/php5 /var/log Debs: php5-cgi php5-mysql imagemagick Junk-Debs: x11-common debconf debconf-2.0 debconf-i18n debconf-english \ libtext-iconv-perl perlapi-5.8.8 liblocale-gettext-perl \ libtext-wrapi18n-perl libtext-charwidth-perl perl-base Extra: /dev/null /dev/random /dev/urandom /etc/ld.so.* /etc/host.conf /etc/resolv.conf /usr/share/ImageMagick-6.2.4/ /var/lib/php5 /var/log Junk: /usr/include/ /etc/php5/cli/ /var/cache /usr/lib/cgi-bin/php5 </jail> -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages jailer depends on: ii cpio 2.6-17 GNU cpio -- a program to manage ar ii perl [perl5] 5.8.8-7 Larry Wall's Practical Extraction jailer recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]