packaging
How to update the RPM version?
How to update a RPM version? Shall i开发者_如何学JAVA just update it in my spec file and re-build the entire package?That would be the first step, yes. You may also have to download the new source. An[详细]
2023-03-18 12:37 分类:问答best tool for building python distro with dependencies/resources
So I\'ve been working on a python project and reached the point that I have to mak开发者_如何学Goe some kind of installer/distribution. Now this project has quite a lot of dependencies and some resour[详细]
2023-03-17 19:48 分类:问答How do you specify the shebang line of a command script created by setuptools
I have created a package that I will be distributing throughout the company that replaces a legacy bash script with the same name. It is referenced many places so it needs to execute like the current[详细]
2023-03-17 13:54 分类:问答How do I package an NPAPI Chrome plugin for 32 and 64 bit Linux?
I\'m trying to package a Chrome extension that includes native plugins for all OSes. What do I need to include in the manifest.json to get it to load in both开发者_如何学编程 32 bit and 64 bit version[详细]
2023-03-16 06:21 分类:问答Package with debconf preselections
I\'d like to create a package which will depend on mysql-server and set the password to its own randomly generated string in case the server is not installed yet.[详细]
2023-03-15 15:45 分类:问答What is the best way to give people your python program
I want to give my pyt开发者_开发问答hon program to some people, and they will run this in Linux. What is the best way to do this ? Is it better to give them every script - I have 5 of them, or make it[详细]
2023-03-13 16:58 分类:问答Rationalising package structure in python
I am developing a python library with the following structure /application /lib __init__.py /models __init__.py[详细]
2023-03-10 20:22 分类:问答Program Design - Package by Feature vs. Layer or Both?
I am in the design stage of a web application that allows users to create requests of work and the workers to put time against those requests. The application will also have reporting capabilities for[详细]
2023-03-10 17:04 分类:问答Debain package won't build as it's claiming it can't find any of the modules
I\'m building an application with \"Quickly\" a tool provided by Ubuntu, however the generated app won\'t build. I get this output while running \"quickly package --verbose\":[详细]
2023-03-09 19:45 分类:问答Reference a binary-component to js-ctypes
I have registered a binary component in my chrome.manifest: binary-component components/linux/myLib.so abi=Linux_x86-gcc3[详细]
2023-03-09 00:42 分类:问答