Custom Query (1145 matches)
Results (88 - 90 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1418 | fixed | Transition to dh_python2 | jdreed | |
Description |
Once Lucid is dead, we should consider transitioning to dh_python2: https://wiki.debian.org/Python/TransitionToDHPython2 |
|||
#1417 | fixed | Incorrect use of namespace packages in printing-config and metrics | jdreed | |
Description |
Anders notes: https://pythonhosted.org/setuptools/setuptools.html#namespace-packages - Both packages should specify namespace_packages=['debathena']. (printing-config does, metrics doesn’t.) - Both packages should have a debathena/__init__.py that says: __import__('pkg_resources').declare_namespace(__name__) (printing-config’s is empty and metrics’ is missing.) |
|||
#1416 | fixed | openafs 1.6.2.1-1 no longer accepts AFS_DYNROOT=true | andersk | |
Description |
As of this change in openafs 1.6.2.1-1 (jessie+, saucy+, and the PPA), the openafs-client initscript no longer accepts AFS_DYNROOT=true, and instead now accepts AFS_DYNROOT=Yes, unlike the other four options. The postinst tries to convert the configuration over, but that doesn’t help if debathena-afs-config is installed later. In that case, dynroot gets disabled, which causes, like, kernel panics. I’ve filed DebianBug:729353 for this being dumb, but unless we can get a fix in saucy, we may need to fix debathena-afs-config to detect AFS_DYNROOT=true or AFS_DYNROOT=Yes as appropriate. |