[diffoscope] 01/01: d/rules: bump backport version check
Mattia Rizzolo
mattia at debian.org
Mon Jun 26 23:17:47 CEST 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit f5200e7e713278a2b6372cdda1d128bcf3680486
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Jun 26 23:10:21 2017 +0200
d/rules: bump backport version check
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d7dff87..8ae3614 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,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:~bpo8+1=),$(PY_VERSION))
+ ifeq ($(DEB_VERSION:~bpo9+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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list