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

[Git][ocaml-team/ocaml-fdkaac][master] Update packaging



Title: GitLab

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

Commits:

  • 765bd4f0
    by Stephane Glondu at 2023-08-16T10:54:48+02:00
    Update packaging
    

4 changed files:

Changes:

  • debian/changelog
    1 1
     ocaml-fdkaac (0.3.3~gitd3393eb-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * Use ocaml_dune DH buildsystem
    
    4
    +  * Bump debhelper compat level to 13
    
    5
    +  * Add Rules-Requires-Root: no
    
    6
    +  * Bump Standards-Version to 4.6.2
    
    4 7
     
    
    5 8
      -- Stéphane Glondu <glondu@debian.org>  Sun, 13 Aug 2023 12:42:26 +0200
    
    6 9
     
    

  • debian/control
    ... ... @@ -3,17 +3,18 @@ Section: contrib/ocaml
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Uploaders: Kyle Robbertze <paddatrapper@debian.org>
    
    6
    -Build-Depends: debhelper (>= 10),
    
    7
    -               debhelper-compat (=11),
    
    8
    -               ocaml-dune,
    
    9
    -               dh-buildinfo,
    
    10
    -               ocaml,
    
    11
    -               dh-ocaml (>= 1.2),
    
    12
    -               libdune-ocaml-dev,
    
    13
    -               libfdk-aac-dev (>= 0.1.1),
    
    14
    -               ocaml-findlib (>= 1.2.4),
    
    15
    -               pkg-config
    
    16
    -Standards-Version: 4.6.1
    
    6
    +Build-Depends:
    
    7
    + debhelper-compat (= 13),
    
    8
    + ocaml-dune,
    
    9
    + dh-buildinfo,
    
    10
    + ocaml,
    
    11
    + dh-ocaml (>= 1.2),
    
    12
    + libdune-ocaml-dev,
    
    13
    + libfdk-aac-dev (>= 0.1.1),
    
    14
    + ocaml-findlib (>= 1.2.4),
    
    15
    + pkg-config
    
    16
    +Standards-Version: 4.6.2
    
    17
    +Rules-Requires-Root: no
    
    17 18
     Homepage: http://savonet.sourceforge.net/
    
    18 19
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-fdkaac.git
    
    19 20
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-fdkaac
    

  • debian/libfdkaac-ocaml-dev.docs
    1
    -README.md
    1
    +usr/doc/fdkaac/*

  • debian/libfdkaac-ocaml-dev.install.in
    1
    +@OCamlStdlibDir@/fdkaac/*dune*
    
    2
    +@OCamlStdlibDir@/fdkaac/*opam*
    
    1 3
     @OCamlStdlibDir@/fdkaac/META
    
    2 4
     @OCamlStdlibDir@/fdkaac/*.cmi
    
    5
    +@OCamlStdlibDir@/fdkaac/*.cmt*
    
    3 6
     @OCamlStdlibDir@/fdkaac/*.ml*
    
    4 7
     @OCamlStdlibDir@/fdkaac/*.a
    
    5 8
     OPT: @OCamlStdlibDir@/fdkaac/*.cmxa
    


  • Reply to: