Hi, sorry for a little bit messy email, I had already deleted the original [0] that I'm responding to.
I believe the reason for oneiric packages missing everything but doc/ is the Makefile in root directory. This can be overridden by the --buildsystem=python_disutils parameter. This seems to fix it for me: $ bzr diff rules === modified file 'debian/rules' --- debian/rules 2011-10-05 12:07:39 +0000 +++ debian/rules 2012-01-28 02:33:43 +0000 @@ -21,7 +21,7 @@ ifeq ($(use_dh_python2),yes) %: - dh $@ --with python2 + dh --buildsystem=python_distutils $@ --with python2 However, since I'm not a packaging expert, nor especially a Python packaging expert, I'll let the more knowledgeable tell me what other issues this could cause. [0] https://lists.ubuntu.com/archives/storm/2012-January/001438.html -- Jaska
signature.asc
Description: Digital signature
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
