Hi,

> Relevant part:
> > make[4]: Entering directory 
> > `/build/user-torcs_1.3.1-2-amd64-iU22WW/torcs-1.3.1/build-tree/torcs-1.3.1/src/tools/trackgen'
> > make[4]: Leaving directory 
> > `/build/user-torcs_1.3.1-2-amd64-iU22WW/torcs-1.3.1/build-tree/torcs-1.3.1/src/tools/trackgen'
> > make[3]: Leaving directory 
> > `/build/user-torcs_1.3.1-2-amd64-iU22WW/torcs-1.3.1/build-tree/torcs-1.3.1/src/tools'
> > make[2]: Leaving directory 
> > `/build/user-torcs_1.3.1-2-amd64-iU22WW/torcs-1.3.1/build-tree/torcs-1.3.1/src'
> >  /usr/bin/install -c setup_linux.sh 
> > /build/user-torcs_1.3.1-2-amd64-iU22WW/torcs-1.3.1/debian/torcs//usr/lib/torcs/./setup_linux.sh
> > make[1]: Leaving directory 
> > `/build/user-torcs_1.3.1-2-amd64-iU22WW/torcs-1.3.1/build-tree/torcs-1.3.1'
> > touch debian/stamp-makefile-install
> > Adding cdbs dependencies to debian/torcs.substvars
> > dh_installdirs -ptorcs 
> > dh_installdocs -ptorcs README.linux TODO.html debian/TODO.Debian  
> > cp: cannot stat `README.linux': No such file or directory
> > dh_installdocs: cp -a README.linux debian/torcs/usr/share/doc/torcs 
> > returned exit code 1
> > make: *** [binary-install/torcs] Error 2

 I checked source,

> henr...@hp115:~/tmp/torcs-1.3.1$ ls torcs-1.3.1/README*
> torcs-1.3.1/README  torcs-1.3.1/README.VC2005Express

 There is no README.Linux (and also TODO.html).

 We should fix debian/rules as attached patch.
 Please check it, thanks.



-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
diff -u torcs-1.3.1/debian/changelog torcs-1.3.1/debian/changelog
--- torcs-1.3.1/debian/changelog
+++ torcs-1.3.1/debian/changelog
@@ -1,3 +1,11 @@
+torcs (1.3.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - remove README.Linux and TODO.html from docs (Closes: #577354) 
+
+ -- Hideki Yamane (Debian-JP) <henr...@debian.or.jp>  Thu, 22 Apr 2010 19:14:04 +0900
+
 torcs (1.3.1-2) unstable; urgency=low
 
   * Add dependency on libtool (Closes: #529023)
diff -u torcs-1.3.1/debian/rules torcs-1.3.1/debian/rules
--- torcs-1.3.1/debian/rules
+++ torcs-1.3.1/debian/rules
@@ -5,7 +5,7 @@
 DEB_AUTO_UPDATE_AUTOCONF := no
 
 # Documentation to install
-DEB_INSTALL_DOCS_ALL = README.linux TODO.html debian/TODO.Debian
+DEB_INSTALL_DOCS_ALL = debian/TODO.Debian
 
 VERSION=$(shell dpkg-parsechangelog | grep Version | cut -d ' ' -f 2 | cut -d '-' -f 1)
 

Reply via email to