Commit 68e970375d2ee1306d59456c60adc09ba7b2cc8b

Authored by Perry Werneck
1 parent 0d2c387a
Exists in master and in 1 other branch develop

Providing versioned library name on .deb package.

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)
  11 +Provides: lib3270 (= ${binary:Version}), lib3270_5_4 (= ${binary:Version})
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@)
  11 +Provides: lib3270 (= ${binary:Version}), @PACKAGE_NAME@_@PACKAGE_MAJOR_VERSION@_@PACKAGE_MINOR_VERSION@ (= ${binary:Version})
12 12 Description: TN3270 Access library.
13 13 TN3270 access library originally designed as part of the pw3270 application.
14 14  
... ...