aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 471baebeb..28e57aab5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index c8e113a9b..e1fe174fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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