diff options
author | Enrico Zini <enrico@enricozini.org> | 2015-09-09 22:42:23 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2015-09-09 22:45:32 +0200 |
commit | a5d69818fd5721c8764ceff6da228e896892db55 (patch) | |
tree | a4d918b962037d304254b19ffc2ed12c63d03e84 | |
parent | 3e0b13cf375486da5ee94b836e61fd6a5978f328 (diff) | |
download | libept-a5d69818fd5721c8764ceff6da228e896892db55.tar.gz |
Removed tagcoll dependency in debian/
-rw-r--r-- | debian/control | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 8e61f1b..7146325 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: cmake (>= 2.6), pkg-config, doxygen, 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 @@ -21,9 +20,8 @@ Recommends: pkg-config 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} +Built-Using: ${libwibble: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. @@ -42,7 +40,7 @@ Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} -Built-Using: ${libwibble:Source}, ${tagcoll2:Source} +Built-Using: ${libwibble: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. |