libostree-dev: stop depending on ostree
It isn't necessary to use the library, and would break multiarch installability.
This commit is contained in:
parent
a413cd0c28
commit
c800f12250
|
|
@ -4,6 +4,8 @@ ostree (2016.10-2) UNRELEASED; urgency=medium
|
||||||
David King
|
David King
|
||||||
* Install GObject-Introspection typelibs to multiarch path,
|
* Install GObject-Introspection typelibs to multiarch path,
|
||||||
and mark gir1.2-ostree-1.0 as Multi-Arch: same
|
and mark gir1.2-ostree-1.0 as Multi-Arch: same
|
||||||
|
* libostree-dev: stop depending on ostree. It isn't necessary to
|
||||||
|
use the library, and would break multiarch installability
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 21 Sep 2016 21:58:32 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 21 Sep 2016 21:58:32 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,6 @@ Section: libdevel
|
||||||
Depends:
|
Depends:
|
||||||
gir1.2-ostree-1.0 (= ${binary:Version}),
|
gir1.2-ostree-1.0 (= ${binary:Version}),
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
ostree (= ${binary:Version}),
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Suggests:
|
Suggests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue