Commit a40d4b7b authored by Mike Gabriel's avatar Mike Gabriel

Fix FTBFS for .deb packages after including fix for #145.

parent 1af59b31
......@@ -2,6 +2,7 @@ nx-libs (2:3.5.0.19-0) UNRELEASED; urgency=low
* Add Jan's reasoning for using string_rep() instead of bash based
string substitutions as comment to /debian/Makefile.replaces.sh.
* Fix FTBFS for .deb packages after including fix for #145.
-- Mike Gabriel <sunweaver@debian.org> Sat, 23 Mar 2013 00:42:01 +0100
......
......@@ -20,7 +20,7 @@ override_dh_clean:
rm -f nx*/changelog
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/nxauth/changelog
rm -Rf Makefile bin rgb VERSION.x2goagent
rm -Rf replace.sh Makefile bin rgb VERSION.x2goagent
dh_clean
override_dh_auto_install:
......@@ -36,6 +36,7 @@ override_dh_auto_build:
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
ln -s debian/rgb
ln -s debian/VERSION.x2goagent
......
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