diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/debian/control b/debian/control index 8906ce0..e000b3b 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,14 @@ Source: libept Section: libdevel -Priority: important +Priority: optional Maintainer: Enrico Zini <enrico@debian.org> Uploaders: Petr Rockai <mornfall@debian.org> -Build-Depends: cdbs, debhelper (>> 5), dh-buildinfo, doxygen, libapt-pkg-dev (>= 0.6.46.1), libwibble-dev (>= 0.1.23), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), pkg-config, libxapian-dev (>= 1.0.5), cmake (>= 2.6) -Standards-Version: 3.9.0.0 +Build-Depends: + debhelper (>= 9), dh-exec, dh-buildinfo, + cmake (>= 2.6), pkg-config, doxygen, + libapt-pkg-dev (>= 1.0.10), + 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 @@ -13,8 +17,9 @@ Section: libdevel Priority: optional Architecture: any Recommends: pkg-config -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) +Depends: + libept1.4.16 (= ${binary:Version}), + libapt-pkg-dev (>= 1.0.10), libxapian-dev (>= 1.2.21-1.2), ${misc:Depends} 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. @@ -28,9 +33,10 @@ 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} Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data @@ -44,14 +50,3 @@ Description: High-level library for managing Debian package information * The Xapian index built by apt-xapian-index . This is the shared library. - -Package: ept-cache -Priority: extra -Architecture: all -Section: misc -Depends: ${shlibs:Depends}, ${misc:Depends}, apt-xapian-index (>= 0.30) -Recommends: debtags -Description: Obsolete commandline tool to search the package archive - ept-cache has been superseded by axi-cache, provided by apt-xapian-index. - . - This package provides a dummy ept-cache script that just call axi-cache. |