Commit 7619778983bdf3d1e01aa5d1039b27fae6b392b5
1 parent
68e97037
Exists in
master
and in
1 other branch
Reverting version scheme.
Showing
2 changed files
with
2 additions
and
2 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}), lib3270_5_4 (= ${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 | ... | ... |
debian/control.in
... | ... | @@ -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}), @PACKAGE_NAME@_@PACKAGE_MAJOR_VERSION@_@PACKAGE_MINOR_VERSION@ (= ${binary:Version}) | |
11 | +Provides: lib3270 (= ${binary:Version}), @PACKAGE_NAME@ (= @PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@) | |
12 | 12 | Description: TN3270 Access library. |
13 | 13 | TN3270 access library originally designed as part of the pw3270 application. |
14 | 14 | ... | ... |