From: Thierry Parmentelat Date: Wed, 21 May 2014 12:10:13 +0000 (+0200) Subject: giving up on packaging for ubuntu X-Git-Tag: nodemanager-5.2-14~13 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=64a52b4fcce7aa0d05d77b552d39ca1e99f0553f giving up on packaging for ubuntu --- diff --git a/debian/nodemanager-lib.install b/debian/nodemanager-lib.install index 4c98897..a02c464 100644 --- a/debian/nodemanager-lib.install +++ b/debian/nodemanager-lib.install @@ -1,3 +1,12 @@ +# OK so this does not work and won't work properly until the whole module/packaging +# business is reviewed from scratch even on rpm +# we would ideally need to +# . have the python code installed at the standard location +# and imported using import nodemanager.<> or import nodemanager.plugins.<> +# . review the plugin loading mechanism to probe the contents of plugins at run-time from this location +# . remove as much as we can from Makefile and put it in setup.py +# so this is way more than we are ready to invest in this module ... +### # this for now needs to be kept in sync with the toplevel specfile # also the rpm packaging goes in /usr/share/NodeManager but # under debian it seems like setup.py does not honor --install-purelib and all this, so...