summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-18Mention a bug to be fixedEnrico Zini1-0/+1
2015-06-18Added changelogEnrico Zini1-0/+9
2015-06-17Removed debtags/maint/path and debtags/maint/sourcedirEnrico Zini12-644/+64
2015-06-17Decouple Vocabulary from maint/ directory managementEnrico Zini5-110/+136
2015-06-17Make newer cmake happyEnrico Zini1-0/+2
2014-10-06Migrated to dh_installdeb maintscript support. Closes: #659749Enrico Zini7-36/+3
2014-10-06Set priority to optional. Closes: #741632Enrico Zini2-2/+3
2014-10-06Updated parser for Tag: field, and deal with debtags now not merging sources ↵Enrico Zini5-41/+133
anymore
2013-10-24Fixes a case of sizeof(struct stat) disagreeing between libwibble and libept ↵Enrico Zini10-32/+19
on some architectures.
2013-10-24New version and changelogEnrico Zini2-1/+8
2013-10-24Add explicit template instantiation for stuff aptitude wantsEnrico Zini1-0/+3
2013-10-24Prepared new releaseEnrico Zini13-86/+66
* Dropped Conflict on long-disappeared version of debtags * Ported to debhelper * Ported to libwibble 1.1 * Removed obsolete debian/README
2013-10-22Redone debian/rules with debhelper7Enrico Zini1-24/+14
2013-10-22Ported to libwibble 1.0Enrico Zini6-76/+145
2012-06-21Work when the toolchain defaults to --as-neededEnrico Zini2-2/+10
2012-06-14Prepared uploadEnrico Zini2-1/+8
2012-06-14Separate the software version and shared library versionJulien Cristau5-6/+18
Not all version changes warrant a SONAME bump, so don't abuse the version as SONAME. This changes the soname to libept.so.1.aptpkg<version>, with <version> replaced by the libapt-pkg soversion, which is now detected at build time instead of being hardcoded. Add a compatibility symlink for libept.so.1.0.5.4.12.
2012-06-14New version and changelogEnrico Zini2-1/+7
2012-06-14Expose the underlying libaptEnrico Zini2-0/+15
2012-06-14Import doko's NMUEnrico Zini2-0/+14
2012-01-24* build against libapt in experimentalMichael Vogt5-5/+16
* debian/control: - encode apt ABI version in libept1 package name * ept/CMakeLists.txt: - do not set "SOVERSION 1" anymore, use full VERSION instead
2011-03-20Test for dpkg-maintscript-helper existance before invoking it. Closes: #590220Enrico Zini5-5/+11
2011-03-20Do not ship .m4 file anymore, as it's just a trivial invocation of pkg-configEnrico Zini5-13/+8
2011-03-20Added missing -lpthreadEnrico Zini1-1/+1
2010-10-27Updated upstream versionEnrico Zini1-1/+1
2010-10-27Fix broken tag names in /var/lib/debtags/vocabulary. Closes: #601417.Enrico Zini2-1/+7
2010-07-15Removed debugging output and upload to unstable.Enrico Zini5-33/+19
2010-07-15Override sourcelist config option so we don't look for the custom name used ↵Enrico Zini3-1/+9
in the buildds
2010-07-15More debug infoEnrico Zini4-6/+23
2010-07-15More debugging prints, and removed a useless constructorEnrico Zini3-9/+21
2010-07-14Improved one assertion, added more prints, try a workaroundEnrico Zini3-5/+13
2010-07-14Added debugging prints to help debug #587764Enrico Zini3-1/+9
2010-07-14Switch to dpkg-source 3.0 (native) formatEnrico Zini2-1/+3
2010-07-14Updated standards-version, no changes required.Enrico Zini2-2/+3
2010-07-14Updated version numberEnrico Zini1-1/+1
2010-07-14Removed weekly cron job. Closes: #588408Enrico Zini6-7/+33
2010-07-14Fixed a potential read-past-end-of-buffer error.Enrico Zini2-1/+7
2010-06-21Prepared upload to sidEnrico Zini2-1/+7
2010-05-16Updated standard-versionEnrico Zini1-1/+1
2010-05-16Upload to experimentalEnrico Zini1-2/+2
2010-05-16Forgot to add new ept-cache scriptEnrico Zini1-0/+8
2010-05-10ept-cache superseded by axi-cacheEnrico Zini15-2263/+8
2010-05-10Replaced textindex with axi, which contains just a handful of helper ↵Enrico Zini15-944/+248
functions to handle apt-xapian-index
2010-05-10Updated soversion in cmakeEnrico Zini1-2/+2
2010-05-10New sonameEnrico Zini4-5/+6
2010-05-10Allow to start with an empty vocabulary, and added function to update global ↵Enrico Zini2-9/+45
index
2010-05-10Updated source versionEnrico Zini1-1/+1
2010-05-10Promote vocabulary to a standalone data provider, as it should beEnrico Zini6-28/+13
2010-05-10Export getfacet functionEnrico Zini2-12/+16
2010-05-10Big debtags code simplificationEnrico Zini30-2891/+327
no more indices to maintain, just read the text files no more int IDs and conversions to/from strings