Commit 352751ef authored by Reinhard Tartler's avatar Reinhard Tartler

simplify clean rule in debian/rules

parent f2011a71
......@@ -16,15 +16,11 @@ override_dh_auto_clean:
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*/configure
rm -f nx*/changelog
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/nxauth/changelog
rm -f nxproxy/changelog
rm -f Makefile
rm -f nx*/configure
dh_clean
override_dh_auto_build:
......
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