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.
_______________________________________________ Blends-commit mailing list Blends-commit@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit