tags 378200 +patch thanks
I can't see what the dh_installdocs line is supposed to do; if I'm wrong and it serves a purpose please add a comment to debian/rules explaining it. Otherwise, this patch should fix this issue. -- Jon Dowland
Index: sopwith-1.7.1/debian/rules
===================================================================
--- sopwith-1.7.1.orig/debian/rules 2007-02-07 23:17:44.000000000 +0000
+++ sopwith-1.7.1/debian/rules 2007-02-07 23:21:10.000000000 +0000
@@ -66,7 +66,7 @@
binary-arch: build install
dh_testdir
dh_testroot
- dh_installdocs doc/origdoc.txt doc/readme.txt doc/keys.txt && rm
debian/tmp/usr/share/doc/sopwith/{origdoc,readme,keys}.txt
+ dh_installdocs
dh_install --list-missing --sourcedir=debian/tmp
dh_installmenu
dh_installman
Index: sopwith-1.7.1/debian/docs
===================================================================
--- sopwith-1.7.1.orig/debian/docs 2007-02-07 23:21:42.000000000 +0000
+++ sopwith-1.7.1/debian/docs 2007-02-07 23:22:05.000000000 +0000
@@ -1,2 +1,5 @@
FAQ
TODO
+doc/origdoc.txt
+doc/readme.txt
+doc/keys.txt
signature.asc
Description: Digital signature

