Hi,

The attached patch uses --install-layout to keep files in /usr.

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
diff -u orig-fusil-1.3.1/debian/rules fusil-1.3.1/debian/rules
--- orig-fusil-1.3.1/debian/rules	2010-03-01 19:35:45.000000000 +0000
+++ fusil-1.3.1/debian/rules	2010-02-28 21:33:09.000000000 +0000
@@ -61,7 +61,8 @@
 
 	# Add here commands to install the package into debian/fusil.
 	#$(MAKE) DESTDIR=$(CURDIR)/debian/fusil install
-	python ./setup.py install --root=$(CURDIR)/debian/fusil --no-compile
+	python ./setup.py install --root=$(CURDIR)/debian/fusil --no-compile \
+		--install-layout=deb
 	cp -r fuzzers $(CURDIR)/debian/fusil/usr/share/fusil/
 	rm -f $(CURDIR)/debian/fusil/usr/bin/fusil-*
 

Reply via email to