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
21a85ffb
Commit
21a85ffb
authored
Dec 29, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure upstream changelog file names are in lower case.
parent
5dea6a37
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
9 deletions
+29
-9
changelog
debian/changelog
+1
-0
libnx-x11.docs
debian/libnx-x11.docs
+2
-1
libxcomp3.docs
debian/libxcomp3.docs
+1
-1
libxcompext3.docs
debian/libxcompext3.docs
+1
-1
libxcompshad3.docs
debian/libxcompshad3.docs
+1
-1
nxagent.docs
debian/nxagent.docs
+2
-2
nxauth.docs
debian/nxauth.docs
+2
-2
nxproxy.docs
debian/nxproxy.docs
+1
-1
pre-build-nx.sh
debian/pre-build-nx.sh
+9
-0
rules
debian/rules
+9
-0
No files found.
debian/changelog
View file @
21a85ffb
...
...
@@ -48,6 +48,7 @@ nx-libs (2:3.5.0-0~x2go2) UNRELEASED; urgency=low
as they relate to a bug in debhelper (call of ldconfig although we did not
touch any directory controlled by /etc/ld.so.conf, amongst others
see BTS issue #205142).
* Make sure upstream changelog file names are in lower case.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
...
...
debian/libnx-x11.docs
View file @
21a85ffb
nx-X11/
CHANGELOG
nx-X11/
changelog
\ No newline at end of file
debian/libxcomp3.docs
View file @
21a85ffb
nxcomp/
CHANGELOG
nxcomp/
changelog
debian/libxcompext3.docs
View file @
21a85ffb
nxcompext/
CHANGELOG
nxcompext/
changelog
debian/libxcompshad3.docs
View file @
21a85ffb
nxcompshad/
CHANGELOG
nxcompshad/
changelog
debian/nxagent.docs
View file @
21a85ffb
nx-X11/programs/Xserver/hw/nxagent/CHANGELOG
\ No newline at end of file
nx-X11/programs/Xserver/hw/nxagent/changelog
\ No newline at end of file
debian/nxauth.docs
View file @
21a85ffb
nx-X11/programs/nxauth/CHANGELOG
\ No newline at end of file
nx-X11/programs/nxauth/changelog
\ No newline at end of file
debian/nxproxy.docs
View file @
21a85ffb
nxproxy/
CHANGELOG
nxproxy/
changelog
nxproxy/README
nxproxy/README-IPAQ
nxproxy/README-VALGRIND
debian/pre-build-nx.sh
View file @
21a85ffb
#!/bin/sh
# create copies of upstream changelog whose 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 @
21a85ffb
...
...
@@ -15,6 +15,15 @@ override_dh_auto_clean:
rm -Rf nx-X11/.build-exports
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_clean
override_dh_clean:
rm -f nx-X11/changelog
rm -f nxcomp/changelog
rm -f nxcompext/changelog
rm -f nxcompshad/changelog
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/nxauth/changelog
rm -f nxproxy/changelog
override_dh_auto_build:
debian/pre-build-nx.sh
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt
...
...
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