Drop the version from versioned build-dependencies where the required version was already present in oldstable
This commit is contained in:
parent
95e1ec7d87
commit
e7b52cea11
|
|
@ -2,6 +2,8 @@ ostree (2016.13-2) UNRELEASED; urgency=medium
|
|||
|
||||
* Switch the build-dependency on libgpgme11-dev (which no longer exists
|
||||
as a real package) to libgpgme-dev
|
||||
* Drop the version from versioned build-dependencies where the required
|
||||
version was already present in oldstable
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Thu, 24 Nov 2016 10:47:35 +0000
|
||||
|
||||
|
|
|
|||
|
|
@ -19,15 +19,15 @@ Build-Depends:
|
|||
fuse,
|
||||
gjs,
|
||||
gobject-introspection,
|
||||
gtk-doc-tools (>= 1.15),
|
||||
libarchive-dev (>= 2.8.0),
|
||||
gtk-doc-tools,
|
||||
libarchive-dev,
|
||||
libattr1-dev,
|
||||
libcap-dev,
|
||||
libfuse-dev,
|
||||
libgirepository1.0-dev (>= 1.34.0),
|
||||
libgirepository1.0-dev,
|
||||
libglib2.0-dev (>= 2.40.0),
|
||||
libgpgme-dev,
|
||||
liblzma-dev (>= 5.0.5),
|
||||
liblzma-dev,
|
||||
libmount-dev (>= 2.23),
|
||||
libselinux1-dev,
|
||||
libsoup2.4-dev (>= 2.39.1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue