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

[Git][ocaml-team/coccinelle][master] 2 commits: force configuration for python3



Title: GitLab

Ralf Treinen pushed to branch master at Debian OCaml Maintainers / coccinelle

Commits:

  • af88e83f
    by Ralf Treinen at 2022-11-10T11:19:47+01:00
    force configuration for python3
    
  • 0721124a
    by Ralf Treinen at 2022-11-10T11:25:35+01:00
    standards-version 4.6.1
    

3 changed files:

Changes:

  • debian/changelog
    1
    +coccinelle (1.1.1.deb-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * d/rules: force configuration for python3. Thanks to Uwe Kleine-König
    
    4
    +    for the patch (closes: #1023653).
    
    5
    +  * Standards-Version 4.6.1 (no change)
    
    6
    +
    
    7
    + -- Ralf Treinen <treinen@debian.org>  Thu, 10 Nov 2022 11:21:48 +0100
    
    8
    +
    
    1 9
     coccinelle (1.1.1.deb-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

  • debian/control
    ... ... @@ -23,7 +23,7 @@ Build-Depends-Indep:
    23 23
      texlive-latex-base,
    
    24 24
      texlive-latex-extra,
    
    25 25
      texlive-latex-recommended
    
    26
    -Standards-Version: 4.6.0
    
    26
    +Standards-Version: 4.6.1
    
    27 27
     Rules-Requires-Root: no
    
    28 28
     Homepage: http://coccinelle.lip6.fr
    
    29 29
     Vcs-Git: https://salsa.debian.org/ocaml-team/coccinelle.git
    

  • debian/rules
    ... ... @@ -9,7 +9,7 @@ VIM_ADIR = $(CURDIR)/debian/coccinelle/usr/share/vim/addons
    9 9
     VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
    
    10 10
     
    
    11 11
     CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \
    
    12
    -  --enable-ocaml --enable-python
    
    12
    +  --enable-ocaml --enable-python --with-python=python3
    
    13 13
     
    
    14 14
     ifeq ($(OCAML_NATDYNLINK),yes)
    
    15 15
     CONFIG_FLAGS += --enable-opt
    


  • Reply to: