Control: tag 963821 pending

Hi!

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

    https://git.dpkg.org/cgit/dpkg/dpkg.git/diff/?id=66a820033

---
commit 66a8200338ccd5b2ecea7999d44fce2bf4253611 (HEAD -> master)
Author: Guillem Jover <[email protected]>
Date:   Sun Jun 28 00:37:13 2020 +0200

    Dpkg::Source::Package: Turn missing tarball signature error into a warning
    
    Do this for now, as it is causing unintended fallout, and does not play
    nice (yet) with tarballs repackaged by uscan(1).
    
    While a warning is not really satisfactory, it's good enough while a
    better deployment is devised.
    
    Closes: #963821

diff --git a/debian/changelog b/debian/changelog
index 13a45681f..f47feafde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ dpkg (1.20.2) UNRELEASED; urgency=medium
     if it is missing, to help with installation bootstrapping.
     Reported by Johannes Schauer <[email protected]>.
   * update-alternatives: Create the log directory if it is missing.
+  * Perl modules:
+    - Dpkg::Source::Package: Turn the missing expected tarball signature
+      error into a warning for now, as it is causing unintended fallout,
+      and does not play nice (yet) with tarballs repackaged by uscan(1).
+      Closes: #963821
   * Code internals:
     - update-alternatives: Move log_msg() after make_path() so that we can use
       the latter.

Reply via email to