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

[Git][ocaml-team/liquidsoap][master] 3 commits: Update ocaml build-dep name



Title: GitLab

Kyle Robbertze pushed to branch master at Debian OCaml Maintainers / liquidsoap

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -liquidsoap (2.0.2-1) UNRELEASED; urgency=medium
    
    1
    +liquidsoap (2.0.2-1) unstable; urgency=medium
    
    2 2
     
    
    3
    -  * New upstream version 2.0.2
    
    3
    +  * New upstream version 2.0.2 (Closes: #1002677)
    
    4 4
       * Refresh d/patches
    
    5 5
       * Update d/control with new build-dep versions
    
    6 6
       * Update d/liquidsoap.links for new version
    
    7
    +  * Update autopkgtests for new language features
    
    7 8
     
    
    8
    - -- Kyle Robbertze <paddatrapper@debian.org>  Mon, 10 Jan 2022 09:54:15 +0200
    
    9
    + -- Kyle Robbertze <paddatrapper@debian.org>  Tue, 11 Jan 2022 11:00:10 +0200
    
    9 10
     
    
    10 11
     liquidsoap (1.4.4-1) unstable; urgency=low
    
    11 12
     
    

  • debian/control
    ... ... @@ -56,7 +56,7 @@ Build-Depends: chrpath,
    56 56
                    libyojson-ocaml-dev,
    
    57 57
                    menhir,
    
    58 58
                    ocaml-findlib,
    
    59
    -               ocaml-nox (>= 4.08),
    
    59
    +               ocaml (>= 4.08),
    
    60 60
                    sox
    
    61 61
     Standards-Version: 4.5.1
    
    62 62
     Vcs-Git: https://salsa.debian.org/ocaml-team/liquidsoap.git
    
    ... ... @@ -68,7 +68,7 @@ Architecture: any
    68 68
     Depends: adduser,
    
    69 69
              curl,
    
    70 70
              libcamomile-ocaml-data (>= 1.0.0),
    
    71
    -         ocaml-base-nox,
    
    71
    +         ocaml-base,
    
    72 72
              sox,
    
    73 73
              ${misc:Depends},
    
    74 74
              ${ocaml:Depends},
    

  • debian/tests/pervasive-libraries
    1 1
     #!/usr/bin/liquidsoap --check
    
    2 2
     stream = playlist("")
    
    3 3
     source = output.icecast(%mp3, host="localhost", port=8000, mount="listen.m3u", password="hackme")
    
    4
    -mksafe(source(mksafe(stream)))
    4
    +source(mksafe(stream))


  • Reply to: