From: Peter Michael Green Date: Wed, 28 Nov 2018 09:26:00 +0000 (+0000) Subject: Add build-conflicts on libpython3 dev packages, if they are installed X-Git-Tag: archive/raspbian/4.0.3+dfsg1-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c253474f0af7285807f24858d7a3758e964ac488;p=libcec.git Add build-conflicts on libpython3 dev packages, if they are installed this package will pick them in preference to 2.7 resulting in missing files. --- diff --git a/debian/changelog b/debian/changelog index 1fd6b02..b6cc740 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,11 @@ libcec (4.0.3+dfsg1-1+rpi1) buster-staging; urgency=medium * Add symbols file hack for raspbian. * Fix clean target. + [changes introduced in 4.0.3+dfsg1-1+rpi1 by Peter Michael Green] + * Add build-conflicts on libpython3 dev packages, if they are installed + this package will pick them in preference to 2.7 resulting in + missing files. + -- Peter Michael Green Wed, 28 Nov 2018 08:51:38 +0000 libcec (4.0.3+dfsg1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index ff13584..03b8d2c 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9), libxrandr-dev, x11proto-core-dev, libncurses5-dev +Build-Conflicts: libpython3.0-dev, libpython3.1-dev, libpython3.2-dev, libpython3.3-dev, libpython3.4-dev, libpython3.5-dev, libpython3.6-dev, libpython3.7-dev, libpython3.8-dev, libpython3.9-dev Standards-Version: 3.9.8 Vcs-Browser: https://salsa.debian.org/debian/libcec Vcs-Git: https://salsa.debian.org/debian/libcec.git