X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/b24cf353360b1352e1748d23b47375c4adafa168..adedfeb0291a60352eaeaa2e2753cfab08189dc6:/tools/make/rules diff --git a/tools/make/rules b/tools/make/rules index b1c3630..30648d8 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -11,6 +11,8 @@ std_inst_tgt = debian/tmp/usr/share/doc/$(paket)/copyright debian/tmp/usr/share/ include debian/rules.pre +.PHONY: build + default: echo "no default rule available" @@ -19,7 +21,7 @@ clean: -rm -rf debian/tmp # Bauen der kompilierten Programme und formatierten Dokumente aus den Quellen im Bauverzeichnis -build: ../build/debian/$(paket).build +build: ../build/debian/$(paket).build sync cd ../build ; debian/$(paket).build # Build succeeded @@ -56,8 +58,9 @@ sync: ../build copy: debian/$(paket).cp debian/$(paket).cp debian/tmp + touch debian/tmp -../$(paket)_$(version)-$(build)_$(arch).deb:debian/tmp/DEBIAN/control $(std_inst_tgt) $(add_inst_tgt) +../$(paket)_$(version)-$(build)_$(arch).deb:debian/tmp/DEBIAN/control $(std_inst_tgt) $(add_inst_tgt) debian/tmp $(DEB) mv debian/tmp.deb ../$(paket)_$(version)-$(build)_$(arch).deb @@ -65,11 +68,15 @@ debian/tmp/DEBIAN/control: debian/control debian/changelog dpkg-gencontrol debian/control: debian/$(paket).control - sed "s/_DEB_HOST_ARCH/${DEB_HOST_ARCH}/" debian/$(paket).control >> debian/control + sed "s/_DEB_HOST_ARCH/${DEB_HOST_ARCH}/" debian/$(paket).control > debian/control debian/changelog: debian/$(paket).changelog debian/rules.pre sed "s/%BUILD%/$(build)/" debian/$(paket).changelog > debian/changelog +debian/tmp/usr/share/doc/$(paket)/changelog: debian/changelog + mkdir -p debian/tmp/usr/share/doc/$(paket) + cp debian/changelog debian/tmp/usr/share/doc/$(paket)/changelog + debian/tmp/usr/share/doc/$(paket)/copyright: debian/copyright mkdir -p debian/tmp/usr/share/doc/$(paket) cp debian/copyright debian/tmp/usr/share/doc/$(paket)/copyright