Commit 21a85ffb authored by Mike Gabriel's avatar Mike Gabriel

Make sure upstream changelog file names are in lower case.

parent 5dea6a37
......@@ -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
......
nx-X11/CHANGELOG
nx-X11/changelog
\ No newline at end of file
nxcomp/CHANGELOG
nxcomp/changelog
nxcompext/CHANGELOG
nxcompext/changelog
nxcompshad/CHANGELOG
nxcompshad/changelog
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
nx-X11/programs/nxauth/CHANGELOG
\ No newline at end of file
nx-X11/programs/nxauth/changelog
\ No newline at end of file
nxproxy/CHANGELOG
nxproxy/changelog
nxproxy/README
nxproxy/README-IPAQ
nxproxy/README-VALGRIND
#!/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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment