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 | 3 | Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 4 | 4 | Standards-Version: 3.9.1 |
| 5 | 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 | 7 | Homepage: http://libmodbus.org/ |
| 12 | 8 | |
| 13 | 9 | Package: libmodbus |
| 14 | 10 | Section: libs |
| 15 | 11 | Architecture: any |
| 16 | -Depends: ${shlibs:Depends}, | |
| 17 | - ${misc:Depends} | |
| 12 | +Depends: ${shlibs:Depends}, ${misc:Depends} | |
| 18 | 13 | Description: library for the Modbus protocol |
| 19 | 14 | A Modbus library written in C, to send/receive data with a device which |
| 20 | 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 | 20 | Package: libmodbus-dev |
| 26 | 21 | Section: libdevel |
| 27 | 22 | Architecture: any |
| 28 | -Depends: libmodbus (= ${binary:Version}), | |
| 29 | - ${shlibs:Depends}, | |
| 30 | - ${misc:Depends} | |
| 23 | +Depends: libmodbus (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} | |
| 31 | 24 | Description: library for the Modbus protocol |
| 32 | 25 | A Modbus library written in C, to send/receive data with a device which |
| 33 | 26 | respects the Modbus protocol. This library can use a serial port or an | ... | ... |
debian/libmodbus-dev.install
debian/libmodbus-dev.manpages
0 → 100644