From 68e970375d2ee1306d59456c60adc09ba7b2cc8b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 13 Sep 2022 01:38:21 -0300 Subject: [PATCH] Providing versioned library name on .deb package. --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 74bc273..fe54523 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Package: lib3270 Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: lib3270 (= ${binary:Version}), lib3270 (= 5.4) +Provides: lib3270 (= ${binary:Version}), lib3270_5_4 (= ${binary:Version}) Description: TN3270 Access library. TN3270 access library originally designed as part of the pw3270 application. diff --git a/debian/control.in b/debian/control.in index eece8ec..01149cc 100644 --- a/debian/control.in +++ b/debian/control.in @@ -8,7 +8,7 @@ Package: lib3270 Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: lib3270 (= ${binary:Version}), @PACKAGE_NAME@ (= @PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@) +Provides: lib3270 (= ${binary:Version}), @PACKAGE_NAME@_@PACKAGE_MAJOR_VERSION@_@PACKAGE_MINOR_VERSION@ (= ${binary:Version}) Description: TN3270 Access library. TN3270 access library originally designed as part of the pw3270 application. -- libgit2 0.21.2