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

[Git][ocaml-team/ocaml-doc][master] 4 commits: Bump debhelper from old 12 to 13.



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-doc

Commits:

  • 61eecb48
    by Debian Janitor at 2022-09-01T08:44:36+00:00
    Bump debhelper from old 12 to 13.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
    
  • d137774e
    by Debian Janitor at 2022-09-01T08:44:37+00:00
    Set debhelper-compat version in Build-Depends.
    
    Changes-By: lintian-brush
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
    
  • e2315df8
    by Debian Janitor at 2022-09-01T08:45:13+00:00
    Update standards version to 4.6.0, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
    
  • d3189b86
    by Stéphane Glondu at 2023-08-15T10:45:50+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/ocaml-doc!2

3 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-doc (4.11-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Bump debhelper from old 12 to 13.
    
    4
    +  * Set debhelper-compat version in Build-Depends.
    
    5
    +  * Update standards version to 4.6.0, no changes needed.
    
    6
    +
    
    7
    + -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 08:44:36 -0000
    
    8
    +
    
    1 9
     ocaml-doc (4.11-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Debian Janitor ]
    

  • debian/compat deleted
    1
    -12

  • debian/control
    ... ... @@ -6,8 +6,8 @@ Uploaders:
    6 6
      Mehdi Dogguy <mehdi@debian.org>,
    
    7 7
      Samuel Mimram <smimram@debian.org>,
    
    8 8
      Ralf Treinen <treinen@debian.org>
    
    9
    -Build-Depends: debhelper (>= 12)
    
    10
    -Standards-Version: 4.5.0
    
    9
    +Build-Depends: debhelper-compat (= 13)
    
    10
    +Standards-Version: 4.6.0
    
    11 11
     Rules-Requires-Root: no
    
    12 12
     Homepage: https://caml.inria.fr
    
    13 13
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-doc.git
    


  • Reply to: