ssanthosh243 / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

requires wrong version of libxdo2 #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the deb for ubuntu
2. install
3.

What is the expected output? What do you see instead?
Expected: package gets installed if the latest libxdo2 is installed 
(1:2.20100701.2961-2ubuntu1).
Instead, dpkg: dependency problems prevent configuration of xdotool:
 xdotool depends on libxdo2 (>= 1:2.20101012.3049-4); however:
  Version of libxdo2 on system is 1:2.20100701.2961-2ubuntu1.
Note that the version of the lib required is the same as the version of the 
xdotool installed.

What version of the product are you using? On what operating system?
xdotool_2.20101012.3049-4_amd64

Please provide any additional information below.

Original issue reported on code.google.com by van...@gmail.com on 10 Dec 2010 at 12:04

GoogleCodeExporter commented 9 years ago
xdotool requires the same version of libxdo, as newer versions of xdotool often 
rely on newer features of libxdo.

Newer versions of libxdo (on the same version major) should work with older 
versions of xdotool, but the reverse is not supported.

I'll work on producing better debian packages. Sorry for the problems!

Original comment by jls.semi...@gmail.com on 3 Jan 2011 at 11:47