X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/9ac133751c4453ed03bb0261770f034b522ca6bd..5e8e2b2380cd6697b8634a765cdfd0b9e07c502c:/tools/make/rules diff --git a/tools/make/rules b/tools/make/rules index 1b2e042..e84acf9 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -9,14 +9,13 @@ INSERT_BUILD = /usr/share/mbuild/insert_build.sh RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude="*Aktuell" --exclude=".*" std_inst_tgt = debian/tmp/usr/share/doc/$(paket)/copyright debian/tmp/usr/share/doc/$(paket)/README.debian -changelog_source = $(paket).changelog +changelog_source = debian/$(paket).changelog include debian/rules.pre .PHONY: build -default: - echo "no default rule available" +default: $(BUILD) # Löschen aller kompilierten, erzeugten und nicht benötigten Dateien im Bauverzeichnis clean: @@ -27,6 +26,11 @@ build: ../build/debian/$(paket).build sync cd ../build ; debian/$(paket).build # Build succeeded +nobuild: + # No build required + +install: + debian/$(paket).cp $(INSTALL_DIR) pack: $(PACK) # packing succeeded @@ -60,6 +64,7 @@ sync: ../build copy: debian/$(paket).cp debian/$(paket).cp debian/tmp + create-conffiles debian/tmp touch debian/tmp ../$(paket)_$(version)-$(build)_$(arch).deb:debian/tmp/DEBIAN/control $(std_inst_tgt) $(add_inst_tgt) debian/tmp