[Blends-commit] [Git][blends-team/blends][experimental] Remove empty GENCONTROL_OPTS definition from blends-dev/Makefile
    Ole Streicher 
    gitlab at salsa.debian.org
       
    Fri Apr 13 10:58:57 UTC 2018
    
    
  
Ole Streicher pushed to branch experimental at Debian Blends Team / blends
Commits:
96643c65 by Ole Streicher at 2018-04-13T12:58:51+02:00
Remove empty GENCONTROL_OPTS definition from blends-dev/Makefile
- - - - -
1 changed file:
- devtools/Makefile
Changes:
=====================================
devtools/Makefile
=====================================
--- a/devtools/Makefile
+++ b/devtools/Makefile
@@ -30,7 +30,6 @@ VERSION  := $(shell dpkg-parsechangelog -ldebian/changelog | grep Version: | cut
 GENCONTROL := /usr/share/blends-dev/blend-gen-control
 TASKSDIFF := /usr/share/blends-dev/tasks_diff
 DEPENDENCIES_DATA := dependency_data
-GENCONTROL_OPTS := 
 TASKSELOPTS := $(shell grep TASKSELOPTS Makefile | cut -d '=' -f2)
 
 # Verify whether config/control exists, if yes, add it to the depends of debian/control
@@ -57,7 +56,7 @@ endif
 all: $(BLEND)-tasks.desc debian/control
 
 debian/control: debian/control.stub debian/changelog tasks/* $(CONFIGCONTROL)
-	$(GENCONTROL) $(GENCONTROL_OPTS) -r $(TARGET_DIST) -S -c -m
+	$(GENCONTROL) -r $(TARGET_DIST) -S -c -m
 
 tasksel: $(BLEND)-tasks.desc
 $(BLEND)-tasks.desc: tasks/* debian/changelog
View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/96643c653bc71ebd3031be43e7e45b957d3028d7
---
View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/96643c653bc71ebd3031be43e7e45b957d3028d7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/blends-commit/attachments/20180413/5a21e882/attachment.html>
    
    
More information about the Blends-commit
mailing list