control 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. Source: awlsim
  2. Maintainer: Michael Buesch <m@bues.ch>
  3. Section: python
  4. Priority: optional
  5. Build-Depends: dh-python,
  6. cython3,
  7. python3-dev (>= 3.7),
  8. python3-setuptools,
  9. debhelper (>= 10)
  10. Standards-Version: 4.5.1
  11. X-Python3-Version: >= 3.7
  12. Vcs-Git: https://git.bues.ch/git/awlsim.git
  13. Vcs-Browser: https://bues.ch/cgit/awlsim.git/
  14. Homepage: https://bues.ch/a/awlsim
  15. Package: python3-awlsim
  16. Architecture: any
  17. Depends: ${misc:Depends},
  18. ${python3:Depends},
  19. ${shlibs:Depends}
  20. Description: S7 AWL/STL Soft-PLC core libraries (Python 3)
  21. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  22. Package: cython3-awlsim
  23. Architecture: any
  24. Depends: ${misc:Depends},
  25. ${python3:Depends},
  26. ${shlibs:Depends}
  27. Description: S7 AWL/STL Soft-PLC core libraries (Cython 3)
  28. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  29. Package: cython3-awlsimhw-dummy
  30. Architecture: any
  31. Depends: ${misc:Depends},
  32. ${python3:Depends},
  33. ${shlibs:Depends}
  34. Description: S7 AWL/STL Soft-PLC dummy hardware module (Cython 3)
  35. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  36. Package: cython3-awlsimhw-linuxcnc
  37. Architecture: any
  38. Depends: ${misc:Depends},
  39. ${python3:Depends},
  40. ${shlibs:Depends}
  41. Description: S7 AWL/STL Soft-PLC LinuxCNC hardware module (Cython 3)
  42. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  43. Package: cython3-awlsimhw-profibus
  44. Architecture: any
  45. Depends: ${misc:Depends},
  46. ${python3:Depends},
  47. ${shlibs:Depends}
  48. Description: S7 AWL/STL Soft-PLC PROFIBUS-DP hardware module (Cython 3)
  49. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  50. Package: cython3-awlsimhw-rpigpio
  51. Architecture: any
  52. Depends: ${misc:Depends},
  53. ${python3:Depends},
  54. ${shlibs:Depends}
  55. Description: S7 AWL/STL Soft-PLC Raspberry Pi hardware module (Cython 3)
  56. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  57. Package: cython3-awlsimhw-pixtend
  58. Architecture: any
  59. Depends: ${misc:Depends},
  60. ${python3:Depends},
  61. ${shlibs:Depends}
  62. Description: S7 AWL/STL Soft-PLC PiXtend hardware module (Cython 3)
  63. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  64. Package: python3-awlsim-gui
  65. Architecture: any
  66. Depends: python3-awlsim,
  67. python3-pyside,
  68. ${misc:Depends},
  69. ${python3:Depends},
  70. ${shlibs:Depends}
  71. Suggests: python3-pyqt5,
  72. cython-awlsim
  73. Description: S7 AWL/STL Soft-PLC gui libraries (Python 3)
  74. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  75. Package: python3-awlsimhw-dummy
  76. Architecture: any
  77. Depends: python3-awlsim,
  78. ${misc:Depends},
  79. ${python3:Depends},
  80. ${shlibs:Depends}
  81. Description: S7 AWL/STL Soft-PLC dummy hardware module (Python 3)
  82. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  83. Package: python3-awlsimhw-linuxcnc
  84. Architecture: any
  85. Depends: python3-awlsim,
  86. ${misc:Depends},
  87. ${python3:Depends},
  88. ${shlibs:Depends}
  89. Description: S7 AWL/STL Soft-PLC LinuxCNC hardware module (Python 3)
  90. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  91. Package: python3-awlsimhw-profibus
  92. Architecture: any
  93. Depends: python3-awlsim,
  94. ${misc:Depends},
  95. ${python3:Depends},
  96. ${shlibs:Depends}
  97. Description: S7 AWL/STL Soft-PLC PROFIBUS-DP hardware module (Python 3)
  98. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  99. Package: python3-awlsimhw-rpigpio
  100. Architecture: any
  101. Depends: python3-awlsim,
  102. ${misc:Depends},
  103. ${python3:Depends},
  104. ${shlibs:Depends}
  105. Description: S7 AWL/STL Soft-PLC Raspberry Pi hardware module (Python 3)
  106. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  107. Package: python3-awlsimhw-pixtend
  108. Architecture: any
  109. Depends: python3-awlsim,
  110. ${misc:Depends},
  111. ${python3:Depends},
  112. ${shlibs:Depends}
  113. Description: S7 AWL/STL Soft-PLC PiXtend hardware module (Python 3)
  114. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  115. Package: awlsim-client
  116. Architecture: any
  117. Depends: python3-awlsim,
  118. ${misc:Depends},
  119. ${python3:Depends},
  120. ${shlibs:Depends}
  121. Suggests: cython3-awlsim
  122. Description: S7 AWL/STL Soft-PLC client
  123. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  124. Package: awlsim-server
  125. Architecture: any
  126. Depends: python3-awlsim,
  127. ${misc:Depends},
  128. ${python3:Depends},
  129. ${shlibs:Depends}
  130. Suggests: cython3-awlsim
  131. Description: S7 AWL/STL Soft-PLC core server
  132. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  133. Package: awlsim-symtab
  134. Architecture: any
  135. Depends: python3-awlsim,
  136. ${misc:Depends},
  137. ${python3:Depends},
  138. ${shlibs:Depends}
  139. Suggests: cython3-awlsim
  140. Description: S7 AWL/STL Soft-PLC symbol table parser
  141. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  142. Package: awlsim-test
  143. Architecture: any
  144. Depends: python3-awlsim,
  145. ${misc:Depends},
  146. ${python3:Depends},
  147. ${shlibs:Depends}
  148. Suggests: cython3-awlsim
  149. Description: S7 AWL/STL Soft-PLC testing interface
  150. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  151. Package: awlsim-proupgrade
  152. Architecture: any
  153. Depends: python3-awlsim,
  154. ${misc:Depends},
  155. ${python3:Depends},
  156. ${shlibs:Depends}
  157. Suggests: cython3-awlsim
  158. Description: S7 AWL/STL Soft-PLC project file format upgrade utility
  159. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  160. Package: awlsim-linuxcnc-hal
  161. Architecture: any
  162. Depends: python3-awlsim,
  163. python3-awlsimhw-linuxcnc,
  164. ${misc:Depends},
  165. ${python3:Depends},
  166. ${shlibs:Depends}
  167. Suggests: cython3-awlsim
  168. Description: S7 AWL/STL Soft-PLC LinuxCNC HAL module
  169. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  170. Package: awlsim-gui
  171. Architecture: any
  172. Depends: python3-awlsim-gui,
  173. ${misc:Depends},
  174. ${python3:Depends},
  175. ${shlibs:Depends}
  176. Description: S7 AWL/STL Soft-PLC graphical user interface
  177. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.