[07:44] 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? [08:09] 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:10] ok, where I should put bin file? [08:10] And how can I do it? [08:11] have you read the packaging guide? http://developer.ubuntu.com/packaging/html/ [08:11] our standard packaging tools will put python modules in the right place [08:12] And wnat to put mudule and one executable file to $PATH [08:13] sorry ) I want to put mudule and one executable file to $PATH [08:14] your setup.py will install the module to the right place. for the executable, /usr/bin is probably where you want it [08:15] Can I use "install file" for place one file to /usr/bin ? [08:16] For example "foo usr/bin" in "install" file ? [08:16] yes [08:16] "foo" file should be in "debian" directory ? [08:17] no [08:17] 1 dir upper? [08:17] yes [08:17] :) Thx a lot. [08:18] How about executive bit? [08:19] you mean executable. dh_fixperms will set that, if it wasn't set [08:19] ok, thx === sao_ is now known as sao === Unit193 is now known as TheMaster