Commit 647ae8b9f99ba4498b7e97860baeac5aef4ba124
1 parent
83ccff73
Exists in
master
and in
1 other branch
Fixing deb-package provides.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
debian/control
... | ... | @@ -8,7 +8,7 @@ Package: lib3270 |
8 | 8 | Architecture: any |
9 | 9 | Section: libs |
10 | 10 | Depends: ${misc:Depends}, ${shlibs:Depends} |
11 | -Provides: lib3270 (= ${binary:Version}) | |
11 | +Provides: lib3270 (= ${binary:Version}), lib3270 (= 5.4) | |
12 | 12 | Description: TN3270 Access library. |
13 | 13 | TN3270 access library originally designed as part of the pw3270 application. |
14 | 14 | ... | ... |