diff options
author | teor <teor@torproject.org> | 2018-09-18 20:39:03 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-09-18 20:40:50 +1000 |
commit | 3eafa61f6324c91b4bb8c02a6e54db0f12ef42c2 (patch) | |
tree | 9929d236f3f12d3dbc5fda2ccdfe9c0e304dbdc9 /Makefile.am | |
parent | 7e862c3ec029d3cdfdd07483e31843c8f3b48a68 (diff) | |
download | tor-3eafa61f6324c91b4bb8c02a6e54db0f12ef42c2.tar.gz tor-3eafa61f6324c91b4bb8c02a6e54db0f12ef42c2.zip |
check-changes: Warn about bugfixes on future releases
Warn when bugfix changes files say that the bug is in a future release.
Closes ticket 27761.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 36a5dd2e9e..9a65e083a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -408,7 +408,7 @@ endif check-changes: if USEPYTHON @if test -d "$(top_srcdir)/changes"; then \ - $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \ + PACKAGE_VERSION=$(PACKAGE_VERSION) $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \ fi endif |