[PATCH 2/2] Makefile.local: added verify-version-news to verify-no-dirty-code deps.

Tomi Ollila tomi.ollila at iki.fi
Sat May 26 08:22:25 PDT 2012


Added `verify-version-news` to the end of `verify-no-dirty-code`
dependencies so it is part of release testing checks.
---
Tested by executing the following commands:
  make verify-source-tree-and-version
  make verify-source-tree-and-version VERSION=0.13
  make verify-source-tree-and-version VERSION=0.12

 Makefile.local |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.local b/Makefile.local
index 1b34c00..94a3a70 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -187,7 +187,7 @@ release-message:
 verify-source-tree-and-version: verify-no-dirty-code
 
 .PHONY: verify-no-dirty-code
-verify-no-dirty-code: verify-version-debian verify-version-python verify-version-manpage
+verify-no-dirty-code: verify-version-debian verify-version-python verify-version-manpage verify-version-news
 ifeq ($(IS_GIT),yes)
 	@printf "Checking that source tree is clean..."
 ifneq ($(shell git ls-files -m),)
-- 
1.7.1



More information about the notmuch mailing list