X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=e9876ec583337ded1df0af3f9e739e9b040fb1c9;hb=4cb2882f75dd8f31263df8d92e7820a2cdd2d99f;hp=8c6ed5440e92c83810c1bceae15ee29e90f6e15b;hpb=1eca90dc391b69f4c8ec94ee07aea71bb9e6861c;p=ir-tcl-moved-to-github.git diff --git a/debian/rules b/debian/rules index 8c6ed54..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. @@ -20,11 +18,7 @@ else MCFLAGS= endif -IRTCL_VERSION=1.4 IRTCLDIR?=$(shell pwd) -# If this is not IndexData's release, then it is a cvs-checkout. Go cheat! -# YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d") -export IRTCL_VERSION # Local library path for linking with right dependencies LOCAL_LINK=-ldebian/ir-tcl/usr/lib @@ -44,7 +38,6 @@ stamp-build: stamp-configure # Add here commands to compile the package. $(MAKE) $(MCFLAGS) - cd doc; $(MAKE) $(MCFLAGS) touch stamp-build @@ -75,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 @@ -92,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