Merge "rename debian files"

This commit is contained in:
Enrico Faulhaber 2022-11-10 14:42:54 +01:00 committed by Gerrit Code Review
commit e16ef3ae87
9 changed files with 49 additions and 37 deletions

2
debian/README vendored
View File

@ -1,4 +1,4 @@
The Debian Package secop-core
The Debian Package frappy-core
-----------------------------
SECoP is currently under development.

48
debian/control vendored
View File

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

View File

@ -1,9 +1,9 @@
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
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/secop
var/log/frappy

View File

@ -1,2 +1,2 @@
usr/lib/python3.*/dist-packages/secop_demo
usr/lib/python3.*/dist-packages/secop/__pycache__
usr/lib/python3.*/dist-packages/frappy_demo
usr/lib/python3.*/dist-packages/frappy/__pycache__

View File

@ -1 +1 @@
usr/lib/python3.*/dist-packages/secop_ess
usr/lib/python3.*/dist-packages/frappy_ess

View File

@ -1,3 +1,3 @@
usr/bin/secop-gui
usr/bin/secop-cfg-editor
usr/lib/python3.*/dist-packages/secop/gui
usr/bin/frappy-gui
usr/bin/frappy-cfg-editor
usr/lib/python3.*/dist-packages/frappy/gui

View File

@ -1 +1 @@
usr/lib/python3.*/dist-packages/secop_mlz
usr/lib/python3.*/dist-packages/frappy_mlz

View File

@ -1 +1 @@
usr/lib/python3.*/dist-packages/secop_psi
usr/lib/python3.*/dist-packages/frappy_psi

4
debian/rules vendored
View File

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