Hi, need help here.
While working on Debian's “reproducible builds” effort [1], we have > noticed that pyliblo-utils had different dependencies in two different > builds [2]. > > In the first build it had: > Depends: python-liblo, python, python:any (>= 2.5~) > > While on the second build: > Depends: python-liblo, python3, python:any (>= 2.5~) > (python3 instead of python) > > The included scripts also had different shebangs, #!/usr/bin/python > vs. #!/usr/bin/python3. > > [1]: https://wiki.debian.org/ReproducibleBuilds > [2]: https://reproducible.debian.net/pyliblo > How this bug should be fixed? https://reproducible.debian.net/rb-pkg/pyliblo.html 1) build pyliblo-utils only for python2 or python3 2) build pyliblo-utils-python2 and pyliblo-utils-python3 3) skip python2 and build everything only with python3 4) other solution best regards mira
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers