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

d/rules: Bump Debian backport check


Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 8f292fe3
No related branches found
No related tags found
No related merge requests found
Pipeline #65897 failed
......@@ -7,7 +7,7 @@ PY_VERSION := $(shell awk '/^VERSION = / {gsub(/"/, "", $$3); print $$3}' diffos
ifneq ($(DEB_VERSION),$(PY_VERSION))
ifneq ($(DEB_DISTRIBUTION),UNRELEASED)
ifneq (,$(filter %-backports,$(DEB_DISTRIBUTION)))
ifeq ($(DEB_VERSION:~bpo9+1=),$(PY_VERSION))
ifeq ($(DEB_VERSION:~bpo10+1=),$(PY_VERSION))
$(info Building a Debian backport, accepting version mismatch $(PY_VERSION) <-> $(DEB_VERSION))
else
$(error Version in debian/changelog does not match diffoscope version or backport policy)
......
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