diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 811e6624b..da56f10f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ nx-libs (2:3.5.0.12-0) unstable; urgency=low * Provide temporary workaround for installation on Debian 64bit with multiarch support (via libnx-x11.postinst and .prerm). * Re-introduce proper Xinerama support on non-multiarch systems. + * Let nxagent Debian package depend on xfonts-base. [ Mihai Moldovan ] * Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around diff --git a/debian/control b/debian/control index b23ecc247..16f25d710 100644 --- a/debian/control +++ b/debian/control @@ -74,6 +74,7 @@ Package: nxagent Architecture: any Depends: libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~), + xfonts-base, ${shlibs:Depends}, ${misc:Depends} Description: NX agent |