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

[Git][ocaml-team/ocamlviz][master] 3 commits: Update packaging



Title: GitLab

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

Commits:

  • fd0dbe3e
    by Stephane Glondu at 2023-07-24T09:04:03+02:00
    Update packaging
    
  • ea25bcb1
    by Stephane Glondu at 2023-07-24T09:04:07+02:00
    Add preprocessing options for dh_ocamldoc (Closes: #1041793)
    
  • cb01ed30
    by Stephane Glondu at 2023-07-24T09:04:07+02:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +ocamlviz (1.01-7) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Add preprocessing options for dh_ocamldoc (Closes: #1041793)
    
    5
    +  * Bump Standards-Version to 4.6.2
    
    6
    +
    
    7
    + -- Stéphane Glondu <glondu@debian.org>  Mon, 24 Jul 2023 09:03:42 +0200
    
    8
    +
    
    1 9
     ocamlviz (1.01-6) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

  • debian/control
    ... ... @@ -18,7 +18,7 @@ Build-Depends-Indep:
    18 18
      mlpost,
    
    19 19
      ocamlweb,
    
    20 20
      texlive-latex-extra
    
    21
    -Standards-Version: 4.6.0
    
    21
    +Standards-Version: 4.6.2
    
    22 22
     Rules-Requires-Root: no
    
    23 23
     Homepage: http://ocamlviz.forge.ocamlcore.org/
    
    24 24
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlviz
    

  • debian/libocamlviz-ocaml-doc.ocamldoc
    1
    --sort -I src/
    
    1
    +-sort -I src/ -I +camlp4 -pp camlp4of
    
    2 2
     --include debian/libocamlviz-ocaml-dev/usr/lib


  • Reply to: