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
a12ad505
Commit
a12ad505
authored
Dec 12, 2012
by
Reinhard Tartler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integrate debian/pre-build-nx.sh into debian/rules
This change makes debian/rules a bit easier to read
parent
3970fabc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
pre-build-nx.sh
debian/pre-build-nx.sh
+0
-12
rules
debian/rules
+8
-1
No files found.
debian/pre-build-nx.sh
deleted
100755 → 0
View file @
3970fabc
#!/bin/sh
# create copies of upstream changelogs so that names apply to Debian policy...
cp
-a
nx-X11/CHANGELOG nx-X11/changelog
cp
-a
nxcomp/CHANGELOG nxcomp/changelog
cp
-a
nxcompext/CHANGELOG nxcompext/changelog
cp
-a
nxcompshad/CHANGELOG nxcompshad/changelog
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
exit
0
debian/rules
View file @
a12ad505
...
@@ -26,7 +26,14 @@ override_dh_clean:
...
@@ -26,7 +26,14 @@ override_dh_clean:
dh_clean
dh_clean
override_dh_auto_build:
override_dh_auto_build:
debian/pre-build-nx.sh
# create copies of upstream changelogs so that names apply to Debian policy...
cp -a nx-X11/CHANGELOG nx-X11/changelog
cp -a nxcomp/CHANGELOG nxcomp/changelog
cp -a nxcompext/CHANGELOG nxcompext/changelog
cp -a nxcompshad/CHANGELOG nxcompshad/changelog
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
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt
debian/post-build-nx.sh
debian/post-build-nx.sh
...
...
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