[Git][reproducible-builds/diffoscope][master] d/rules: Bump Debian backport check
Mattia Rizzolo
gitlab at salsa.debian.org
Tue Aug 20 11:56:15 UTC 2019
Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope
Commits:
9591cfbb by Mattia Rizzolo at 2019-08-20T11:37:42Z
d/rules: Bump Debian backport check
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -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)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/9591cfbb558a95feee6a8475f860a8e0f1c74589
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/9591cfbb558a95feee6a8475f860a8e0f1c74589
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190820/9fb78363/attachment.html>
More information about the rb-commits
mailing list