Package: python-future User: [email protected] Usertags: origin-ubuntu artful ubuntu-patch Version: 0.15.2-4 Severity: important Tags: patch
* d/*.postinst: Prefer Python 3 version if both versions installed. Thanks for considering the attached patch. We don't want more Python2 stuff pulled in in our systems :) thanks Gianfranco
diff -Nru python-future-0.15.2/debian/python3-future.postinst python-future-0.15.2/debian/python3-future.postinst --- python-future-0.15.2/debian/python3-future.postinst 2016-09-23 13:53:41.000000000 +0200 +++ python-future-0.15.2/debian/python3-future.postinst 2017-07-27 14:22:52.000000000 +0200 @@ -3,8 +3,8 @@ set -e if [ "$1" = "configure" ] ; then - update-alternatives --install /usr/bin/futurize futurize /usr/bin/python3-futurize 200 - update-alternatives --install /usr/bin/pasteurize pasteurize /usr/bin/python3-pasteurize 200 + update-alternatives --install /usr/bin/futurize futurize /usr/bin/python3-futurize 300 + update-alternatives --install /usr/bin/pasteurize pasteurize /usr/bin/python3-pasteurize 300 fi #DEBHELPER# diff -Nru python-future-0.15.2/debian/python-future.postinst python-future-0.15.2/debian/python-future.postinst --- python-future-0.15.2/debian/python-future.postinst 2016-09-23 13:53:41.000000000 +0200 +++ python-future-0.15.2/debian/python-future.postinst 2017-07-27 14:22:44.000000000 +0200 @@ -3,8 +3,8 @@ set -e if [ "$1" = "configure" ] ; then - update-alternatives --install /usr/bin/futurize futurize /usr/bin/python2-futurize 300 - update-alternatives --install /usr/bin/pasteurize pasteurize /usr/bin/python2-pasteurize 300 + update-alternatives --install /usr/bin/futurize futurize /usr/bin/python2-futurize 200 + update-alternatives --install /usr/bin/pasteurize pasteurize /usr/bin/python2-pasteurize 200 fi #DEBHELPER#
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

