This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 19dc5ea happy new year new e42a90a Add B-D: libdconf-dev. Required for building against caja (>= 1.8.0). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit e42a90aa89798b72894a9e019f51a2734264b794 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 22 15:07:15 2014 +0200 Add B-D: libdconf-dev. Required for building against caja (>= 1.8.0). --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a21266f..02973a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ x2gomatebindings (0.0.1.2-0~x2go1) UNRELEASED; urgency=low + Alternatively build-depend on libmate-desktop-dev (package name changed for official Debian bin:package). + Bump Standards: to 3.9.5. No changes needed. + + Add B-D: libdconf-dev. Required for building against + caja (>= 1.8.0). * debian/source/format: + Switch to format 1.0. * x2gomatebindings.spec: diff --git a/debian/control b/debian/control index b4994d6..f281455 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: libmatedesktop-dev (>= 1.6.0) | libmate-desktop-dev (>= 1.6.0), libcaja-extension-dev (>= 1.6.0), libgconf2-dev, - pkg-config + pkg-config, + libdconf-dev, Standards-Version: 3.9.5 Homepage: http://code.x2go.org/releases/source/x2gomatebindings Vcs-Git: git://code.x2go.org/x2gomatebindings.git -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git