From b8308535bfea39792bafb719427237f7f027fb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 22 Mar 2017 23:22:44 +0100 Subject: [PATCH] xe20170322_232244 --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index c6081d2..1540e1d 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,15 @@ all: .builddeb aptly repo add xundeenergie "$(DIR)_$(VERSION)_$(ARCH).deb" touch .builddeb +buildonlydeb: $(FILES) + @#echo FILT $(FILTER) + @#echo FILE $(FILES) + @echo `gawk -f ../increment.awk $(DIR)/DEBIAN/control` + sed -e "s/^Version:.*/`gawk -f ../increment.awk $(DIR)/DEBIAN/control`/" $(DIR)/DEBIAN/control > $(DIR)/DEBIAN/control.tmp + mv $(DIR)/DEBIAN/control.tmp $(DIR)/DEBIAN/control + fakeroot dpkg-deb --build $(DIR) "$(DIR)_$(VERSION)_$(ARCH).deb" + ln -sf "$(DIR)_$(VERSION)_$(ARCH).deb" "$(DIR).deb" + .update: $(ORIGS) @#for i in $(ORIGS); do $$i;done @echo "Copy originals to $(DIR)"