[Blends-commit] [SCM] blends-dev branch, master, updated. 9298afe9d90c490bca0153b4c0aa20c084c7c7b6

Mike Gabriel mike.gabriel at das-netzwerkteam.de
Sat Aug 12 04:23:29 UTC 2017


The following commit has been merged in the master branch:
commit 73e124d2fa03ed6e5c926096464ea02f7490b809
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 11 23:30:02 2017 -0400

    Revert "devtools/Makefile: Make -D option configurable from the make command call."
    
    This reverts commit f5762a700033d232418776b9f9303e9d26f138e2.

diff --git a/devtools/Makefile b/devtools/Makefile
index dc1a233..c2038a8 100755
--- a/devtools/Makefile
+++ b/devtools/Makefile
@@ -11,7 +11,6 @@
 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
@@ -24,7 +23,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) $(GENCONTROL_NODEPENDS) -S -c -m -i -A) > $@.new && mv $@.new $@
+	$(GENCONTROL) -s $(TARGET_DIST) -S -D -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