X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Frules;h=fe5c703e7cdcf3dd982d8af2d06a90cfe7d249f5;hp=a2e847fa6058f89ec36ce852a2dcb5f854e750be;hb=7a0c07b715261193f94454202248f62bdbd857b8;hpb=d761bd6cdc6b54b67883e295a0dd1694e492bd7b diff --git a/debian/rules b/debian/rules index a2e847f..fe5c703 100755 --- a/debian/rules +++ b/debian/rules @@ -10,11 +10,14 @@ #export DH_VERBOSE=1 b=$(CURDIR)/debian/build +VERSION:=$(shell dpkg-parsechangelog | awk '/Version: / { print $$2 }') build: build-stamp build-stamp: dh_testdir + grep -q "GRML_LIVE_VERSION=.${VERSION}" grml-live || \ + (echo "Wrong version in grml-live" && exit 2) cd docs && $(MAKE) && cd ../ touch $@ @@ -58,7 +61,7 @@ grml-live: install dh_md5sums -p$@ -P$(b)/$@ dh_builddeb -p$@ -P$(b)/$@ -grml-live-addons: install +grml-live-db: install @echo "--- Building: $@" dh_installdirs -p$@ -P$(b)/$@ dh_link -p$@ -P$(b)/$@ @@ -78,7 +81,7 @@ grml-live-addons: install dh_md5sums -p$@ -P$(b)/$@ dh_builddeb -p$@ -P$(b)/$@ -grml-live-db: install +grml-live-buildd: install @echo "--- Building: $@" dh_installdirs -p$@ -P$(b)/$@ dh_link -p$@ -P$(b)/$@ @@ -102,7 +105,7 @@ grml-live-db: install binary-all: build install # Build architecture-independent files here. -binary-indep: build install grml-live grml-live-addons grml-live-db +binary-indep: build install grml-live grml-live-db grml-live-buildd binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install