On Sat, Nov 30, 2019 at 2:33 PM A Mennucc1 <[email protected]> wrote: > debdelta can work with python2 or python3 : I rewrote the code long ago, > to be compatible with both. > > Currently the control file reads > > > Depends: python, bzip2, binutils, ${shlibs:Depends} > Recommends: python-apt, xdelta3, xdelta, lzma, xz-utils, xdelta, bsdiff, > gnupg2, gnupg-agent, python-debian > > is there anything I should change?
well yes: - change the dependencies to their python3 version - change debdelta shebang to point to /usr/bin/python3 that should be enough, but you probably know better the packaging of debdelta. -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi Twitter: https://twitter.com/sandrotosi

