Starting linux setup system.
This commit is contained in:
parent
83646baee0
commit
1498028036
88 changed files with 533 additions and 173 deletions
5
linux/debian/changelog
Normal file
5
linux/debian/changelog
Normal file
|
@ -0,0 +1,5 @@
|
|||
logarithmplotter (0.0.1.dev0) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Ad5001 <mail@ad5001.eu> Mon, 06 Jun 2021 08:48:28 +0200
|
1
linux/debian/compat
Normal file
1
linux/debian/compat
Normal file
|
@ -0,0 +1 @@
|
|||
11
|
12
linux/debian/control
Normal file
12
linux/debian/control
Normal file
|
@ -0,0 +1,12 @@
|
|||
Package: logarithmplotter
|
||||
Source: logarithmplotter
|
||||
Version: 0.0.1.dev0
|
||||
Architecture: all
|
||||
Maintainer: Ad5001 <mail@ad5001.eu>
|
||||
Depends: python3, python3-pip, qt5-default (>= 5.14.0), qml-module-qtquick-controls2 (>= 5.14.0), qml-module-qtmultimedia (>= 5.14.0), qml-module-qtgraphicaleffects (>= 5.14.0), qml-module-qtquick2 (>= 5.14.0), qml-module-qtqml-models2 (>= 5.14.0), qml-module-qtquick-controls (>= 5.14.0), python3-pyside2.qtcore (>= 5.14.0), python3-pyside2.qtqml (>= 5.14.0), python3-pyside2.qtgui (>= 5.14.0), python3-pyside2.qtquick (>= 5.14.0), python3-pyside2.qtwidgets (>= 5.14.0), python3-pyside2.qtmultimedia (>= 5.14.0), python3-pyside2.qtnetwork (>= 5.14.0)
|
||||
Build-Depends: debhelper (>=11~), dh-python, dpkg-dev (>= 1.16.1~), python-setuptools, python3-all-dev (>=3.6)
|
||||
Section: science
|
||||
Priority: optional
|
||||
Homepage: https://apps.ad5001.eu/logarithmplotter
|
||||
Installed-Size: 174
|
||||
Description: Create graphs with logarithm scales.
|
8
linux/debian/copyright
Normal file
8
linux/debian/copyright
Normal file
|
@ -0,0 +1,8 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: logarithmplotter
|
||||
Upstream-Contact: Ad5001 <mail@ad5001.eu>
|
||||
|
||||
Files: *
|
||||
Copyright: 2020, Ad5001 <mail@ad5001.eu>
|
||||
License: GPL-3
|
||||
|
1
linux/debian/depends
Normal file
1
linux/debian/depends
Normal file
|
@ -0,0 +1 @@
|
|||
python3-pip, qt5-default (>= 5.12.0), qml-module-qtquick-controls2 (>= 5.12.0), qml-module-qtmultimedia (>= 5.12.0), qml-module-qtgraphicaleffects (>= 5.12.0), qml-module-qtquick2 (>= 5.12.0), qml-module-qtqml-models2 (>= 5.12.0), qml-module-qtquick-controls (>= 5.12.0), python3-pyside2.qtcore (>= 5.12.0), python3-pyside2.qtqml (>= 5.12.0), python3-pyside2.qtgui (>= 5.12.0), python3-pyside2.qtquick (>= 5.12.0), python3-pyside2.qtwidgets (>= 5.12.0), python3-pyside2.qtmultimedia (>= 5.12.0), python3-pyside2.qtnetwork (>= 5.12.0)
|
1
linux/debian/install
Normal file
1
linux/debian/install
Normal file
|
@ -0,0 +1 @@
|
|||
logarithmplotter usr/bin/
|
0
linux/debian/recommends
Normal file
0
linux/debian/recommends
Normal file
6
linux/debian/rules
Normal file
6
linux/debian/rules
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME = logarithmplotter
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
Loading…
Add table
Add a link
Reference in a new issue