[X2Go-Commits] [x2gothinclient] 01/01: be more strict on dependency relations among our own bin:packages
git-admin at x2go.org
git-admin at x2go.org
Mon Sep 1 16:28:30 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gothinclient.
commit 3f82eaa6392943934d16cfd392f94e3c8e20f618
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Sep 1 16:28:27 2014 +0200
be more strict on dependency relations among our own bin:packages
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 3d8cdd5..b93c342 100644
--- a/debian/control
+++ b/debian/control
@@ -117,7 +117,7 @@ Depends:
pinentry-x2go,
xauth,
xinit,
- x2gothinclient-common (>= ${source:Version}),
+ x2gothinclient-common (>= ${source:Version}), x2gothinclient-common (<< ${source:Version}.1),
lightdm,
Recommends:
flashplugin-nonfree
@@ -181,7 +181,7 @@ Depends:
dbus-x11,
policykit-1,
libfile-path-expand-perl,
- x2gothinclient-common (>= ${source:Version}),
+ x2gothinclient-common (>= ${source:Version}), x2gothinclient-common (<< ${source:Version}.1),
Provides:
x2gothinclient,
Breaks:
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
More information about the x2go-commits
mailing list