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

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



Title: GitLab

Kyle Robbertze pushed to branch master at Debian OCaml Maintainers / ocaml-theora

Commits:

  • 524d1cbf
    by Debian Janitor at 2022-11-29T03:33:10+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
    
  • 5bf05e70
    by Debian Janitor at 2022-11-29T03:33:14+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
    
  • 36b9802e
    by Kyle Robbertze at 2022-11-30T08:18:10+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/ocaml-theora!3

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-theora (0.4.0-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use secure URI in Homepage field.
    
    4
    +  * Update standards version to 4.6.1, no changes needed.
    
    5
    +
    
    6
    + -- Debian Janitor <janitor@jelmer.uk>  Tue, 29 Nov 2022 03:33:10 -0000
    
    7
    +
    
    1 8
     ocaml-theora (0.4.0-2) unstable; urgency=low
    
    2 9
     
    
    3 10
       [ Debian Janitor ]
    

  • debian/control
    ... ... @@ -12,9 +12,9 @@ Build-Depends: debhelper-compat (= 13),
    12 12
                    ocaml-dune,
    
    13 13
                    ocaml-nox,
    
    14 14
                    pkg-config
    
    15
    -Standards-Version: 4.6.0
    
    15
    +Standards-Version: 4.6.1
    
    16 16
     Rules-Requires-Root: no
    
    17
    -Homepage: http://savonet.sourceforge.net/
    
    17
    +Homepage: https://savonet.sourceforge.net/
    
    18 18
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-theora.git
    
    19 19
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-theora
    
    20 20
     
    


  • Reply to: