Updating deb versioning.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2021-10-23 14:40:23 +02:00
parent 26a5d6565b
commit e1d839e9af
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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',