Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-05 | Do not play with soname | Igor Pashev | 1 | -10/+1 | |
There is no automation (one need to fix debian/* files). And we have libapt-pkg-4.12.so, not libapt-pkg.so.1.42 due to libtool due to gnulib ;-) | |||||
2012-07-05 | Merge git://git.debian.org/git/debtags/libept | Igor Pashev | 9 | -6/+68 | |
2012-06-21 | Work when the toolchain defaults to --as-needed | Enrico Zini | 2 | -2/+10 | |
2012-06-14 | Prepared upload | Enrico Zini | 2 | -1/+8 | |
2012-06-14 | Separate the software version and shared library version | Julien Cristau | 5 | -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-14 | New version and changelog | Enrico Zini | 2 | -1/+7 | |
2012-06-14 | Expose the underlying libapt | Enrico Zini | 2 | -0/+15 | |
2012-06-14 | Import doko's NMU | Enrico Zini | 2 | -0/+14 | |
2012-04-22 | Fixed package priority | Igor Pashev | 1 | -0/+2 | |
2012-02-28 | Link with -lsocket if SunOS | Igor Pashev | 1 | -0/+4 | |
2012-02-28 | Include <unistd.h> | Igor Pashev | 1 | -0/+1 | |
2012-01-24 | * build against libapt in experimental | Michael Vogt | 5 | -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-20 | Test for dpkg-maintscript-helper existance before invoking it. Closes: #590220 | Enrico Zini | 5 | -5/+11 | |
2011-03-20 | Do not ship .m4 file anymore, as it's just a trivial invocation of pkg-config | Enrico Zini | 5 | -13/+8 | |
2011-03-20 | Added missing -lpthread | Enrico Zini | 1 | -1/+1 | |
2010-10-27 | Updated upstream version | Enrico Zini | 1 | -1/+1 | |
2010-10-27 | Fix broken tag names in /var/lib/debtags/vocabulary. Closes: #601417. | Enrico Zini | 2 | -1/+7 | |
2010-07-15 | Removed debugging output and upload to unstable. | Enrico Zini | 5 | -33/+19 | |
2010-07-15 | Override sourcelist config option so we don't look for the custom name used ↵ | Enrico Zini | 3 | -1/+9 | |
in the buildds | |||||
2010-07-15 | More debug info | Enrico Zini | 4 | -6/+23 | |
2010-07-15 | More debugging prints, and removed a useless constructor | Enrico Zini | 3 | -9/+21 | |
2010-07-14 | Improved one assertion, added more prints, try a workaround | Enrico Zini | 3 | -5/+13 | |
2010-07-14 | Added debugging prints to help debug #587764 | Enrico Zini | 3 | -1/+9 | |
2010-07-14 | Switch to dpkg-source 3.0 (native) format | Enrico Zini | 2 | -1/+3 | |
2010-07-14 | Updated standards-version, no changes required. | Enrico Zini | 2 | -2/+3 | |
2010-07-14 | Updated version number | Enrico Zini | 1 | -1/+1 | |
2010-07-14 | Removed weekly cron job. Closes: #588408 | Enrico Zini | 6 | -7/+33 | |
2010-07-14 | Fixed a potential read-past-end-of-buffer error. | Enrico Zini | 2 | -1/+7 | |
2010-06-21 | Prepared upload to sid | Enrico Zini | 2 | -1/+7 | |
2010-05-16 | Updated standard-version | Enrico Zini | 1 | -1/+1 | |
2010-05-16 | Upload to experimental | Enrico Zini | 1 | -2/+2 | |
2010-05-16 | Forgot to add new ept-cache script | Enrico Zini | 1 | -0/+8 | |
2010-05-10 | ept-cache superseded by axi-cache | Enrico Zini | 15 | -2263/+8 | |
2010-05-10 | Replaced textindex with axi, which contains just a handful of helper ↵ | Enrico Zini | 15 | -944/+248 | |
functions to handle apt-xapian-index | |||||
2010-05-10 | Updated soversion in cmake | Enrico Zini | 1 | -2/+2 | |
2010-05-10 | New soname | Enrico Zini | 4 | -5/+6 | |
2010-05-10 | Allow to start with an empty vocabulary, and added function to update global ↵ | Enrico Zini | 2 | -9/+45 | |
index | |||||
2010-05-10 | Updated source version | Enrico Zini | 1 | -1/+1 | |
2010-05-10 | Promote vocabulary to a standalone data provider, as it should be | Enrico Zini | 6 | -28/+13 | |
2010-05-10 | Export getfacet function | Enrico Zini | 2 | -12/+16 | |
2010-05-10 | Big debtags code simplification | Enrico Zini | 30 | -2891/+327 | |
no more indices to maintain, just read the text files no more int IDs and conversions to/from strings | |||||
2010-05-09 | Greatly simplified Vocabulary implementation | Enrico Zini | 10 | -1200/+288 | |
2009-12-15 | Added more missing headers | Enrico Zini | 4 | -1/+5 | |
2009-12-15 | wibble 0.1.23 is enough | Enrico Zini | 1 | -1/+1 | |
2009-12-15 | Added Vcs-* headers | Enrico Zini | 2 | -0/+3 | |
2009-12-15 | Depend on newer wibble | Enrico Zini | 2 | -2/+3 | |
2009-12-15 | Added debsrc target | Enrico Zini | 2 | -0/+21 | |
2009-09-29 | Priority: important | Enrico Zini | 3 | -2/+8 | |
2009-09-29 | Updated standards-version; removed vcs-* links | Enrico Zini | 1 | -3/+1 | |
2009-09-29 | Added missing ${misc:Depends} | Enrico Zini | 1 | -2/+2 | |