diff --git a/debian/README b/debian/README index f925e08..7eb2daa 100644 --- a/debian/README +++ b/debian/README @@ -1,4 +1,4 @@ -The Debian Package secop-core +The Debian Package frappy-core ----------------------------- SECoP is currently under development. diff --git a/debian/control b/debian/control index 4c43421..8ad7747 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: secop-core +Source: frappy-core Section: contrib/misc Priority: optional Maintainer: Enrico Faulhaber @@ -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 diff --git a/debian/frappy-core.install b/debian/frappy-core.install index e6ac845..979a0a0 100644 --- a/debian/frappy-core.install +++ b/debian/frappy-core.install @@ -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 diff --git a/debian/frappy-demo.install b/debian/frappy-demo.install index c09c218..ff4e7f1 100644 --- a/debian/frappy-demo.install +++ b/debian/frappy-demo.install @@ -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__ diff --git a/debian/frappy-ess.install b/debian/frappy-ess.install index 470f8ef..3691cf2 100644 --- a/debian/frappy-ess.install +++ b/debian/frappy-ess.install @@ -1 +1 @@ -usr/lib/python3.*/dist-packages/secop_ess +usr/lib/python3.*/dist-packages/frappy_ess diff --git a/debian/frappy-gui.install b/debian/frappy-gui.install index e223730..c526f30 100644 --- a/debian/frappy-gui.install +++ b/debian/frappy-gui.install @@ -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 diff --git a/debian/frappy-mlz.install b/debian/frappy-mlz.install index 228ee3f..5bb76bb 100644 --- a/debian/frappy-mlz.install +++ b/debian/frappy-mlz.install @@ -1 +1 @@ -usr/lib/python3.*/dist-packages/secop_mlz +usr/lib/python3.*/dist-packages/frappy_mlz diff --git a/debian/frappy-psi.install b/debian/frappy-psi.install index b29d663..e39c057 100644 --- a/debian/frappy-psi.install +++ b/debian/frappy-psi.install @@ -1 +1 @@ -usr/lib/python3.*/dist-packages/secop_psi +usr/lib/python3.*/dist-packages/frappy_psi diff --git a/debian/rules b/debian/rules index ec00049..1e6813d 100755 --- a/debian/rules +++ b/debian/rules @@ -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