[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#496832: Bakefile status (do you need a sponsor?)



On Tue, Dec 20, 2011 at 11:44 AM, Scott Howard <showard314@gmail.com> wrote:
> Hi Wences,
> I came across this ITP and saw you've done some updates to the git
> repo. Is this package ready for sponsoring.
> I can sponsor if you're still looking for one.
>
> ~Scott

quick technical review of the git repo's package:

probably should B-D on python-dev instead of python2.6-dev

don't install the byteocode files (in debian/rules find an delete all
pyc and pyo) and instead just copy all the .py from src/ into
/usr/lib/bakefile and use dh_python2

Also, check the makefile.am, it looks like it sets the python version
in the header of the .py versions which might not be necessary in
debian since we byte compile on installation to whatever version of
python the user has on their system.

The following is built with a B-D on python-dev (python2.6-dev will
ftbfs) in a sid chroot (pbuilder)

+++ lintian output +++
P: bakefile: no-upstream-changelog
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/bakefile.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/bakefile.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/bakefile_gen.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/bakefile_gen.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/bkl_c.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/bkl_c.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/config.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/config.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/containers.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/containers.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/dependencies.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/dependencies.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/errors.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/errors.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/finalize.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/finalize.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/flatten.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/flatten.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/formats.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/formats.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/mk.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/mk.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/mk_dump.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/mk_dump.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/outmethods.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/outmethods.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/portautils.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/portautils.pyo
E: bakefile: package-installs-python-bytecode
usr/lib/bakefile/py25modules/__init__.pyc
E: bakefile: package-installs-python-bytecode
usr/lib/bakefile/py25modules/__init__.pyo
E: bakefile: package-installs-python-bytecode
usr/lib/bakefile/py25modules/subprocess.pyc
E: bakefile: package-installs-python-bytecode
usr/lib/bakefile/py25modules/subprocess.pyo
E: bakefile: package-installs-python-bytecode
usr/lib/bakefile/py25modules/uuid.pyc
E: bakefile: package-installs-python-bytecode
usr/lib/bakefile/py25modules/uuid.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/reader.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/reader.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/utils.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/utils.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/version.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/version.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/writer.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/writer.pyo
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/xmlparser.pyc
E: bakefile: package-installs-python-bytecode usr/lib/bakefile/xmlparser.pyo
E: bakefile: python-script-but-no-python-dep usr/lib/bakefile/bakefile.py
E: bakefile: python-script-but-no-python-dep usr/lib/bakefile/bakefile_gen.py



Reply to: