Updating deb versioning.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26a5d6565b
commit
e1d839e9af
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
python3 setup.py --remove-git-version --command-packages=stdeb.command sdist_dsc \
|
||||
--package logarithmplotter --copyright-file linux/debian/copyright --suite hirsute --depends3 "$(cat linux/debian/depends)" --section science \
|
||||
--upstream-version-suffix "-patch1" --debian-version "ppa1" bdist_deb
|
||||
--package logarithmplotter --copyright-file linux/debian/copyright --suite impish --depends3 "$(cat linux/debian/depends)" --section science \
|
||||
--debian-version "ppa1" bdist_deb
|
||||
|
||||
# Flatpak building
|
||||
FLATPAK_BUILDER=$(which flatpak-builder)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -119,7 +119,7 @@ setuptools.setup(
|
|||
name='logarithmplotter',
|
||||
version=pkg_version,
|
||||
|
||||
description='Browse and use online services, free of account',
|
||||
description='Create graphs with logarithm scales.',
|
||||
long_description=read_file("README.md"),
|
||||
keywords='logarithm plotter graph creator bode diagram',
|
||||
|
||||
|
|
Loading…
Reference in a new issue