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

[Git][ocaml-team/hevea][master] 3 commits: Use secure URI in Homepage field.



Title: GitLab

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

Commits:

  • 623d910e
    by Debian Janitor at 2022-09-18T08:42:58+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
    
  • 4b068c5b
    by Debian Janitor at 2022-09-18T08:43:03+00:00
    Set upstream metadata fields: Bug-Submit, Repository.
    
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
    
  • 48265f89
    by Stéphane Glondu at 2023-08-14T09:32:17+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/hevea!1

3 changed files:

Changes:

  • debian/changelog
    1
    +hevea (2.36-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use secure URI in Homepage field.
    
    4
    +  * Set upstream metadata fields: Bug-Submit, Repository.
    
    5
    +
    
    6
    + -- Debian Janitor <janitor@jelmer.uk>  Sun, 18 Sep 2022 08:42:58 -0000
    
    7
    +
    
    1 8
     hevea (2.36-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream version
    

  • debian/control
    ... ... @@ -15,7 +15,7 @@ Standards-Version: 4.6.1
    15 15
     Rules-Requires-Root: no
    
    16 16
     Vcs-Browser: https://salsa.debian.org/ocaml-team/hevea
    
    17 17
     Vcs-Git: https://salsa.debian.org/ocaml-team/hevea.git
    
    18
    -Homepage: http://hevea.inria.fr/
    
    18
    +Homepage: https://hevea.inria.fr/
    
    19 19
     
    
    20 20
     Package: hevea
    
    21 21
     Architecture: any
    

  • debian/upstream/metadata
    1
    -Repository: https://github.com/maranget/hevea
    
    1
    +Bug-Submit: https://github.com/maranget/hevea/issues/new
    
    2
    +Repository: https://github.com/maranget/hevea.git
    
    2 3
     Repository-Browse: https://github.com/maranget/hevea
    
    3 4
     Bug-Database: https://github.com/maranget/hevea/issues
    
    4 5
     Reference:
    


  • Reply to: