tag 846711 pending
thanks

Hello,

Bug #846711 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

    http://git.debian.org/?p=collab-maint/devscripts.git;a=commitdiff;h=602d25c

---
commit 602d25c02c4bc4ace2bfd646bec1dbb55e07f616
Author: James McCoy <james...@debian.org>
Date:   Thu Dec 8 23:12:04 2016 -0500

    debuild: Run lintian (and hook) directly
    
    When the running of lintian was moved to dpkg-buildpackage, that removed
    the ability to ignore the return code.  While it's generally better to
    avoid lintian having a non-zero return code, this was an unplanned
    regression and breaks valid use cases.
    
    Similarly, the check for the existence of lintian was restored, so
    debuild doesn't fail if lintian doesn't exist.
    
    Signed-off-by: James McCoy <james...@debian.org>

diff --git a/debian/changelog b/debian/changelog
index f84e221..f2b2cb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ devscripts (2.16.12) UNRELEASED; urgency=medium
   * mergechanges:
     + Add handling for buildinfo files, based on a patch by Simon McVittie.
       (Closes #843470)
+  * debuild:
+    + Move invocation of lintian back into debuild.  This restores the
+      behavior of ignoring the return code of lintian (Closes: #847168) and
+      only running lintian when it is present (Closes: 846711).
 
  -- James McCoy <james...@debian.org>  Mon, 05 Dec 2016 22:58:29 -0500
 

Reply via email to