Commit f1cdbb80d432ce1fc87c45dc6b9dd98d0c915df5
1 parent
7fa74434
Exists in
master
Ajustes para empacotamento deb
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
Makefile.in
debian/control
... | ... | @@ -6,13 +6,13 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libgtk-3-dev, |
6 | 6 | |
7 | 7 | Package: pw3270-plugin-java |
8 | 8 | Architecture: any |
9 | -Depends: ${misc:Depends}, pw3270 (= ${binary:Version}), pw3270-java (= ${binary:Version}) | |
9 | +Depends: ${misc:Depends}, pw3270, pw3270-java (= ${binary:Version}) | |
10 | 10 | Description: Java support for pw3270. |
11 | 11 | This package provides a plugin allowing calling of java classes from pw3270 application. |
12 | 12 | |
13 | 13 | Package: pw3270-java |
14 | 14 | Architecture: any |
15 | -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}) | |
15 | +Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270 | |
16 | 16 | Description: Java class for acessing 3270 hosts. |
17 | 17 | This package provides a Java class for acessing 3270 hosts. |
18 | 18 | ... | ... |