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

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



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -ocamlbuild (0.14.0-3) UNRELEASED; urgency=low
    
    1
    +ocamlbuild (0.14.0-3) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Stéphane Glondu ]
    
    4
    +  * Team upload
    
    5
    +  * Depend on ocaml-base-$ABI instead of ocaml-base-nox-$ABI
    
    6
    +  * Bump Standards-Version to 4.6.0
    
    7
    +
    
    8
    +  [ Debian Janitor ]
    
    3 9
       * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    
    4 10
         Repository-Browse.
    
    5 11
     
    
    6
    - -- Debian Janitor <janitor@jelmer.uk>  Sun, 16 Aug 2020 13:13:07 -0000
    
    12
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 20 Jan 2022 13:05:28 +0100
    
    7 13
     
    
    8 14
     ocamlbuild (0.14.0-2) unstable; urgency=medium
    
    9 15
     
    

  • debian/control
    ... ... @@ -6,10 +6,10 @@ Uploaders: Ximin Luo <infinity0@debian.org>
    6 6
     Build-Depends:
    
    7 7
      debhelper-compat (= 13),
    
    8 8
      dh-ocaml,
    
    9
    - ocaml-nox (>= 4.04.0),
    
    9
    + ocaml,
    
    10 10
      ocaml-findlib (>= 1.7.3),
    
    11 11
      libfindlib-ocaml-dev (>= 1.7.3),
    
    12
    -Standards-Version: 4.5.0
    
    12
    +Standards-Version: 4.6.0
    
    13 13
     Rules-Requires-Root: no
    
    14 14
     Homepage: https://github.com/ocaml/ocamlbuild/
    
    15 15
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlbuild.git
    

  • debian/rules
    ... ... @@ -15,7 +15,7 @@ include /usr/share/ocaml/ocamlvars.mk
    15 15
     OCAMLABI = $(shell ocamlc -version)
    
    16 16
     # to test a bytecode build on an architecture with ocamlopt, set this to "yes"
    
    17 17
     BYTECODE = $(shell [ -x /usr/bin/ocamlopt ] || echo yes)
    
    18
    -OCAMLRUN = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
    
    18
    +OCAMLRUN = $(if $(BYTECODE),ocaml-base-$(OCAMLABI))
    
    19 19
     OCAML_NATIVE = $(if $(BYTECODE),false,true)
    
    20 20
     
    
    21 21
     OCAMLBUILD_CFG = \
    


  • Reply to: