sicness | Can someone help me? I want to understand next thing: I want to make deb from pypi package and add some file from it to /usr/local/bin/ . Where I can set it? | 07:44 |
---|---|---|
tumbleweed | sicness: packages shouldn't touch /usr/local - that area isn't managed by the distro, it's for the sysadmin to install things built from source | 08:09 |
sicness | ok, where I should put bin file? | 08:10 |
sicness | And how can I do it? | 08:10 |
tumbleweed | have you read the packaging guide? http://developer.ubuntu.com/packaging/html/ | 08:11 |
tumbleweed | our standard packaging tools will put python modules in the right place | 08:11 |
sicness | And wnat to put mudule and one executable file to $PATH | 08:12 |
sicness | sorry ) I want to put mudule and one executable file to $PATH | 08:13 |
tumbleweed | your setup.py will install the module to the right place. for the executable, /usr/bin is probably where you want it | 08:14 |
sicness | Can I use "install file" for place one file to /usr/bin ? | 08:15 |
sicness | For example "foo usr/bin" in "install" file ? | 08:16 |
tumbleweed | yes | 08:16 |
sicness | "foo" file should be in "debian" directory ? | 08:16 |
tumbleweed | no | 08:17 |
sicness | 1 dir upper? | 08:17 |
tumbleweed | yes | 08:17 |
sicness | :) Thx a lot. | 08:17 |
sicness | How about executive bit? | 08:18 |
tumbleweed | you mean executable. dh_fixperms will set that, if it wasn't set | 08:19 |
sicness | ok, thx | 08:19 |
=== sao_ is now known as sao | ||
=== Unit193 is now known as TheMaster |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!