Package: libept-dev
Version: 0.5.18
Severity: normal
Hello,
The output of this simple test program does not match with the output
of "apt-cache dumpavail | grep-dctrl -ns Package . | sort". In
particular, comparing the list of packages produced by this with the
list of packages produced by apt-cache, both lists have packages not
present in the other one.
// Compile with g++ `pkg-config libept --cflags --libs` test.cpp
#include <iostream>
using namespace std;
#include <ept/apt/apt.h>
int main(int argc, char* argv[])
{
typedef ept::apt::Apt Apt;
Apt apt;
for (Apt::Iterator it = apt.begin(); it != apt.end(); ++it)
{
cout << (*it) << endl;
}
}
Ciao,
Enrico
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libept-dev depends on:
ii libapt-pkg-dev 0.7.14+b1 Development files for APT's libapt
ii libept0 0.5.18 High-level library for managing De
ii libtagcoll2-dev 2.0.11-1 Functions used to manipulate tagge
ii libwibble-dev 0.1.19 Library of various useful C++ code
ii libxapian-dev 1.0.5-1 Development files for Xapian searc
Versions of packages libept-dev recommends:
ii pkg-config 0.22-1 manage compile and link flags for
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]