Commit 9a6ef6576f9e3ea89b57c81560f2a565e0ece26f
1 parent
e08e29ee
Exists in
master
and in
1 other branch
Adjustmente in "deb" control files.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
debian/control
... | ... | @@ -8,6 +8,7 @@ Package: libipc3270 |
8 | 8 | Architecture: any |
9 | 9 | Section: libs |
10 | 10 | Depends: ${misc:Depends}, ${shlibs:Depends} |
11 | +Recommends: pw3270-plugin-ipc (= ${binary:Version}) | |
11 | 12 | Provides: libipc3270 (= ${binary:Version}) |
12 | 13 | Description: TN3270 Access library. |
13 | 14 | TN3270 access library originally designed as part of the pw3270 application. |
... | ... | @@ -29,5 +30,6 @@ Description: Debugging symbols for libipc3270 |
29 | 30 | Package: pw3270-plugin-ipc |
30 | 31 | Architecture: any |
31 | 32 | Depends: ${misc:Depends}, pw3270 |
33 | +Enhances: libipc3270 (= ${binary:Version}) | |
32 | 34 | Description: IPC server plugin for pw3270. |
33 | 35 | This package provides a plugin exporting an active pw3270 to D-Bus. | ... | ... |