This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit b590ce38cfceafb7f838ba2e78555fee7f73835b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 22 06:19:42 2015 +0100 Stop shipping unused / very old xterm code. --- debian/changelog | 1 + debian/roll-tarballs.sh | 1 + debian/rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ad6a97a..3f9d3f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index 6573a4f..3d6588b 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -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* diff --git a/debian/rules b/debian/rules index be1f905..aa76c2b 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git