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

[Git][lintian/lintian][master] 2 commits: Update data for Debian policy releases (4.6.1 added)



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • f274aa0e
    by Damyan Ivanov at 2022-06-13T22:17:00+00:00
    Update data for Debian policy releases (4.6.1 added)
    
  • 3ad582e2
    by Damyan Ivanov at 2022-06-13T22:17:00+00:00
    update releases.json via lintian itself
    
    magic incantation:
    
     perl -Ilib -wE'use Lintian::Deb822; use Lintian::Data::Policy::Releases; my $r = Lintian::Data::Policy::Releases->new; $r->refresh(0, "data");'
    
    Downloads the debian-policy changelog from salsa
    

1 changed file:

Changes:

  • data/debian-policy/releases.json
    ... ... @@ -8,18 +8,42 @@
    8 8
              "author" : "Sean Whitton <spwhitton@spwhitton.name>",
    
    9 9
              "changes" : [
    
    10 10
                 "",
    
    11
    -            "debian-policy (4.6.0.2) UNRELEASED; urgency=medium",
    
    11
    +            "debian-policy (4.6.1.0) unstable; urgency=medium",
    
    12
    +            "",
    
    13
    +            "  * Policy: Allow non-64-bit packages to install to /usr/lib64",
    
    14
    +            "    Wording: Sean Whitton <spwhitton@spwhitton.name>",
    
    15
    +            "    Seconded: Simon McVittie <smcv@debian.org>",
    
    16
    +            "    Seconded: Russ Allbery <rra@debian.org>",
    
    17
    +            "    Closes: #992601",
    
    18
    +            "  * Policy: Define 'upstream' & document several version conventions",
    
    19
    +            "    Wording: Russ Allbery <rra@debian.org>",
    
    20
    +            "    Seconded: Sam Hartman <hartmans@debian.org>",
    
    21
    +            "    Seconded: Sean Whitton <spwhitton@spwhitton.name>",
    
    22
    +            "    Closes: #542288, #850729",
    
    23
    +            "  * virtual-package-names-list: Add {default,}dbus-system-bus (Closes: #998063).",
    
    24
    +            "    Thanks to Simon McVittie for the patch.",
    
    25
    +            "  * Update 9.7.2 and 9.7.3 for package split of bin:mime-support into",
    
    26
    +            "    bin:media-types and bin:mailcap (Closes: #1008480).",
    
    27
    +            "    Thanks to Charles Plessy for the patch.",
    
    12 28
                 "",
    
    13 29
                 "  * Fix several problems with footnote regarding the autobuilders and",
    
    14 30
                 "    build dependency alternatives (Closes: #999826).",
    
    15
    -            "    Thanks to Johannes Schauer Marin Rodrigues for the report and patch."
    
    31
    +            "    Thanks to Johannes Schauer Marin Rodrigues for the report and patch.",
    
    32
    +            "  * Use syntax highlighting for some source code blocks (Closes: #999566).",
    
    33
    +            "    Thanks to Stéphane Blondon for the patch."
    
    16 34
              ],
    
    17 35
              "closes" : [
    
    18
    -            999826.0
    
    19
    -         ],
    
    20
    -         "epoch" : 1640320759,
    
    21
    -         "timestamp" : "2021-12-24T04:39:19Z",
    
    22
    -         "version" : "4.6.0.2"
    
    36
    +            542288,
    
    37
    +            850729,
    
    38
    +            992601,
    
    39
    +            998063,
    
    40
    +            999566,
    
    41
    +            999826,
    
    42
    +            1008480
    
    43
    +         ],
    
    44
    +         "epoch" : 1652292179,
    
    45
    +         "timestamp" : "2022-05-11T18:02:59Z",
    
    46
    +         "version" : "4.6.1.0"
    
    23 47
           },
    
    24 48
           {
    
    25 49
              "author" : "Sean Whitton <spwhitton@spwhitton.name>",
    


  • Reply to: