From 64a52b4fcce7aa0d05d77b552d39ca1e99f0553f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 21 May 2014 14:10:13 +0200 Subject: [PATCH] giving up on packaging for ubuntu --- debian/nodemanager-lib.install | 9 +++++++++ 1 file changed, 9 insertions(+) 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... -- 2.43.0