[diffoscope] 02/04: d/rules: add code to ignore this version mismatch

Mattia Rizzolo mattia at debian.org
Mon Feb 20 19:53:12 CET 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 76+build1
in repository diffoscope.

commit 2734c27ee33838118b00e0e13a9929753ace4423
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Feb 13 12:57:27 2017 +0100

    d/rules: add code to ignore this version mismatch
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index c11bdc4..76a24ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ ifneq ($(VERSION_dch),$(VERSION_py))
     else
      $(error Version in debian/changelog does not match diffoscope version or backport policy)
     endif
+  else ifeq ($(VERSION_dch:+build1=),$(VERSION_py))
+  $(info This is ubuntu rebuild, accepting version mismatch $(VERSION_py) <-> $(VERSION_dch))
   else
    $(error Version in debian/changelog does not match diffoscope version)
   endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list