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: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +coccinelle (1.1.1.deb-2) unstable; urgency=medium + + * d/rules: force configuration for python3. Thanks to Uwe Kleine-König + for the patch (closes: #1023653). + * Standards-Version 4.6.1 (no change) + + -- Ralf Treinen <[email protected]> Thu, 10 Nov 2022 11:21:48 +0100 + coccinelle (1.1.1.deb-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -23,7 +23,7 @@ Build-Depends-Indep: texlive-latex-base, texlive-latex-extra, texlive-latex-recommended -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: http://coccinelle.lip6.fr 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 VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \ - --enable-ocaml --enable-python + --enable-ocaml --enable-python --with-python=python3 ifeq ($(OCAML_NATDYNLINK),yes) CONFIG_FLAGS += --enable-opt View it on GitLab: https://salsa.debian.org/ocaml-team/coccinelle/-/compare/61473f6315fd42eb60368bcfeb21c067e3b6f551...0721124aca8ee99bdf9974b19e3ff54ec799408d -- View it on GitLab: https://salsa.debian.org/ocaml-team/coccinelle/-/compare/61473f6315fd42eb60368bcfeb21c067e3b6f551...0721124aca8ee99bdf9974b19e3ff54ec799408d You're receiving this email because of your account on salsa.debian.org.

