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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b741076e2a70dfa9f385b6baa9bfc6b496bd902f

commit b741076e2a70dfa9f385b6baa9bfc6b496bd902f
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Mon Aug 20 16:37:18 2018 +0200

    Dpkg::Source::Package::V3::Quilt: Print series file used when applying 
patches
    
    We might use a vendor specific series file, so we should print the one
    being used to notify if this fact.
---
 debian/changelog                        | 2 ++
 scripts/Dpkg/Source/Package/V3/Quilt.pm | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a335036fb..dc0c41ba6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -154,6 +154,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
       Closes: #904258
     - Dpkg::Shlibs: Warn when using LD_LIBRARY_PATH with a private library
       directory which is a descendent of the current working directory.
+    - Dpkg::Source::Package::V3::Quilt: Print series file used when applying
+      patches.
   * Documentation:
     - Update gettext minimal version in README.
     - Add a missing dot on the dpkg-buildflags(1) «lfs» feature paragraph.
diff --git a/scripts/Dpkg/Source/Package/V3/Quilt.pm 
b/scripts/Dpkg/Source/Package/V3/Quilt.pm
index 7c6137c28..45237d26a 100644
--- a/scripts/Dpkg/Source/Package/V3/Quilt.pm
+++ b/scripts/Dpkg/Source/Package/V3/Quilt.pm
@@ -142,6 +142,8 @@ sub apply_patches {
 
     return unless scalar($quilt->series());
 
+    info(g_('using patch list from %s'), "debian/patches/$basename");
+
     if ($opts{usage} eq 'preparation' and
         $self->{options}{unapply_patches} eq 'auto') {
         # We're applying the patches in --before-build, remember to unapply

-- 
Dpkg.Org's dpkg

Reply via email to