diff options
author | Enrico Zini <enrico@enricozini.org> | 2015-06-18 11:02:07 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2015-06-18 11:02:07 +0200 |
commit | 5644bbe447066be9e33f2db785d7fdd476413c8f (patch) | |
tree | 419969661dac32d1e266e1e4b884f15d451d3d56 | |
parent | 5dcffa9145418ef36ef359b5ebea8cc2d071f742 (diff) | |
download | libept-5644bbe447066be9e33f2db785d7fdd476413c8f.tar.gz |
Rolled back, it was libapt's abi, not libept's abi
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libept1.4.12.install | 1 | ||||
-rw-r--r-- | debian/libept1.4.12.links | 2 | ||||
-rw-r--r-- | debian/libept1.4.13.install | 1 | ||||
-rw-r--r-- | debian/libept1.4.13.links | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 8860baf..7eb2bb4 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Section: libdevel Architecture: any Recommends: pkg-config Depends: - libept1.4.13 (= ${binary:Version}), + libept1.4.12 (= ${binary:Version}), libwibble-dev (>= 1.1), libwibble-dev (<< 2.0), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5), ${misc:Depends} @@ -36,7 +36,7 @@ Description: High-level library for managing Debian package information . This is the development library. -Package: libept1.4.13 +Package: libept1.4.12 Section: libs Architecture: any Multi-Arch: same diff --git a/debian/libept1.4.12.install b/debian/libept1.4.12.install new file mode 100644 index 0000000..76a43a4 --- /dev/null +++ b/debian/libept1.4.12.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libept.so.1.aptpkg4.12 diff --git a/debian/libept1.4.12.links b/debian/libept1.4.12.links new file mode 100644 index 0000000..e154ad3 --- /dev/null +++ b/debian/libept1.4.12.links @@ -0,0 +1,2 @@ +#!/usr/bin/dh-exec +usr/lib/${DEB_HOST_MULTIARCH}/libept.so.1.aptpkg4.12 usr/lib/libept.so.1.0.5.4.12 diff --git a/debian/libept1.4.13.install b/debian/libept1.4.13.install deleted file mode 100644 index 0b57cb8..0000000 --- a/debian/libept1.4.13.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/*/libept.so.1.aptpkg4.13 diff --git a/debian/libept1.4.13.links b/debian/libept1.4.13.links deleted file mode 100644 index c6b40c4..0000000 --- a/debian/libept1.4.13.links +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/dh-exec -usr/lib/${DEB_HOST_MULTIARCH}/libept.so.1.aptpkg4.13 usr/lib/libept.so.1.0.5.4.13 |