diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libnx-x11.links | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8e50c8809..4486f7f48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low + Switch to format 1.0. * debian/control: + Add libfreetype6-dev to Build-Depends: field. + + Drop symlinking libNX_xrandr for setting a custom LD_LIBRARY_PATH. Not in + use anymore and not recommended at all to have that. * debian/rules: + Remove bundled libraries from source tree before building the package. * nx-libs.spec: diff --git a/debian/libnx-x11.links b/debian/libnx-x11.links index 278303390..7331e79e6 100644 --- a/debian/libnx-x11.links +++ b/debian/libnx-x11.links @@ -1,4 +1,2 @@ usr/lib/nx/X11/libNX_Xinerama.so usr/lib/nx/X11/Xinerama/libXinerama.so usr/lib/nx/X11/libNX_Xinerama.so.1 usr/lib/nx/X11/Xinerama/libXinerama.so.1 -usr/lib/nx/X11/libNX_Xrandr.so usr/lib/nx/X11/Xrandr/libXrandr.so -usr/lib/nx/X11/libNX_Xrandr.so.2 usr/lib/nx/X11/Xrandr/libXrandr.so.2 |