Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
be832e8e
Commit
be832e8e
authored
Jan 22, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
changelog
debian/changelog
+2
-0
roll-tarballs.sh
debian/roll-tarballs.sh
+1
-0
rules
debian/rules
+8
-0
No files found.
debian/changelog
View file @
be832e8e
...
@@ -18,6 +18,8 @@ nx-libs (2:3.5.0.29-0x2go1) UNRELEASED; urgency=medium
...
@@ -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
+ 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
far). (The debian/rules file is a Makefile and Makefiles don't understand
shell globbing with curly braces).
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 ]
[ Horst Schirmeier ]
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that
...
...
debian/roll-tarballs.sh
View file @
be832e8e
...
@@ -140,6 +140,7 @@ rm -Rf "debian/"
...
@@ -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/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/
{
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/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)
# remove files, that we do not want in the tarballs (build cruft)
rm
-Rf
nx
*
/configure nx
*
/autom4te.cache
*
rm
-Rf
nx
*
/configure nx
*
/autom4te.cache
*
...
...
debian/rules
View file @
be832e8e
...
@@ -40,6 +40,14 @@ UNUSED_CODE = nx-X11/extras/drm \
...
@@ -40,6 +40,14 @@ UNUSED_CODE = nx-X11/extras/drm \
nx-X11/lib/Xt \
nx-X11/lib/Xt \
nx-X11/lib/Xmu \
nx-X11/lib/Xmu \
nx-X11/lib/Xmuu \
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)
$(NULL)
override_dh_auto_clean:
override_dh_auto_clean:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment