diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-12-15 14:58:58 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-12-16 11:41:03 +0100 |
commit | 978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1 (patch) | |
tree | 2c956fd2d8de733c6e785b138fbfc1f55ee84102 /debian/rules | |
parent | 918e2b10dbcc435b81929aadd6305b25cc0ccbad (diff) | |
download | nx-libs-978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1.tar.gz nx-libs-978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1.tar.bz2 nx-libs-978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1.zip |
integrate nx*/x2go* shell wrappers into debian/wrappers
No longer add them as quilt patch, as they are much easier to edit this
way. This, of course, requires adjustments to the roll-tarballs.sh script
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b9df94031..cbc44ea00 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ override_dh_clean: rm -f nx-X11/programs/Xserver/hw/nxagent/changelog rm -f nx-X11/programs/nxauth/changelog rm -f Makefile + rm -f bin dh_clean override_dh_auto_build: @@ -33,6 +34,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/wrappers bin LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt --parallel debian/post-build-nx.sh |