Commit 63bdc1f8 authored by Mike Gabriel's avatar Mike Gabriel

Remove unknown option --with from dh_auto_clean.

parent c0fb3c34
......@@ -13,5 +13,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Disabling build of *-dbg packages for now...
* Add patch: 006_remove-configure-files.patch.
* Add patch: 007_nxcompshad-clean-gch-files.patch.
* Remove unknown option --with from dh_auto_clean.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
......@@ -13,7 +13,7 @@ endif
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 --with quilt
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_clean
override_dh_auto_build:
debian/pre-build-nx.sh
......
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