We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am giving the below command to create deb package with customised name.
python setup.py --command-packages=stdeb.command sdist_dsc --package $package_name bdist_deb
While executing the script, in command line i provide the package name as argument
./build.sh test3
Package is created with the following name: test3_0.0.1~dev205-1_all.deb
How to avoid this part "_0.0.1~dev205-1_all"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am giving the below command to create deb package with customised name.
python setup.py --command-packages=stdeb.command sdist_dsc --package $package_name bdist_deb
While executing the script, in command line i provide the package name as argument
./build.sh test3
Package is created with the following name:
test3_0.0.1~dev205-1_all.deb
How to avoid this part "_0.0.1~dev205-1_all"
The text was updated successfully, but these errors were encountered: