X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=e9876ec583337ded1df0af3f9e739e9b040fb1c9;hb=4cb2882f75dd8f31263df8d92e7820a2cdd2d99f;hp=a09caaefbb1c8c1d10d1a00ba847fb58d21d06f3;hpb=5d7dd5d2dae60e9151f20115faa427f2bad06d9a;p=ir-tcl-moved-to-github.git diff --git a/debian/rules b/debian/rules index a09caae..e9876ec 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f # -# Script for building Zebra from source to .deb-packages. -# # Created by Adam Dickmeiss, based on script by # Morten Hendriksen and from Joey Hess. @@ -40,7 +38,6 @@ stamp-build: stamp-configure # Add here commands to compile the package. $(MAKE) $(MCFLAGS) - cd doc; $(MAKE) $(MCFLAGS) touch stamp-build @@ -71,7 +68,7 @@ stamp-install: stamp-build binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p ir-tcl-doc doc/*.html doc/*.txt doc/*.ps + dh_installdocs -p ir-tcl-doc doc/*.html doc/*.ps dh_installchangelogs -p ir-tcl-doc dh_link -p ir-tcl-doc dh_strip -p ir-tcl-doc @@ -88,7 +85,7 @@ binary-arch: build install dh_testroot dh_movefiles -p ir-tcl usr/lib/irtcl usr/bin - cp CHANGELOG changelog + cp NEWS changelog cp LICENSE debian/copyright dh_installdocs --all README changelog debian/copyright