Commit 6952802102d241db3cbbcf80a10bda2379f5935d
Committed by
Stéphane Raimbault
1 parent
3b4d8126
Build Debian debug package for libmodbus
Showing
2 changed files
with
12 additions
and
0 deletions
debian/control
| ... | ... | @@ -16,6 +16,16 @@ Description: A Modbus library |
| 16 | 16 | . |
| 17 | 17 | This package contains the libmodbus shared library. |
| 18 | 18 | |
| 19 | +Package: libmodbus-dbg | |
| 20 | +Section: debug | |
| 21 | +Priority: extra | |
| 22 | +Architecture: any | |
| 23 | +Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} | |
| 24 | +Description: A Modbus library (debugging symbols) | |
| 25 | + libmodbus is a C library designed to provide a fast and robust implementation | |
| 26 | + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. | |
| 27 | + . | |
| 28 | + This package contains debugging symbols for libmodbus. | |
| 19 | 29 | |
| 20 | 30 | Package: libmodbus-dev |
| 21 | 31 | Section: libdevel | ... | ... |