Commit be832e8e authored by Mike Gabriel's avatar Mike Gabriel

Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in roll-tarball.sh…

Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in roll-tarball.sh and in debian/rules alike.
parent 040962da
......@@ -18,6 +18,8 @@ nx-libs (2:3.5.0.29-0x2go1) UNRELEASED; urgency=medium
+ Fix removal of unused code (that part of the code that we know of so
far). (The debian/rules file is a Makefile and Makefiles don't understand
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.
[ Horst Schirmeier ]
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that
......
......@@ -140,6 +140,7 @@ rm -Rf "debian/"
rm -Rf nx-X11/extras/{drm,expat,fontconfig,freetype2,fonts,ogl-sample,regex,rman,ttf2pt1,x86emu,zlib}
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}
# remove files, that we do not want in the tarballs (build cruft)
rm -Rf nx*/configure nx*/autom4te.cache*
......
......@@ -40,6 +40,14 @@ UNUSED_CODE = nx-X11/extras/drm \
nx-X11/lib/Xt \
nx-X11/lib/Xmu \
nx-X11/lib/Xmuu \
nx-X11/programs/Xserver/hw/darwin \
nx-X11/programs/Xserver/hw/dmx \
nx-X11/programs/Xserver/hw/kdrive \
nx-X11/programs/Xserver/hw/sun \
nx-X11/programs/Xserver/hw/sunLynx \
nx-X11/programs/Xserver/hw/vfb \
nx-X11/programs/Xserver/hw/xnest \
nx-X11/programs/Xserver/hw/xwin \
$(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