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

[Git][ocaml-team/ocaml-res][master] 6 commits: Update watch file format version to 4.



Title: GitLab

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

Commits:

  • 291b515b
    by Debian Janitor at 2022-11-15T01:56:50+00:00
    Update watch file format version to 4.
    
    Changes-By: lintian-brush
    Fixes: lintian: older-debian-watch-file-standard
    See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
    
  • 118a4cc0
    by Debian Janitor at 2022-11-15T01:56:50+00:00
    Bump debhelper from old 12 to 13.
    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.
    
    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
    
  • 703ff638
    by Debian Janitor at 2022-11-15T01:56:57+00:00
    Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
    
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
    
  • 9060e396
    by Debian Janitor at 2022-11-15T01:56:59+00:00
    Update standards version to 4.6.1, 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
    
  • 59424ec1
    by Stephane Glondu at 2023-08-15T13:37:47+02:00
    Merge branch 'ocaml-res-lintian-fixes'
    
  • 9cf4fb70
    by Stephane Glondu at 2023-08-15T13:38:45+02:00
    Update changelog
    

4 changed files:

Changes:

  • debian/changelog
    1 1
     ocaml-res (5.0.1-3) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Stéphane Glondu ]
    
    3 4
       * Use ocaml_dune DH buildsystem
    
    4 5
     
    
    6
    +  [ Debian Janitor ]
    
    7
    +  * Update watch file format version to 4
    
    8
    +  * Bump debhelper from old 12 to 13
    
    9
    +  * Set upstream metadata fields
    
    10
    +  * Update standards version to 4.6.1, no changes needed
    
    11
    +
    
    5 12
      -- Stéphane Glondu <glondu@debian.org>  Sun, 13 Aug 2023 17:01:49 +0200
    
    6 13
     
    
    7 14
     ocaml-res (5.0.1-2) unstable; urgency=medium
    

  • debian/control
    ... ... @@ -3,11 +3,11 @@ Section: ocaml
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper-compat (= 12),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      ocaml,
    
    8 8
      ocaml-dune,
    
    9 9
      dh-ocaml (>= 1.2)
    
    10
    -Standards-Version: 4.5.0
    
    10
    +Standards-Version: 4.6.1
    
    11 11
     Rules-Requires-Root: no
    
    12 12
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-res
    
    13 13
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-res.git
    

  • debian/upstream/metadata
    1
    +---
    
    2
    +Bug-Database: https://github.com/mmottl/res/issues
    
    3
    +Bug-Submit: https://github.com/mmottl/res/issues/new
    
    4
    +Repository-Browse: https://github.com/mmottl/res

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     https://github.com/mmottl/res/releases .*/archive/v?(.*)\.tar\.gz


  • Reply to: