Commit b590ce38 authored by Mike Gabriel's avatar Mike Gabriel

Stop shipping unused / very old xterm code.

parent be832e8e
......@@ -20,6 +20,7 @@ nx-libs (2:3.5.0.29-0x2go1) UNRELEASED; urgency=medium
shell globbing with curly braces).
* Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
roll-tarball.sh and in debian/rules alike.
* Stop shipping unused / very old xterm code.
[ Horst Schirmeier ]
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that
......
......@@ -141,6 +141,7 @@ rm -Rf nx-X11/extras/{drm,expat,fontconfig,freetype2,fonts,ogl-sample,regex,rman
rm -Rf nx-X11/lib/{expat,fontconfig,fontenc,font/FreeType,font/include/fontenc.h,freetype2,regex,zlib}
rm -Rf nx-X11/lib/{FS,ICE,SM,Xaw,Xft,Xt,Xmu,Xmuu}
rm -Rf nx-X11/programs/Xserver/hw/{darwin,dmx,kdrive,sun,sunLynx,vfb,xnest,xwin}
rm -Rf nx-X11/programs/xterm
# remove files, that we do not want in the tarballs (build cruft)
rm -Rf nx*/configure nx*/autom4te.cache*
......
......@@ -48,6 +48,7 @@ UNUSED_CODE = nx-X11/extras/drm \
nx-X11/programs/Xserver/hw/vfb \
nx-X11/programs/Xserver/hw/xnest \
nx-X11/programs/Xserver/hw/xwin \
nx-X11/programs/xterm \
$(NULL)
override_dh_auto_clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment