[X2Go-Commits] [x2gomatebindings] 01/04: debian/control: add explicit dependency on bash (for arithmetic operations in debian/rules file.)
git-admin at x2go.org
git-admin at x2go.org
Sat Jun 11 13:37:39 CEST 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gomatebindings.
commit 0329318fe394160d7768df97b15cafdfb52b6d77
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Jun 11 03:20:22 2016 +0200
debian/control: add explicit dependency on bash (for arithmetic operations in debian/rules file.)
---
debian/changelog | 2 ++
debian/control | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d465a2c..928bcac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low
but who knows...)
- Replace explicit GTK library dependency with some generated substitution
variable.
+ - Add explicit dependency on bash (for arithmetic operations in
+ debian/rules file.)
* debian/rules:
- Add per-distro and per-version substitution variable for GTK library
version selection.
diff --git a/debian/control b/debian/control
index 51e192a..68d8520 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends:
sed,
coreutils,
lsb-release,
+ bash,
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/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
More information about the x2go-commits
mailing list