Commit 16d909abecb5ac35c93973db2376123b49339f1a
1 parent
daf0e4c4
Add manpages to debian package
Showing
3 changed files
with
6 additions
and
10 deletions
debian/control
| @@ -3,18 +3,13 @@ Priority: extra | @@ -3,18 +3,13 @@ Priority: extra | ||
| 3 | Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com> | 3 | Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 4 | Standards-Version: 3.9.1 | 4 | Standards-Version: 3.9.1 |
| 5 | Section: libs | 5 | Section: libs |
| 6 | -Build-Depends: debhelper (>= 6), | ||
| 7 | - cdbs (>= 0.4.43), | ||
| 8 | - autotools-dev, | ||
| 9 | - libtool, | ||
| 10 | - dpkg-dev (>= 1.13.19) | 6 | +Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, dpkg-dev (>= 1.13.19) |
| 11 | Homepage: http://libmodbus.org/ | 7 | Homepage: http://libmodbus.org/ |
| 12 | 8 | ||
| 13 | Package: libmodbus | 9 | Package: libmodbus |
| 14 | Section: libs | 10 | Section: libs |
| 15 | Architecture: any | 11 | Architecture: any |
| 16 | -Depends: ${shlibs:Depends}, | ||
| 17 | - ${misc:Depends} | 12 | +Depends: ${shlibs:Depends}, ${misc:Depends} |
| 18 | Description: library for the Modbus protocol | 13 | Description: library for the Modbus protocol |
| 19 | A Modbus library written in C, to send/receive data with a device which | 14 | A Modbus library written in C, to send/receive data with a device which |
| 20 | respects the Modbus protocol. This library can use a serial port or an | 15 | respects the Modbus protocol. This library can use a serial port or an |
| @@ -25,9 +20,7 @@ Description: library for the Modbus protocol | @@ -25,9 +20,7 @@ Description: library for the Modbus protocol | ||
| 25 | Package: libmodbus-dev | 20 | Package: libmodbus-dev |
| 26 | Section: libdevel | 21 | Section: libdevel |
| 27 | Architecture: any | 22 | Architecture: any |
| 28 | -Depends: libmodbus (= ${binary:Version}), | ||
| 29 | - ${shlibs:Depends}, | ||
| 30 | - ${misc:Depends} | 23 | +Depends: libmodbus (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} |
| 31 | Description: library for the Modbus protocol | 24 | Description: library for the Modbus protocol |
| 32 | A Modbus library written in C, to send/receive data with a device which | 25 | A Modbus library written in C, to send/receive data with a device which |
| 33 | respects the Modbus protocol. This library can use a serial port or an | 26 | respects the Modbus protocol. This library can use a serial port or an |
debian/libmodbus-dev.install
debian/libmodbus-dev.manpages
0 → 100644