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

[Git][ocaml-team/ocaml-cry][master] 3 commits: Add dependency on libfindlib-ocaml



Title: GitLab

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

Commits:

  • b353a7ac
    by Kyle Robbertze at 2024-07-30T15:13:01+09:00
    Add dependency on libfindlib-ocaml
    
    Closes: #1073891
    
  • e07f7200
    by Kyle Robbertze at 2024-07-30T15:14:20+09:00
    Bump Standards-Version to 4.7.0 (no change)
    
  • 1ec50de4
    by Kyle Robbertze at 2024-07-30T16:50:02+09:00
    prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-cry (1.0.3-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Add dependency on libfindlib-ocaml (Closes: #1073891)
    
    4
    +
    
    5
    + -- Kyle Robbertze <paddatrapper@debian.org>  Tue, 30 Jul 2024 15:13:07 +0900
    
    6
    +
    
    1 7
     ocaml-cry (1.0.3-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream version 1.0.3
    

  • debian/control
    ... ... @@ -7,8 +7,9 @@ Build-Depends: debhelper-compat (=13),
    7 7
                    ocaml-dune,
    
    8 8
                    dh-ocaml (>= 1.2),
    
    9 9
                    ocaml,
    
    10
    +               libfindlib-ocaml,
    
    10 11
                    libssl-ocaml-dev (>= 0.5.0)
    
    11
    -Standards-Version: 4.6.2
    
    12
    +Standards-Version: 4.7.0
    
    12 13
     Homepage: https://www.liquidsoap.info/
    
    13 14
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-cry.git
    
    14 15
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-cry
    


  • Reply to: