package cupt retitle 529201: is32-libs-tools: provides incorrect apt config snippet reassign ia32-libs-tools thanks
Steve Cotton wrote:
> Package: cupt
> Version: 0.1.1.1
> Severity: normal
>
> cupt won't start if ia32-libs-tools is installed - it errors out
> on the latter's default config (I checked by purging and then
> reinstalling ia32-libs-tools.)
>
> st...@localhost:~$ cupt show cupt
> E: bad config in file '/etc/apt/apt.conf.d/00ia32-libs-tools'
> E: error while loading config
Hello Steve, thanks for report. It's really a ia32-libs-tools's fault because
of incorrect apt config snippet.
Hello is32-libs-tools' maintainer(s),
> -- Contents of /etc/apt/apt.conf.d/00ia32-libs-tools
> Apt::Update::Ppost-Invoke { "[ ! -x /usr/lib/ia32-libs-tools/mangle ] || cat
> /var/lib/apt/lists/*_Packages /usr/lib/ia32-libs-tools/mangle --index
> >/dev/null" };
>
The snippet misses semicolon ';' before closing '}', specified in apt.conf for
list variables. Please add it.
--
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Maintainer
signature.asc
Description: OpenPGP digital signature

