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
|
||||
* Use dh_install --fail-missing to catch mistakes
|
||||
* Add a symbols file
|
||||
* Add missing dependency on libglib2.0-dev
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Architecture: any
|
|||
Section: libdevel
|
||||
Depends:
|
||||
gir1.2-ostree-1.0 (= ${binary:Version}),
|
||||
libglib2.0-dev,
|
||||
ostree (= ${binary:Version}),
|
||||
pkg-config,
|
||||
${misc:Depends},
|
||||
|
|
|
|||
Loading…
Reference in New Issue