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

[Git][ocaml-team/xstrp4][master] 2 commits: Update packaging



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / xstrp4

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +xstrp4 (1.8.2-5) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Depend on ocaml-$ABI instead of ocaml-nox-$ABI
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Tue, 25 Jan 2022 16:19:53 +0100
    
    7
    +
    
    1 8
     xstrp4 (1.8.2-4) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/control
    ... ... @@ -16,7 +16,7 @@ Vcs-Browser: https://salsa.debian.org/ocaml-team/xstrp4
    16 16
     
    
    17 17
     Package: libxstrp4-camlp4-dev
    
    18 18
     Architecture: all
    
    19
    -Depends: libcamlp4-ocaml-dev, ocaml-nox-${F:OCamlABI}, ${misc:Depends}
    
    19
    +Depends: libcamlp4-ocaml-dev, ocaml-${F:OCamlABI}, ${misc:Depends}
    
    20 20
     Recommends: ocaml-findlib
    
    21 21
     Description: camlp4 extension that expands brace expansions in OCaml string
    
    22 22
      This camlp4 syntax extension interprets the dollar notation ${name} in
    


  • Reply to: