[Blends-commit] [SCM] blends-dev branch, master, updated. 706fd96aba31b7334c231e7fb9ef817adb8d4cc0

Mike Gabriel mike.gabriel at das-netzwerkteam.de
Sat Aug 12 02:00:14 UTC 2017


The following commit has been merged in the master branch:
commit f5762a700033d232418776b9f9303e9d26f138e2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 11 21:57:25 2017 -0400

    devtools/Makefile: Make -D option configurable from the make command call.

diff --git a/devtools/Makefile b/devtools/Makefile
index c2038a8..dc1a233 100755
--- a/devtools/Makefile
+++ b/devtools/Makefile
@@ -11,6 +11,7 @@
 TARGET_DIST := $(shell head -1 debian/changelog |awk '{print $$3}'|tr -d ';')
 BLEND := $(shell /usr/share/blends-dev/blend-get-names blendname)
 GENCONTROL := /usr/share/blends-dev/blend-gen-control
+GENCONTROL_NODEPENDS := -D
 TASKSELOPTS := $(shell grep TASKSELOPTS Makefile | cut -d '=' -f2)
 
 # Verify whether config/control exists, if yes, add it to the depends of debian/control
@@ -23,7 +24,7 @@ debian/control: debian/control.stub debian/changelog tasks/* $(CONFIGCONTROL)
 	 echo "# This file is autogenerated via "make -f debian/rules dist".  Do not edit!"; \
 	 cat debian/control.stub; \
 	 test -f config/control && ( cat config/control; echo ) ; \
-	$(GENCONTROL) -s $(TARGET_DIST) -S -D -c -m -i -A) > $@.new && mv $@.new $@
+	$(GENCONTROL) -s $(TARGET_DIST) $(GENCONTROL_NODEPENDS) -S -c -m -i -A) > $@.new && mv $@.new $@
 
 tasksel: $(BLEND)-tasks.desc
 $(BLEND)-tasks.desc: tasks/* debian/changelog

-- 
Git repository for blends code



More information about the Blends-commit mailing list