Make Makefile faster
- dont call dpkg-parsechangelog (this alone saves significant time) to set PACKAGE to "release-notes"
- remove duplicate variable ENGLISH-LAST-CHANGED-DATE -- we already put the same data into DATE so just use that: this means we dont need to generate source/conf.py from source/conf.py.in any more