diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 7eb2bb4..8e61f1b 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Uploaders: Petr Rockai <mornfall@debian.org> Build-Depends: debhelper (>= 9), dh-exec, dh-buildinfo, cmake (>= 2.6), pkg-config, doxygen, - libapt-pkg-dev (>= 0.6.46.1), - libwibble-dev (>= 1.1), libwibble-dev (<< 2.0), - libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), - libxapian-dev (>= 1.0.5) + libapt-pkg-dev (>= 1.0.10), + libwibble-dev (>= 1.1-1+b1), libwibble-dev (<< 2.0), + libtagcoll2-dev (>= 2.0.14-1+b1), libtagcoll2-dev (<< 2.1), + libxapian-dev (>= 1.2.21-1.2) Standards-Version: 3.9.6.0 Vcs-Git: git://git.debian.org/git/debtags/libept.git Vcs-Browser: http://git.debian.org/?p=debtags/libept.git @@ -19,10 +19,11 @@ Section: libdevel Architecture: any Recommends: pkg-config Depends: - 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} + libept1.4.16 (= ${binary:Version}), + libwibble-dev (>= 1.1-1+b1), libwibble-dev (<< 2.0), + libtagcoll2-dev (>= 2.0.14-1+b1), libtagcoll2-dev (<< 2.1), + libapt-pkg-dev (>= 1.0.10), libxapian-dev (>= 1.2.21-1.2), ${misc:Depends} +Built-Using: ${libwibble:Source}, ${tagcoll2:Source} Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. @@ -36,11 +37,12 @@ Description: High-level library for managing Debian package information . This is the development library. -Package: libept1.4.12 +Package: libept1.4.16 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${libwibble:Source}, ${tagcoll2:Source} Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. |