Bug#877416: clojure: HTML changelog build is broken

Clint Adams clint at debian.org
Sun Oct 1 15:19:46 UTC 2017


Source: clojure
Version: 1.8.0-2
Severity: normal

debian/rules is trying to set the HTML title of changes.html which then
becomes /usr/share/doc/clojure/changelog.html.gz, but the logic is
flawed.

This might work better:

sed -i'' -e 's/@TITLE@/$(shell sed -n '/^# /{s///p;q}' changes.md)/g'



More information about the pkg-java-maintainers mailing list