diff options
| author | Guillem Jover <guillem@debian.org> | 2018-08-20 16:37:18 +0200 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2018-08-30 03:14:08 +0200 |
| commit | b741076e2a70dfa9f385b6baa9bfc6b496bd902f (patch) | |
| tree | 0d5523f876e62dc90a41ba64afe307f47d13c520 /scripts/Dpkg/Source | |
| parent | 174a5bd2a080847d0ed901d269a2ba74476eba8b (diff) | |
| download | dpkg-b741076e2a70dfa9f385b6baa9bfc6b496bd902f.tar.gz | |
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.
Diffstat (limited to 'scripts/Dpkg/Source')
| -rw-r--r-- | scripts/Dpkg/Source/Package/V3/Quilt.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
