Codebase list telepathy-ring / 125d5ba
Explicitly use python2 for build. The unversioned python executable is going away for Debian 11. (Closes: #967220) Laurent Bigonville 3 years ago
4 changed file(s) with 18 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 telepathy-ring (2.3.24-2) UNRELEASED; urgency=medium
11
22 * debian/control: Bump Standards-Version to 4.5.1 (no further changes)
3 * Explicitly use python2 for build. The unversioned python executable is
4 going away for Debian 11. (Closes: #967220)
35
4 -- Laurent Bigonville <bigon@debian.org> Thu, 03 Dec 2020 12:34:25 +0100
6 -- Laurent Bigonville <bigon@debian.org> Thu, 03 Dec 2020 12:35:22 +0100
57
68 telepathy-ring (2.3.24-1) unstable; urgency=medium
79
1010 uuid-dev,
1111 libtelepathy-glib-dev (>= 0.11.11),
1212 libmission-control-plugins-dev,
13 python,
13 python2,
1414 xsltproc
1515 Standards-Version: 4.5.1
1616 Vcs-Git: https://anonscm.debian.org/git/pkg-telepathy/telepathy-ring.git
0 Index: b/configure.ac
1 ===================================================================
2 --- a/configure.ac
3 +++ b/configure.ac
4 @@ -99,7 +99,7 @@ fi
5
6 AC_CHECK_PROGS([XSLTPROC], [$XSLTPROC xsltproc])
7 AC_CHECK_PROGS([DBUS_BINDING_TOOL], [$DBUS_BINDING_TOOL dbus-binding-tool])
8 -AC_CHECK_PROGS([PYTHON], [$PYTHON python2.5 python2.4 python2.3 python])
9 +AC_CHECK_PROGS([PYTHON], [$PYTHON python2 python2.5 python2.4 python2.3 python])
10
11 AM_CONDITIONAL([HAVE_TP_EXTENSIONS], [test -n "$XSLTPROC" && test -n "$PYTHON" && test -n "$DBUS_BINDING_TOOL"])
12
0 python2.diff