X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=8bf2ae62a4b8de8dc9059be25c3e29018c9b71b7;hb=d0ff74ece5ebc093f663becb5d7513692c891222;hp=c13a6761f2043ad1a8fa8a99a12894b6af533d16;hpb=23fa8f25cd3d384d8a7421b95d4268c54f45845f;p=ir-tcl-moved-to-github.git diff --git a/debian/rules b/debian/rules index c13a676..8bf2ae6 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 @@ -35,7 +29,7 @@ configure: configure.in stamp-configure: configure dh_testdir - ./configure $(CONFIG_FLAGS) --with-build-root=$(IRTCLDIR)/debian/tmp + ./configure $(CONFIG_FLAGS) --prefix=/usr touch stamp-configure build: stamp-build @@ -44,7 +38,6 @@ stamp-build: stamp-configure # Add here commands to compile the package. $(MAKE) $(MCFLAGS) - cd doc; $(MAKE) $(MCFLAGS) touch stamp-build @@ -66,8 +59,7 @@ stamp-install: stamp-build # Add here commands to install the package into debian/tmp. -mkdirhier debian/tmp/usr - $(MAKE) install - # $(MAKE) install prefix=`pwd`/debian/tmp/usr + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp touch stamp-install @@ -75,7 +67,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 @@ -90,9 +82,9 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_movefiles -p ir-tcl usr/lib/ir-tcl usr/bin + 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 @@ -116,8 +108,7 @@ binary-arch: build install # Go kill those CVS-dirs before build -find debian/tmp -type d -name CVS | xargs rm -rf # For some reason it is necessary to remove empty-dirs in doc - -rm -rf debian/tmp/usr/include debian/tmp/usr/lib debian/tmp/usr/bin \ - debian/tmp/usr/lib/ir-tcl + -rm -rf debian/tmp/usr/include debian/tmp/usr/lib debian/tmp/usr/bin dh_builddeb -p ir-tcl