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

[Git][ocaml-team/js-of-ocaml][master] 2 commits: Add version constraint in libjs-of-ocaml-dev dependency



Title: GitLab

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

Commits:

  • 5d8d5e33
    by Stéphane Glondu at 2025-09-15T11:36:42+02:00
    Add version constraint in libjs-of-ocaml-dev dependency
    
  • d4c87649
    by Stéphane Glondu at 2025-09-15T11:37:23+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +js-of-ocaml (6.2.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Add version constraint in libjs-of-ocaml-dev dependency
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Mon, 15 Sep 2025 11:37:21 +0200
    
    6
    +
    
    1 7
     js-of-ocaml (6.2.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release
    

  • debian/control
    ... ... @@ -34,7 +34,7 @@ Vcs-Git: https://salsa.debian.org/ocaml-team/js-of-ocaml.git
    34 34
     Package: js-of-ocaml
    
    35 35
     Architecture: any
    
    36 36
     Depends:
    
    37
    - libjs-of-ocaml-dev,
    
    37
    + libjs-of-ocaml-dev (= ${binary:Version}),
    
    38 38
      ${ocaml:Depends},
    
    39 39
      ${shlibs:Depends},
    
    40 40
      ${misc:Depends}
    


  • Reply to: