Codebase list python-manilaclient / debian/1.21.0-3
Python 3 has now priority over Python 2. Thomas Goirand 6 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 python-manilaclient (1.21.0-3) unstable; urgency=medium
1
2 * Python 3 has now priority over Python 2.
3
4 -- Thomas Goirand <zigo@debian.org> Sun, 11 Mar 2018 13:10:04 +0100
5
06 python-manilaclient (1.21.0-2) unstable; urgency=medium
17
28 * Uploading to unstable.
22 set -e
33
44 if [ "$1" = "configure" ] ; then
5 update-alternatives --install /usr/bin/manila manila /usr/bin/python3-manila 200
5 update-alternatives --install /usr/bin/manila manila /usr/bin/python3-manila 400
66 fi
77
88 #DEBHELPER#