[X2Go-Dev] Bug#712: x2goserver: armhf unfulfilled dependency - patch for debian/control

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Dec 25 19:10:16 CET 2014


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 <x2go-dev at lists.berlios.de>
  Uploaders:
   Mike Gabriel <mike.gabriel at das-netzwerkteam.de>,
@@ -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,


More information about the x2go-dev mailing list