fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
2
debian/README
vendored
2
debian/README
vendored
@ -1,4 +1,4 @@
|
||||
The Debian Package secop-core
|
||||
The Debian Package frappy-core
|
||||
-----------------------------
|
||||
|
||||
SECoP is currently under development.
|
||||
|
407
debian/changelog
vendored
407
debian/changelog
vendored
@ -1,3 +1,408 @@
|
||||
frappy-core (0.17.10) focal; urgency=medium
|
||||
|
||||
* Change leftover %-logging calls to lazy
|
||||
* Convert formatting automatically to f-strings
|
||||
* move unit into display label
|
||||
* [WIP] gui: add specific input widgets
|
||||
* Rebuild NodeWidget when the description changes
|
||||
* Manually convert most remaining format statements
|
||||
* make entangle mapping a dict
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Wed, 19 Apr 2023 14:32:52 +0200
|
||||
|
||||
frappy-core (0.17.9) focal; urgency=medium
|
||||
|
||||
* interactive client: avoid messing up the input line
|
||||
|
||||
-- Markus Zolliker <jenkins@frm2.tum.de> Tue, 11 Apr 2023 16:09:03 +0200
|
||||
|
||||
frappy-core (0.17.8) focal; urgency=medium
|
||||
|
||||
* Debian: Fix typo
|
||||
|
||||
-- Jens Krüger <jenkins@frm2.tum.de> Wed, 05 Apr 2023 07:20:25 +0200
|
||||
|
||||
frappy-core (0.17.7) focal; urgency=medium
|
||||
|
||||
* Debian: add pyqtgraph dependency
|
||||
|
||||
-- Jens Krüger <jenkins@frm2.tum.de> Wed, 05 Apr 2023 07:07:24 +0200
|
||||
|
||||
frappy-core (0.17.6) focal; urgency=medium
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* gui: show parameter properties again
|
||||
* gui: full module description only in detailed mode
|
||||
* gui: switch group button order, change text
|
||||
* gui: add console history
|
||||
* gui: logwindow improvements
|
||||
* add copyright headers where missing
|
||||
* add optional validation to ValueType
|
||||
* cli: add argparse and inlcudes before repl
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* improve error messages
|
||||
|
||||
[ Jens Krüger ]
|
||||
* Fix debian GUI package dependency
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Tue, 04 Apr 2023 08:42:26 +0200
|
||||
|
||||
frappy-core (0.17.5) focal; urgency=medium
|
||||
|
||||
* Fix generator
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Wed, 22 Mar 2023 12:32:06 +0100
|
||||
|
||||
frappy-core (0.17.4) focal; urgency=medium
|
||||
|
||||
* Fix entangle integration bugs
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Wed, 22 Mar 2023 11:44:34 +0100
|
||||
|
||||
frappy-core (0.17.3) focal; urgency=medium
|
||||
|
||||
* UNRELEASED
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Tue, 21 Mar 2023 15:55:09 +0100
|
||||
|
||||
frappy-core (0.17.2) focal; urgency=medium
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Fix Simulation and Proxy
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* cfg path quick fix for hands-on session
|
||||
|
||||
[ Georg Brandl ]
|
||||
* add pyqtgraph to gui dependencies
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* allow super calls on read_/write_ methods
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Add greeter tab to UI
|
||||
* Add recent SECNodes to Drop down menu
|
||||
* Remove auto-connect to 10767 on startup
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* do not reuse address on Windows
|
||||
|
||||
[ Georg Brandl ]
|
||||
* version.py: sync with other projects
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Fix forge link in README
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* better guess for cfg file location
|
||||
* fix ppms with proxy
|
||||
* default settings on the IO class
|
||||
* demo lakeshore with simulation
|
||||
|
||||
[ Georg Brandl ]
|
||||
* cfg editor: fixes
|
||||
* installer: add config for frappy gui exe
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* make doc should not fail when version is not available
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Add reconnect Action
|
||||
|
||||
[ Georg Brandl ]
|
||||
* readme: fix make call
|
||||
* gui: add about dialog, remove "about Qt" menu entry
|
||||
* gui: move QSECNode to separate module
|
||||
* gui: isort
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Fix Node adding logic
|
||||
* Remove unneeded constants
|
||||
* Make input field more distinct
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* AsynConn.uri: better handling for missing scheme
|
||||
|
||||
[ Georg Brandl ]
|
||||
* gui: remove unused ui file
|
||||
* gui: better label for param set button
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Always make a greeter tab
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* improve online help of frappy-cli
|
||||
* refresh logging when reconnected while watching
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* [Needs Feedback] Add PyQt6. Remove PyQt4
|
||||
* Merge resource files
|
||||
* Extend Node and Module widgets
|
||||
* Scroll Module area instead of replacing widgets
|
||||
* Remove Modulectrl Widget
|
||||
|
||||
[ Georg Brandl ]
|
||||
* gui: better display of protocol version
|
||||
* gui: cleanup code in modulewidget
|
||||
* gui: always show scrollbar in nodewidget
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Short background Color animation on scroll
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* treat returning None from write_<param> properly
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Fix doubled module info
|
||||
|
||||
[ Georg Brandl ]
|
||||
* Jenkinsfile: isort does not fail the build
|
||||
* isort: add firstparty
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* gui: make module details button checkable
|
||||
* gui: Logo in greeter
|
||||
|
||||
[ Enrico Faulhaber ]
|
||||
* handle connection close more gracefully
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* split BadValue into WrongType and RangeError
|
||||
|
||||
[ Georg Brandl ]
|
||||
* demo: fixup Switch class
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* fix importing AsynCon without serial
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* gui: support proper formatting of values
|
||||
* central point for status codes
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* fix README typo
|
||||
* gui: terminate connection on tab close
|
||||
* check configured names for spaces
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* make return value 'Done' unneccessary
|
||||
* enhanced parameter range checks
|
||||
* simplify status type declaration
|
||||
* improve frappy.errors
|
||||
* remove UNKNOWN, UNSTABLE and DISABLED from Readable.status
|
||||
* fix generalConfig defaults
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Add SECoP link to readme
|
||||
* gui: more greeter interactions
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* fix issues when closing tabs
|
||||
* format unit properly in the case of nested arrays
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Tue, 21 Mar 2023 15:49:06 +0100
|
||||
|
||||
frappy-core (0.17.1) focal; urgency=medium
|
||||
|
||||
[ Georg Brandl ]
|
||||
* gitignore: ignore demo PID file
|
||||
* config: demo config fixes
|
||||
* cfg: repair demo cfg after conversion
|
||||
* gui: make spacing more consistent
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* fix links in doc/introduction
|
||||
|
||||
[ Georg Brandl ]
|
||||
* gui console: better formatting of input/output
|
||||
* gui: as a stopgap measure, apply %g format to floats
|
||||
* gui: clear tree selection by clicking into empty space
|
||||
* gui: make plot windows children of the node, so they close automatically
|
||||
|
||||
-- Georg Brandl <jenkins@frm2.tum.de> Tue, 21 Feb 2023 17:44:56 +0100
|
||||
|
||||
frappy-core (0.17.0) focal; urgency=medium
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Rework GUI.
|
||||
|
||||
[ Georg Brandl ]
|
||||
* ci: remove duplicate variable
|
||||
* doc: fix trailing comma in authors
|
||||
|
||||
-- Alexander Zaft <jenkins@frm2.tum.de> Tue, 21 Feb 2023 13:52:17 +0100
|
||||
|
||||
frappy-core (0.16.1) focal; urgency=medium
|
||||
|
||||
* UNRELEASED
|
||||
|
||||
-- Georg Brandl <jenkins@frm2.tum.de> Tue, 21 Feb 2023 08:44:28 +0100
|
||||
|
||||
frappy-core (0.16.4) focal; urgency=medium
|
||||
|
||||
* UNRELEASED
|
||||
|
||||
-- Georg Brandl <jenkins@frm2.tum.de> Tue, 21 Feb 2023 08:09:20 +0100
|
||||
|
||||
frappy-core (0.16.3) focal; urgency=medium
|
||||
|
||||
* UNRELEASED
|
||||
|
||||
-- Georg Brandl <jenkins@frm2.tum.de> Tue, 21 Feb 2023 08:00:15 +0100
|
||||
|
||||
frappy-core (0.16.2) focal; urgency=medium
|
||||
|
||||
* gui: move icon resources for the cfg editor to its subdirectory
|
||||
|
||||
-- Georg Brandl <jenkins@frm2.tum.de> Tue, 21 Feb 2023 07:50:13 +0100
|
||||
|
||||
frappy-core (0.16.1) focal; urgency=medium
|
||||
|
||||
* add frappy-cli to package
|
||||
|
||||
-- Enrico Faulhaber <jenkins@frm2.tum.de> Mon, 20 Feb 2023 17:17:23 +0100
|
||||
|
||||
frappy-core (0.16.0) focal; urgency=medium
|
||||
|
||||
[ Enrico Faulhaber ]
|
||||
* fix sorce package name
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* interactive client: fix detection of overriding modules
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Fix error Message for too large arrays
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* redesign of the state machine
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Fix identification response
|
||||
* GUI: add logging infra, switch to argparse
|
||||
|
||||
[ Bjoern Pedersen ]
|
||||
* Improve jenkinsfile
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Change config to Python
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* improve He level tutorial
|
||||
* client: detect original frappy error class
|
||||
* rework datatypes (setter should not check limits)
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Bring demo up to date
|
||||
* Revert limit change in demo
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* improve parameter initialisation
|
||||
* fix copy method of Attached
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Add .desktop file
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* improve persistent parameters
|
||||
* do not throw ZeroDivisonError when pollinterval is 0
|
||||
* HasStates: fix status code inheritance
|
||||
* HasControlledBy and HasOutputModule mixins
|
||||
* adapt tutorial to new config file format
|
||||
* raise ProtcolError when specifier is missing
|
||||
* interactive client: improve watch function
|
||||
* add lakeshore demo for hands-on workshop
|
||||
* T controller tutorial and improve documentation
|
||||
* do proper value import on the client side
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Add initial README
|
||||
* Change Readme title
|
||||
* Convert example configs to python
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* README: add link to doc on forge.frm2.tum.de
|
||||
|
||||
-- Enrico Faulhaber <jenkins@frm2.tum.de> Mon, 20 Feb 2023 16:15:10 +0100
|
||||
|
||||
frappy-core (0.15.0) focal; urgency=medium
|
||||
|
||||
[ Björn Pedersen ]
|
||||
* Remove iohandler left-overs from docs
|
||||
|
||||
[ Georg Brandl ]
|
||||
* Makefile: fix release target
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* Add requirements-gui.txt and add PyQT5
|
||||
|
||||
[ Christian Felder ]
|
||||
* Fix typo in .description
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* fixed pylint warnings
|
||||
* Rename from secop to frappy
|
||||
* rename debian package files
|
||||
|
||||
[ Björn Pedersen ]
|
||||
* CI build: upgrade base image
|
||||
|
||||
[ Alexander Zaft ]
|
||||
* rename debian files
|
||||
|
||||
[ Björn Pedersen ]
|
||||
* Fix doc warnings/errors
|
||||
|
||||
-- Björn Pedersen <jenkins@frm2.tum.de> Thu, 10 Nov 2022 14:46:01 +0100
|
||||
|
||||
secop-core (0.14.3) focal; urgency=medium
|
||||
|
||||
[ Enrico Faulhaber ]
|
||||
* change repo to secop/frappy
|
||||
|
||||
[ Georg Brandl ]
|
||||
* secop_mlz/amagnet: formatting fixup
|
||||
|
||||
[ Bjoern Pedersen ]
|
||||
* Upgrade for ci
|
||||
|
||||
[ Enrico Faulhaber ]
|
||||
* MLZ/entangle: fix AnalogOutput.read_status()
|
||||
|
||||
-- Enrico Faulhaber <jenkins@frm2.tum.de> Thu, 03 Nov 2022 13:51:52 +0100
|
||||
|
||||
secop-core (0.14.2) focal; urgency=medium
|
||||
|
||||
* systemd generator: adapt to changed config API
|
||||
|
||||
-- Georg Brandl <jenkins@frm2.tum.de> Thu, 20 Oct 2022 15:38:45 +0200
|
||||
|
||||
secop-core (0.14.1) focal; urgency=medium
|
||||
|
||||
[ Markus Zolliker ]
|
||||
* secop_psi.entangle.AnalogInput: fix main value
|
||||
|
||||
[ Georg Brandl ]
|
||||
* gui: clarify needed input for "add sec node" dialog
|
||||
* mlz: avoid error on import due to consistency check
|
||||
* Makefile: fix Jenkins host
|
||||
|
||||
-- Markus Zolliker <jenkins@frm2.tum.de> Thu, 20 Oct 2022 14:04:07 +0200
|
||||
|
||||
secop-core (0.14.0) focal; urgency=medium
|
||||
|
||||
* add simple interactive python client
|
||||
* fix undefined status in softcal
|
||||
* improve HasConvergence mixin
|
||||
* fix bug in persistent.py
|
||||
* fix bug when restarting statemachine
|
||||
* improve general config
|
||||
* improvements on interactive client
|
||||
* apply main unit also in structured types
|
||||
* HasIO: automatic creation of io from uri fails
|
||||
|
||||
-- Markus Zolliker <jenkins@frm2.tum.de> Wed, 19 Oct 2022 11:31:50 +0200
|
||||
|
||||
secop-core (0.13.1) focal; urgency=medium
|
||||
|
||||
[ Markus Zolliker ]
|
||||
@ -652,7 +1057,7 @@ secop-core (0.5.0) unstable; urgency=low
|
||||
* fix amagnet
|
||||
* add info about Meeting @PSI
|
||||
* fix typo and include comment from Niklas
|
||||
* playground: give sequencermixin a loopcounter (per step)
|
||||
* give sequencermixin a loopcounter (per step)
|
||||
|
||||
[ Frank Wutzler ]
|
||||
* describe SECoP motivation discussed in meeting 2017-11-27
|
||||
|
51
debian/control
vendored
51
debian/control
vendored
@ -1,4 +1,4 @@
|
||||
Source: secop-core
|
||||
Source: frappy-core
|
||||
Section: contrib/misc
|
||||
Priority: optional
|
||||
Maintainer: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
|
||||
@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11~),
|
||||
Standards-Version: 4.1.4
|
||||
X-Python3-Version: >= 3.6
|
||||
|
||||
Package: secop-core
|
||||
Package: frappy-core
|
||||
Architecture: all
|
||||
Depends: python3 (>= 3.6),
|
||||
${misc:Depends},
|
||||
@ -35,60 +35,73 @@ Depends: python3 (>= 3.6),
|
||||
python3-mlzlog,
|
||||
markdown,
|
||||
python3-daemon
|
||||
Replaces: secop-core (<= 0.14.3)
|
||||
Breaks: secop-core (<= 0.14.3)
|
||||
Description: Frappy SECoP core system
|
||||
contains the core server and client libraries and the server binary
|
||||
as well as the systemd integration
|
||||
|
||||
#Package: secop-doc
|
||||
#Package: frappy-doc
|
||||
#Architecture: all
|
||||
#Section: doc
|
||||
#Depends: ${sphinxdoc:Depends},
|
||||
# ${misc:Depends}
|
||||
#Description: Frappy SECoP docu
|
||||
# This is the documentation to all the secop-* packages
|
||||
# This is the documentation to all the frappy-* packages
|
||||
|
||||
Package: secop-gui
|
||||
Package: frappy-gui
|
||||
Architecture: all
|
||||
Depends: secop-core,
|
||||
Depends: frappy-core,
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
python3-pyqt (>=4)
|
||||
python3-pyqtgraph (>=0.11.0),
|
||||
python3-pyqt5 (>=5)
|
||||
Replaces: secop-gui (<= 0.14.3)
|
||||
Breaks: secop-gui (<= 0.14.3)
|
||||
Description: Frappy SECoP gui client + cfgtool
|
||||
contains the GUI client and the configurator
|
||||
|
||||
Package: secop-demo
|
||||
Package: frappy-demo
|
||||
Architecture: all
|
||||
Depends: secop-core,
|
||||
Depends: frappy-core,
|
||||
${misc:Depends},
|
||||
${python3:Depends}
|
||||
Recommends: secop-gui
|
||||
Replaces: secop-demo (<= 0.14.3)
|
||||
Breaks: secop-demo (<= 0.14.3)
|
||||
Recommends: frappy-gui
|
||||
Description: SECoP demo files
|
||||
for demonstration purposes
|
||||
|
||||
Package: secop-ess
|
||||
Package: frappy-ess
|
||||
Architecture: all
|
||||
Depends: secop-core,
|
||||
Depends: frappy-core,
|
||||
${misc:Depends},
|
||||
${python3:Depends}
|
||||
Recommends: secop-gui
|
||||
Replaces: secop-ess (<= 0.14.3)
|
||||
Breaks: secop-ess (<= 0.14.3)
|
||||
Recommends: frappy-gui
|
||||
Description: SECoP ess files
|
||||
Modules specific for ESS
|
||||
|
||||
Package: secop-mlz
|
||||
Package: frappy-mlz
|
||||
Architecture: all
|
||||
Depends: secop-core,
|
||||
Depends: frappy-core,
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
python3-tango (>=9)
|
||||
Recommends: secop-gui
|
||||
Replaces: secop-mlz (<= 0.14.3)
|
||||
Breaks: secop-mlz (<= 0.14.3)
|
||||
Recommends: frappy-gui
|
||||
Description: SECoP mlz files
|
||||
Modules specific for MLZ
|
||||
|
||||
Package: secop-psi
|
||||
Package: frappy-psi
|
||||
Architecture: all
|
||||
Depends: secop-core,
|
||||
Depends: frappy-core,
|
||||
${misc:Depends},
|
||||
${python3:Depends}
|
||||
Recommends: secop-gui
|
||||
Replaces: secop-psi (<= 0.14.3)
|
||||
Breaks: secop-psi (<= 0.14.3)
|
||||
Recommends: frappy-gui
|
||||
Description: SECoP psi files
|
||||
Modules specific for PSI
|
||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -1,15 +1,15 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: frappy
|
||||
Source: http://forge.frm2.tum.de/cgit/cgit.cgi/frm2/sine2020/secop/playground.git
|
||||
Source: http://forge.frm2.tum.de/cgit/cgit.cgi/secop/frappy.git
|
||||
Comment: FRAPPY is an implementation of the free SECoP protocol
|
||||
see https://www.github.com/SampleEnvironment/SECoP
|
||||
|
||||
Files: *
|
||||
Copyright: 2016-2019 by the FRAPPY-SECOP contributors (see AUTHORS)
|
||||
Copyright: 2016-2022 by the FRAPPY-SECOP contributors (see AUTHORS)
|
||||
License: GPL-2
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2015-2019 Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
|
||||
Copyright: 2015-2022 Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
|
||||
License: GPL-2
|
||||
|
||||
License: GPL-2
|
||||
|
10
debian/frappy-core.install
vendored
Normal file
10
debian/frappy-core.install
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
usr/bin/frappy-cli
|
||||
usr/bin/frappy-server
|
||||
usr/lib/python3.*/dist-packages/frappy/*.py
|
||||
usr/lib/python3.*/dist-packages/frappy/lib
|
||||
usr/lib/python3.*/dist-packages/frappy/client
|
||||
usr/lib/python3.*/dist-packages/frappy/protocol
|
||||
usr/lib/python3.*/dist-packages/frappy_core-*
|
||||
usr/lib/python3.*/dist-packages/frappy/RELEASE-VERSION
|
||||
lib/systemd
|
||||
var/log/frappy
|
2
debian/frappy-demo.install
vendored
Normal file
2
debian/frappy-demo.install
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
usr/lib/python3.*/dist-packages/frappy_demo
|
||||
usr/lib/python3.*/dist-packages/frappy/__pycache__
|
1
debian/frappy-ess.install
vendored
Normal file
1
debian/frappy-ess.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/python3.*/dist-packages/frappy_ess
|
3
debian/frappy-gui.install
vendored
Normal file
3
debian/frappy-gui.install
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
usr/bin/frappy-gui
|
||||
usr/bin/frappy-cfg-editor
|
||||
usr/lib/python3.*/dist-packages/frappy/gui
|
1
debian/frappy-mlz.install
vendored
Normal file
1
debian/frappy-mlz.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/python3.*/dist-packages/frappy_mlz
|
1
debian/frappy-psi.install
vendored
Normal file
1
debian/frappy-psi.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/python3.*/dist-packages/frappy_psi
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -4,12 +4,12 @@
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
export PYBUILD_NAME=secop
|
||||
export PYBUILD_NAME=frappy
|
||||
export PYBUILD_TEST_PYTEST=1
|
||||
|
||||
override_dh_install:
|
||||
rmdir debian/tmp
|
||||
mv debian/python3-secop debian/tmp
|
||||
mv debian/python3-frappy debian/tmp
|
||||
|
||||
dh_install -i -O--buildsystem=pybuild
|
||||
dh_missing --fail-missing
|
||||
|
9
debian/secop-core.install
vendored
9
debian/secop-core.install
vendored
@ -1,9 +0,0 @@
|
||||
usr/bin/secop-server
|
||||
usr/lib/python3.*/dist-packages/secop/*.py
|
||||
usr/lib/python3.*/dist-packages/secop/lib
|
||||
usr/lib/python3.*/dist-packages/secop/client
|
||||
usr/lib/python3.*/dist-packages/secop/protocol
|
||||
usr/lib/python3.*/dist-packages/secop_core-*
|
||||
usr/lib/python3.*/dist-packages/secop/RELEASE-VERSION
|
||||
lib/systemd
|
||||
var/log/secop
|
2
debian/secop-demo.install
vendored
2
debian/secop-demo.install
vendored
@ -1,2 +0,0 @@
|
||||
usr/lib/python3.*/dist-packages/secop_demo
|
||||
usr/lib/python3.*/dist-packages/secop/__pycache__
|
1
debian/secop-ess.install
vendored
1
debian/secop-ess.install
vendored
@ -1 +0,0 @@
|
||||
usr/lib/python3.*/dist-packages/secop_ess
|
3
debian/secop-gui.install
vendored
3
debian/secop-gui.install
vendored
@ -1,3 +0,0 @@
|
||||
usr/bin/secop-gui
|
||||
usr/bin/secop-cfg-editor
|
||||
usr/lib/python3.*/dist-packages/secop/gui
|
1
debian/secop-mlz.install
vendored
1
debian/secop-mlz.install
vendored
@ -1 +0,0 @@
|
||||
usr/lib/python3.*/dist-packages/secop_mlz
|
1
debian/secop-psi.install
vendored
1
debian/secop-psi.install
vendored
@ -1 +0,0 @@
|
||||
usr/lib/python3.*/dist-packages/secop_psi
|
Reference in New Issue
Block a user