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
ea8ca04a
Commit
ea8ca04a
authored
Feb 14, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Makefile (and auxiliary file replace.sh) into base folder. Adapt packaging these scripts:
debian/roll-tarballs.sh debian/rules nx-libs.spec
parent
ebf71e0a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
11 deletions
+1
-11
Makefile
Makefile
+0
-0
roll-tarballs.sh
debian/roll-tarballs.sh
+0
-5
rules
debian/rules
+1
-4
nx-libs.spec
nx-libs.spec
+0
-2
replace.sh
replace.sh
+0
-0
No files found.
debian/Makefile.nx-libs
→
Makefile
View file @
ea8ca04a
File moved
debian/roll-tarballs.sh
View file @
ea8ca04a
...
...
@@ -34,7 +34,6 @@ PROJECT="nx-libs"
NULL
=
""
test
-d
.git
||
usage
test
-f
debian/Makefile.nx-libs
||
usage
RELEASE
=
"
$1
"
test
-n
"
${
RELEASE
}
"
||
usage
CHECKOUT
=
"
$2
"
...
...
@@ -135,10 +134,6 @@ fi
mv
-v
debian/changelog doc/changelog
# copy the top-level makefile if no quilt patch created it before
test
-f
Makefile
||
test
-f
debian/Makefile.nx-libs
&&
cp
-v
debian/Makefile.nx-libs Makefile
test
-f
replace.sh
||
test
-f
debian/Makefile.replace.sh
&&
cp
-v
debian/Makefile.replace.sh replace.sh
# remove folders that we do not want to roll into the tarball
rm
-Rf
".pc/"
rm
-Rf
"debian/"
...
...
debian/rules
View file @
ea8ca04a
...
...
@@ -23,9 +23,8 @@ override_dh_clean:
rm -f doc/changelog
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/nxauth/changelog
if [ ! -f replace.sh ] && [ ! -h replace.sh ]; then ln -s debian/Makefile.replace.sh replace.sh; fi
. ./replace.sh; set -x; ls debian/*.install.in | while read file; do rm -f $$(string_rep $$file .install.in .install); done
rm -fR
replace.sh Makefile
bin etc/rgb VERSION.x2goagent etc/keystrokes.cfg etc/nxagent.keyboard etc/x2goagent.keyboard
rm -fR bin etc/rgb VERSION.x2goagent etc/keystrokes.cfg etc/nxagent.keyboard etc/x2goagent.keyboard
rm -f debian/libnx-xinerama1.postinst
rm -fR .preserve/
if [ -f nxcomp/.VERSION.NoMachine ]; then mv nxcomp/.VERSION.NoMachine nxcomp/VERSION; fi
...
...
@@ -98,8 +97,6 @@ override_dh_auto_build:
cp -a nx-X11/programs/Xserver/hw/nxagent/CHANGELOG nx-X11/programs/Xserver/hw/nxagent/changelog
cp -a nx-X11/programs/nxauth/CHANGELOG nx-X11/programs/nxauth/changelog
cp -a nxproxy/CHANGELOG nxproxy/changelog
ln -s debian/Makefile.nx-libs Makefile
ln -s debian/Makefile.replace.sh replace.sh
ln -s debian/wrappers bin
mkdir -p etc/
ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg
...
...
nx-libs.spec
View file @
ea8ca04a
...
...
@@ -665,8 +665,6 @@ mkdir bin/
cp -v debian/wrappers/* bin/
mkdir etc/
cp -v debian/keystrokes.cfg etc/keystrokes.cfg
cp -v debian/Makefile.nx-libs Makefile
cp -v debian/Makefile.replace.sh replace.sh
cp -v debian/rgb etc/rgb
cp -v debian/nxagent.keyboard etc/nxagent.keyboard
cp -v debian/x2goagent.keyboard etc/x2goagent.keyboard
...
...
debian/Makefile.
replace.sh
→
replace.sh
View file @
ea8ca04a
File moved
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