summaryrefslogtreecommitdiff
path: root/debian/libept1.4.12.install
AgeCommit message (Collapse)AuthorFilesLines
2015-08-11Imported doko's NMUEnrico Zini1-1/+0
2015-06-18Rolled back, it was libapt's abi, not libept's abiEnrico Zini1-0/+1
2015-06-18Updated soname in packagingEnrico Zini1-1/+0
2013-10-24Prepared new releaseEnrico Zini1-1/+1
* Dropped Conflict on long-disappeared version of debtags * Ported to debhelper * Ported to libwibble 1.1 * Removed obsolete debian/README
2012-06-14Separate the software version and shared library versionJulien Cristau1-1/+1
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-01-24* build against libapt in experimentalMichael Vogt1-0/+1
* debian/control: - encode apt ABI version in libept1 package name * ept/CMakeLists.txt: - do not set "SOVERSION 1" anymore, use full VERSION instead