diff options
author | Enrico Zini <enrico@enricozini.org> | 2010-05-10 18:58:02 +0100 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2010-05-10 18:58:02 +0100 |
commit | 16c7f645ed52eed014d4016fe6160c405e0f6787 (patch) | |
tree | b067ca7fcebd9d916f5b4d7b4475ec8884c7a656 /debian | |
parent | 1b5ac4e66699cacde7123da3b111a0a16ee55db4 (diff) | |
download | libept-16c7f645ed52eed014d4016fe6160c405e0f6787.tar.gz |
ept-cache superseded by axi-cache
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rw-r--r-- | debian/ept-cache.install | 1 |
3 files changed, 7 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 9744f78..5de4695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ libept (1.0) unstable; urgency=low * Breaks API and ABI: bump major version * Replaced textindex with axi, which contains just a handful of helper functions to handle apt-xapian-index + * ept-cache superseded by axi-cache - -- Enrico Zini <enrico@debian.org> Mon, 10 May 2010 17:49:17 +0100 + -- Enrico Zini <enrico@debian.org> Mon, 10 May 2010 18:47:39 +0100 libept (0.5.30) unstable; urgency=low diff --git a/debian/control b/debian/control index 045265b..7857475 100644 --- a/debian/control +++ b/debian/control @@ -45,16 +45,11 @@ Description: High-level library for managing Debian package information This is the shared library. Package: ept-cache -Architecture: any +Architecture: all Section: misc -Depends: ${shlibs:Depends}, ${misc:Depends}, apt-xapian-index (>= 0.5) +Depends: ${shlibs:Depends}, ${misc:Depends}, apt-xapian-index (>= 0.30) Recommends: debtags -Description: Commandline tool to search the package archive - ept-cache is a simple commandline interface to the functions of libept. - . - It can currently search and display data from four sources: +Description: Obsolete commandline tool to search the package archive + ept-cache has been superseded by axi-cache, provided by apt-xapian-index. . - * The APT database - * The Debtags tag information - * Popcon package scores - * The Xapian index built by apt-xapian-index + This package provides a dummy ept-cache script that just call axi-cache. diff --git a/debian/ept-cache.install b/debian/ept-cache.install index 42ce3c6..468332f 100644 --- a/debian/ept-cache.install +++ b/debian/ept-cache.install @@ -1,2 +1 @@ debian/tmp/usr/bin/ -debian/tmp/usr/share/man/man1 |