~bhavi/ubuntu-app-review-board/lintian-arb_profile

« back to all changes in this revision

Viewing changes to checks/ubuntu/arb/arb-check-bin

  • Committer: Bhavani Shankar
  • Date: 2012-12-31 06:16:40 UTC
  • Revision ID: bhavi@ubuntu.com-20121231061640-ygh5lc0lyxdnp9td
Make changelog variable undef and fix syntax errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    my @exceptions = (
38
38
        "usr/share/doc/$qpkg/.+",
39
39
        '.+\.(?:lens|desktop|service)',
40
 
    my @entries = $info->changelog->data;
41
40
    );
 
41
    my @entries = ();
 
42
    @entries = $info->changelog->data if $info->changelog;
42
43
    if ($src and $src->info->index ('.quickly')) {
43
44
        push @exceptions, "usr/share/python/runtime\.d/$qpkg\.rtupdate";
44
45
    }