Skip to content

Commit 98820fb

Browse files
committed
update: debian description
1 parent dbfd4c8 commit 98820fb

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
robotkernel (6.0.0~pre2) unstable; urgency=low
2+
3+
* prepare: 6.0.0
4+
* update: debian description
5+
16
robotkernel (6.0.0~pre1) unstable; urgency=low
27

38
* prepare: 6.0.0

debian/control

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@ Section: libdevel
1414
Architecture: any
1515
Multi-Arch: same
1616
Depends: ${shlibs:Depends}, ${misc:Depends}
17-
Description: <insert up to 60 chars description>
18-
<insert long description, indented with spaces>
17+
Description: Modular real-time robotics framework.
18+
robotkernel is a modular real-time robotics framework for Linux-based
19+
control systems. It provides the infrastructure for loading, executing,
20+
and managing dynamically linked modules that communicate through shared
21+
memory and trigger-based scheduling. Designed for hard-real-time industrial
22+
use cases, robotkernel allows composition of complex automation pipelines
23+
from reusable components.
1924

2025
Package: robotkernel
2126
Architecture: any
2227
Multi-Arch: same
2328
Depends: ${shlibs:Depends}, ${misc:Depends}
24-
Description: <insert up to 60 chars description>
25-
<insert long description, indented with spaces>
29+
Description: Modular real-time robotics framework.
30+
robotkernel is a modular real-time robotics framework for Linux-based
31+
control systems. It provides the infrastructure for loading, executing,
32+
and managing dynamically linked modules that communicate through shared
33+
memory and trigger-based scheduling. Designed for hard-real-time industrial
34+
use cases, robotkernel allows composition of complex automation pipelines
35+
from reusable components.

0 commit comments

Comments
 (0)