libdatrie 0.2.4-3 source package in Ubuntu
Changelog
libdatrie (0.2.4-3) unstable; urgency=low * Merge Ubuntu changes (build for multiarch) - Build-dep on debhelper (>= 8.1.3) - Add "Pre-Depends: ${misc:Pre-Depends}" for libdatrie1 - Add DEB_HOST_MULTIARCH and pass it to --libdir as a subdir under /usr/lib in configure - Replace /usr/lib/ with /usr/lib/*/ in {libdatrie1,libdatrie-dev}.install - Add "Multi-Arch: same" for libdatrie1 * Use dh-autoreconf instead of direct autoreconf call and manual cleanups - Build-dep on dh-autoreconf - Call dh_autoreconf on configure and dh_autoreconf_clean on clean * Bump Standards-Version to 3.9.2 (no changes needed) -- Steve Langasek <email address hidden> Mon, 20 Jun 2011 22:30:51 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Oneiric
- Original maintainer:
- Theppitak Karoonboonyanan
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdatrie_0.2.4.orig.tar.gz | 351.2 KiB | b2acfbfd9df07780f91352bc1bb16e4d8a32772dc9194bbc35ae600e0591dfa2 |
libdatrie_0.2.4-3.debian.tar.gz | 6.3 KiB | a39c5184861b74f6896c553b16e872cbb796ba728ce049955369ae87f9765af7 |
libdatrie_0.2.4-3.dsc | 1.2 KiB | 3292afb7bce8733b61bccf0e799405eac85d224d49819d01401cec77fb7584b9 |
Available diffs
- diff from 0.2.4-2ubuntu1 to 0.2.4-3 (1.4 KiB)
Binary packages built by this source
- libdatrie-dev: No summary available for libdatrie-dev in ubuntu oneiric.
No description available for libdatrie-dev in ubuntu oneiric.
- libdatrie-doc: Documentation files for double-array trie library
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
.
This library is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. The details of the implementation can be
found at http://linux.thai. net/~thep/ datrie/ datrie. html
.
This package contains some documents about the datrie library.
- libdatrie1: Double-array trie library
This package provides shared libraries needed to run programs that use the
datrie library. It is usually automatically installed.
- libdatrie1-bin: No summary available for libdatrie1-bin in ubuntu oneiric.
No description available for libdatrie1-bin in ubuntu oneiric.