Add missing dependency on libglib2.0-dev
This commit is contained in:
parent
1f44841f22
commit
b63ecc385a
|
|
@ -13,6 +13,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
|
||||||
* debian/patches: remove all patches, no longer needed or applied
|
* debian/patches: remove all patches, no longer needed or applied
|
||||||
* Use dh_install --fail-missing to catch mistakes
|
* Use dh_install --fail-missing to catch mistakes
|
||||||
* Add a symbols file
|
* Add a symbols file
|
||||||
|
* Add missing dependency on libglib2.0-dev
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@ Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends:
|
Depends:
|
||||||
gir1.2-ostree-1.0 (= ${binary:Version}),
|
gir1.2-ostree-1.0 (= ${binary:Version}),
|
||||||
|
libglib2.0-dev,
|
||||||
ostree (= ${binary:Version}),
|
ostree (= ${binary:Version}),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue