tag 572776 + patch thanks Le jeudi 04 août 2011, Tanguy Ortolo a écrit : > I shall think about that and start implementing it. Patches (or git pull > requests) will follow.
Done. Here is a Git branch you can pull from:
$ git pull git://git.ortolo.eu/pkg-bpython.git debian/contrib/python3
What I have done is to switch from pyhon_support to dh_python2 and
dh_python3, write some specific rules, and add a new binary package
called bpython3, that installs a binary with the same name bpython3,
that runs with python3.2 (plus a manpage link to bpython).
It does not add binaries for the exact versions 2.6, 2.7 and 3.2,
though, because I think people looking for this can simply run bpython
with python$version directly.
While I was looking at this package I found several things that I could
improve, so here is another branch:
$ git pull git://git.ortolo.eu/pkg-bpython.git debian/contrib/improvements
As stated in the commit messages, here is what I did: add some comments
to debian/* stuff I could not understand directly, correct the argument
passing in the bpython-{gtk,urwid} wrappers, bump Standards-Version and
add a debian/source/local-options file to unapply patches a cleanup
which is useful for Git storage.
If you want to take these modifications I have another branch which is a
merge from both (there are conflicts in debian/control and debian/rules,
which are not easy to resolve when you do not know exactly what was
done):
$ git pull git://git.ortolo.eu/pkg-bpython.git \
debian/contrib/improvements+python3
Please note that I did not touch to debian/changelog: I am leaving this
up to you, and I wrote my commit messages so that they can easily be
used as a basis for that.
I have a Gitweb if you want to have a look at the commits:
<http://git.ortolo.eu/pkg-bpython.git>.
Librement,
--
Tanguy Ortolo
signature.asc
Description: Digital signature

