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

[Git][ocaml-team/jsonm][master] 7 commits: Use secure copyright file specification URI.



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / jsonm

Commits:

  • 3e4e3530
    by Debian Janitor at 2022-09-10T09:39:16+00:00
    Use secure copyright file specification URI.
    
    Changes-By: lintian-brush
    Fixes: lintian: insecure-copyright-format-uri
    See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
    
  • 8890157c
    by Debian Janitor at 2022-09-10T09:39:17+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
    
  • fe1b6120
    by Debian Janitor at 2022-09-10T09:39:18+00:00
    Use secure URI in Homepage field.
    
    Changes-By: lintian-brush
    Fixes: lintian: homepage-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
    
  • 74908499
    by Debian Janitor at 2022-09-10T09:39:18+00:00
    Bump debhelper from deprecated 8 to 13.
    + debian/rules: Drop --fail-missing argument, now the default.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-deprecated-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
    
  • abb034f2
    by Debian Janitor at 2022-09-10T09:39:18+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
    
  • 9b20234d
    by Stephane Glondu at 2023-08-15T10:10:42+02:00
    Merge branch 'jsonm-lintian-fixes'
    
  • e3e61ce2
    by Stephane Glondu at 2023-08-15T10:12:15+02:00
    Update changelog
    

3 changed files:

Changes:

  • debian/changelog
    1
    +jsonm (1.0.2-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  [ Debian Janitor ]
    
    4
    +  * Use secure copyright file specification URI
    
    5
    +  * Use secure URI in Homepage field
    
    6
    +
    
    7
    + -- Stéphane Glondu <glondu@debian.org>  Tue, 15 Aug 2023 10:11:04 +0200
    
    8
    +
    
    1 9
     jsonm (1.0.2-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Stéphane Glondu ]
    

  • debian/control
    ... ... @@ -13,7 +13,7 @@ Build-Depends:
    13 13
      dh-ocaml
    
    14 14
     Standards-Version: 4.6.2
    
    15 15
     Rules-Requires-Root: no
    
    16
    -Homepage: http://erratique.ch/software/jsonm
    
    16
    +Homepage: https://erratique.ch/software/jsonm
    
    17 17
     Vcs-Git: https://salsa.debian.org/ocaml-team/jsonm.git
    
    18 18
     Vcs-Browser: https://salsa.debian.org/ocaml-team/jsonm
    
    19 19
     
    

  • debian/copyright
    1
    -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     
    
    3 3
     Files: *
    
    4 4
     Copyright: 2012, Daniel C. Bünzli
    


  • Reply to: