Skip to content
Snippets Groups Projects
Verified Commit f23e04dc authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

d/rules: ignore the version mismatch in stretch

parent a5426f72
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,11 @@ ifneq ($(VERSION_dch),$(VERSION_py))
$(error Version in debian/changelog does not match diffoscope version or backport policy)
endif
else
$(error Version in debian/changelog does not match diffoscope version)
ifeq ($(DIST),stretch)
$(info "Stable update! ☺")
else
$(error Version in debian/changelog does not match diffoscope version)
endif
endif
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment