summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-01-24 14:14:55 +0100
committerMichael Vogt <egon@debian-devbox>2012-01-24 14:31:50 +0100
commite723bd9ef784ec2516cd36a2dfcfd57d74ef453a (patch)
tree287ecaec1437b3a0ae7844d5afce98feab472787 /debian
parent9e7d767a9af5fa2f18cbd12b8f81dc3b0253f938 (diff)
downloadlibept-e723bd9ef784ec2516cd36a2dfcfd57d74ef453a.tar.gz
* build against libapt in experimental
* debian/control: - encode apt ABI version in libept1 package name * ept/CMakeLists.txt: - do not set "SOVERSION 1" anymore, use full VERSION instead
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control4
-rw-r--r--debian/libept1.4.12.install (renamed from debian/libept1.install)0
3 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ed83be..a0b6c24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libept (1.0.6~exp1) experimental; urgency=low
+
+ * build against libapt in experimental
+ * debian/control:
+ - encode apt ABI version in libept1 package name
+ * ept/CMakeLists.txt:
+ - do not set "SOVERSION 1" anymore, use full VERSION instead
+
+ -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 14:05:56 +0100
+
libept (1.0.5) unstable; urgency=low
* Do not ship .m4 file anymore, as it's just a trivial invocation of
diff --git a/debian/control b/debian/control
index 6d1f581..2162e43 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Package: libept-dev
Section: libdevel
Architecture: any
Recommends: pkg-config
-Depends: libept1 (= ${binary:Version}), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5), ${misc:Depends}
+Depends: libept1.4.12 (= ${binary:Version}), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5), ${misc:Depends}
Conflicts: debtags (<< 0.7)
Description: High-level library for managing Debian package information
The library defines a very minimal framework in which many sources of data
@@ -27,7 +27,7 @@ Description: High-level library for managing Debian package information
.
This is the development library.
-Package: libept1
+Package: libept1.4.12
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libept1.install b/debian/libept1.4.12.install
index c45ebcf..c45ebcf 100644
--- a/debian/libept1.install
+++ b/debian/libept1.4.12.install