Request to join DPMT
Hi, I'm currently packaging django-cas-server for inclusion in the archive (#905812), and am interested in maintaining it as part of the DPMT, as well as assisting where I can with maintenance of other packages. I have read the DPMT policy and accept it. My salsa username is bblough. Best regards, Bill signature.asc Description: PGP signature
autopkgtest-pkg-python fails due to module name mismatch
Hi, Then python module I just packaged (django-cas-server) is failing on debci because when autopkgtest-pkg-python runs, it tries to import a module named django_cas_server. However the module installed is actually named cas_server. (The package/module naming difference is present upstream) I don't feel like renaming the package or the module is the right thing to do. I could work around it by installing a symlink, or by replacing autopkgtest-pkg-python with my own customized version. Would it make sense to patch autopkgtest-pkg-python to allow overriding the autodetected module name (perhaps using a user-defined control field)? I would be willing to write a patch if enough people think it's worth doing. Thoughts? Regards, Bill