X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Frules;h=277a9119f4951fb8845ca9f3e92daff3b7077028;hp=a2e847fa6058f89ec36ce852a2dcb5f854e750be;hb=db2672a6b378240857a72f279fa3594b5d5dd0a9;hpb=d761bd6cdc6b54b67883e295a0dd1694e492bd7b diff --git a/debian/rules b/debian/rules index a2e847f..277a911 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 $@ @@ -98,11 +101,31 @@ grml-live-db: install dh_md5sums -p$@ -P$(b)/$@ dh_builddeb -p$@ -P$(b)/$@ +grml-live-buildd: install + @echo "--- Building: $@" + dh_installdirs -p$@ -P$(b)/$@ + dh_link -p$@ -P$(b)/$@ + dh_installdocs -p$@ -P$(b)/$@ + dh_installchangelogs -p$@ -P$(b)/$@ + dh_install -p$@ -P$(b)/$@ + dh_strip -p$@ -P$(b)/$@ + dh_compress -p$@ -P$(b)/$@ + mkdir -p $(b)/$(@)/usr/share/lintian/overrides/ + cp -av debian/overrides.$(@) $(b)/$(@)/usr/share/lintian/overrides/$(@) + dh_fixperms -p$@ -P$(b)/$@ + dh_makeshlibs -p$@ -P$(b)/$@ -V + dh_installdeb -p$@ -P$(b)/$@ + dh_shlibdeps -p$@ -P$(b)/$@ + dh_installdebconf -p$@ -P$(b)/$@ + dh_gencontrol -p$@ -P$(b)/$@ + dh_md5sums -p$@ -P$(b)/$@ + dh_builddeb -p$@ -P$(b)/$@ + # Build architecture-dependent files here. 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-addons grml-live-db grml-live-buildd binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install