Find here how the debian/control should be patched. The first hunk removes a trailing space. The second hunk makes the dependecy only relevant for amd64 and i386.
Best regards Heinrich Schuchardt diff --git a/debian/control b/debian/control index 2fee7cb..43929a6 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: x2goserver Section: x11 -Priority: optional +Priority: optional Maintainer: X2Go Developers <[email protected]> Uploaders: Mike Gabriel <[email protected]>, @@ -25,7 +25,7 @@ Depends: openssh-server, libconfig-simple-perl, pwgen, - libdbd-pg-perl, + libdbd-pg-perl [amd64], libdbd-pg-perl [i386], libdbd-sqlite3-perl, libfile-basedir-perl, libcapture-tiny-perl, _______________________________________________ x2go-dev mailing list [email protected] http://lists.x2go.org/listinfo/x2go-dev
