--- /dev/null
+From: Enrico Tassi <gares@fettunta.org>
+Date: Wed, 3 Apr 2013 12:11:01 +0200
+Subject: set DESTDIR to debian/tmp
+
+---
+ plugin/Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugin/Makefile b/plugin/Makefile
+index 5bf2892..1800191 100644
+--- a/plugin/Makefile
++++ b/plugin/Makefile
+@@ -31,10 +31,10 @@ PLUGIN_CMO = eset emap completeMap multiset misc arithSig arith \
+ compute_simple compute_simple_stack_size cerco cost
+
+ # PLUGIN_HAS_MLI := yes
+-
++DESTDIR=debian/tmp/
+ # include Makefile.plugin
+ include $(FRAMAC_SHARE)/Makefile.dynamic
+
+ distclean: clean
+
+-.PHONY = distclean
+\ No newline at end of file
++.PHONY = distclean