From 789f90fb44cdfb8ec414aa0d49639ca8331bda6c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 11 Aug 2010 16:26:44 +0100 Subject: [PATCH] Do not attempt to include archive/README in the Debian packages -- it is both irrelevant and, anyway, unavailable. This is one of the reasons why the clean Debian build (i.e. from a tarball) fails. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 33f4db1..f377654 100755 --- a/debian/rules +++ b/debian/rules @@ -72,7 +72,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installdocs README archive/README samples/README + dh_installdocs README samples/README dh_installexamples # dh_installmenu # dh_installcron -- 1.7.10.4