Changeset 62d375b
- Timestamp:
- 2020-09-01T11:24:35Z (4 years ago)
- Branches:
- master
- Children:
- 75222ab
- Parents:
- c81b412 (diff), f18209a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rc81b412 r62d375b 776 776 777 777 if [ -z "$PYTHON" ]; then 778 PYTHON=python 778 for pp in python python3 python2; do 779 if which $pp > /dev/null; then 780 PYTHON=$pp 781 break 782 fi 783 done 779 784 fi 780 785 … … 980 985 fi 981 986 987 echo ' Using python: '$PYTHON 982 988 echo ' Using event handler: '$events 983 989 echo ' Using SSL library: '$ssl -
debian/changelog
rc81b412 r62d375b 22 22 * Use canonical URL in Vcs-Git. 23 23 * Add missing debian/rules target build-indep. 24 * Use python3 since python2 is being removed. Closes: #942954 24 25 25 26 -- Debian Janitor <janitor@jelmer.uk> Thu, 21 Mar 2019 00:10:27 +0000 -
debian/control
rc81b412 r62d375b 5 5 Uploaders: Jelmer Vernooij <jelmer@debian.org> 6 6 Standards-Version: 3.9.8 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 9), python 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 9), python3 8 8 Homepage: https://www.bitlbee.org/ 9 9 Vcs-Git: https://github.com/bitlbee/bitlbee.git
Note: See TracChangeset
for help on using the changeset viewer.