tags 554660 + patch thanks The attached patch builds the package successfully in a sid pbuilder chroot with EXTRAPACKAGES="binutils-gold" on an amd64 system. I attach the build log also, FYI.
In my opinion this should be treated as a Debian-specific patch to make the package build until upstream will incorporate the "missing" library (libxklavier) into its build system. regards George Zarkadas
diff --git a/debian/control.in b/debian/control.in
index 6a6b4c6..7c823b8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,7 +18,7 @@ Build-Depends: cdbs,
libgnomekbd-dev (>= 2.24),
libxt-dev,
libxext-dev,
- libxklavier-dev,
+ libx11-dev,
libpam0g-dev,
xmlto,
x11proto-xext-dev,
diff --git a/debian/rules b/debian/rules
index 9485038..5930bef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
--without-libnotify \
--enable-docbook-docs
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -lxklavier
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
binary-post-install/gnome-screensaver::
mv debian/gnome-screensaver/etc/xdg/autostart \
gnome-screensaver_2.30.0-3_amd64.build.tar.bz2
Description: application/bzip-compressed-tar
signature.asc
Description: This is a digitally signed message part

