Add missing dependency on libglib2.0-dev

This commit is contained in:
Simon McVittie 2016-01-28 16:48:56 +01:00
parent 1f44841f22
commit b63ecc385a
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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

1
debian/control vendored
View File

@ -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},