X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=0d9a3439e54d37124d5212b91398bb73bf33dcb4;hb=4f44cb4c5267920610c4f5f77c1d634b4fd05ac6;hp=905916bee938ea3964e75c567856890953db1df8;hpb=2fbe4bd77ee0382983d4cf75c0bb5ff01bb5b945;p=grml-live.git diff --git a/debian/rules b/debian/rules index 905916b..0d9a343 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)/$@ @@ -82,7 +85,7 @@ grml-live-addons: install binary-all: build install # Build architecture-independent files here. -binary-indep: build install grml-live grml-live-addons +binary-indep: build install grml-live grml-live-db binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install