From b63ecc385abd4500e64ff267ef2c7b2b67871890 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 28 Jan 2016 16:48:56 +0100 Subject: [PATCH] Add missing dependency on libglib2.0-dev --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 10413218..63e6aaf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 27 Jan 2016 13:04:34 +0100 diff --git a/debian/control b/debian/control index f960cf0c..eacbbeb4 100644 --- a/debian/control +++ b/debian/control @@ -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},