[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/03: r/r-sync-state.pm: Drop redundant "area" field in binaries



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

nthykier pushed a commit to branch master
in repository lintian.

commit c2128981d6871da37b5815091f54982460c213a3
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Aug 2 19:33:49 2016 +0000

    r/r-sync-state.pm: Drop redundant "area" field in binaries
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-sync-state.pm | 1 -
 debian/changelog                 | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/commands/reporting-sync-state.pm b/commands/reporting-sync-state.pm
index 255ce0b..0bff2bf 100644
--- a/commands/reporting-sync-state.pm
+++ b/commands/reporting-sync-state.pm
@@ -330,7 +330,6 @@ sub _parse_pkgs_pg {
     $data{'path'}
       = $extra_metadata->{'mirror-dir'} . '/' . $paragraph->{'filename'};
     $data{$DEFAULT_CHECKSUM} = $paragraph->{$DEFAULT_CHECKSUM};
-    $data{'mirror-metadata'}{'area'} = $extra_metadata->{'area'};
 
     $group_metadata{'mirror-metadata'}{'maintainer'}
       = $paragraph->{'maintainer'};
diff --git a/debian/changelog b/debian/changelog
index 0f2f92f..5985759 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,9 @@ lintian (2.5.46) UNRELEASED; urgency=medium
       for reporting the issue.  (Closes: #828719)
     + [NT] Install the lintian log file as a resource so it can be
       handled (e.g. cached) like other resources.
+  * commands/reporting-sync-state.pm:
+    + [NT] Remove redundant "area" field from all binary packages in
+      the harness state cache.
 
   * data/common/source-fields:
     + [NT] Apply patch from Edward Betts to add Testsuite-Triggers as

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


Reply to: