Andreas Tille pushed to branch experimental at Debian Blends Team / blends

Commits:
eee797ae by Andreas Tille at 2018-03-28T19:58:29+02:00
Fix path of dependency_data for changelog creation

- - - - -


1 changed file:

- devtools/Makefile


Changes:

=====================================
devtools/Makefile
=====================================
--- a/devtools/Makefile
+++ b/devtools/Makefile
@@ -69,7 +69,7 @@ ifneq "$(LATEST)" "$(PREVIOUS)"
        fi
 
        (sed $(LINESTART)q debian/changelog; \
-        $(TASKSDIFF) --compare 
$(CURRENTPARH)/$(DEPENDENCIES_DATA)/$(BLEND)_$(LATEST).json,$(CURRENTPARH)/$(DEPENDENCIES_DATA)/$(BLEND)_$(PREVIOUS).json
 | sed 's/^/  /'; \
+        $(TASKSDIFF) --compare 
$(DEPENDENCIES_DATA)/$(BLEND)_$(LATEST).json,$(DEPENDENCIES_DATA)/$(BLEND)_$(PREVIOUS).json
 | sed 's/^/  /'; \
         sed -n '$(LINEEND),$$p' debian/changelog; ) > debian/changelog.new && 
mv debian/changelog.new debian/changelog
 else
        echo "It is the first release, skip the changelog entry"



View it on GitLab: 
https://salsa.debian.org/blends-team/blends/commit/eee797ae70f904a96b35a6681266abef72595d2c

---
View it on GitLab: 
https://salsa.debian.org/blends-team/blends/commit/eee797ae70f904a96b35a6681266abef72595d2c
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to