Bug#1061716: wrong dependency?

2024-02-06 Thread Rémi Hérilier
Hi, I have the same problem with ccls which has stopped finding C++ headers. the quick fix is to install libstdc++-14-dev. The problem seems to be a dependency error: Debian testing's `clang`depends on `clang-16`which depends on `libstdc++-13-dev`. but the program `clang-16`only depends on `l

Bug#707230: apticron: notifies me about packages on hold even with NOTIFY_HOLDS="0"

2013-07-26 Thread Rémi Hérilier
e #137771. -APTITUDE_HOLDS=`grep "^State: 2" -B 2 /var/lib/aptitude/pkgstates 2>/dev/null |grep "^Package: .*$" |cut -d" " -f 2` +APTITUDE_HOLDS=`egrep "^(Package|State):" /var/lib/aptitude/pkgstates 2>/dev/null |grep "^State: 2" -B 1 |grep &