diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-03-17 17:20:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-03-17 17:21:16 +0100 |
commit | ab04ba2175ce37efb83d914792d2755b57cba2d5 (patch) | |
tree | 6194d35eaef50a6dd4d380f80aa463c610ae2b79 /debian | |
parent | 30110dd4a80fb38e670296ad4fcbd43c2a4f184e (diff) | |
download | nx-libs-ab04ba2175ce37efb83d914792d2755b57cba2d5.tar.gz nx-libs-ab04ba2175ce37efb83d914792d2755b57cba2d5.tar.bz2 nx-libs-ab04ba2175ce37efb83d914792d2755b57cba2d5.zip |
Let nxagent Debian package depend on xfonts-base.
Diffstat (limited to 'debian')
-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 |