From 7619778983bdf3d1e01aa5d1039b27fae6b392b5 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 13 Sep 2022 01:45:27 -0300 Subject: [PATCH] Reverting version scheme. --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index fe54523..74bc273 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 (= ${binary:Version}) +Provides: lib3270 (= ${binary:Version}), lib3270 (= 5.4) 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 01149cc..eece8ec 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@ (= ${binary:Version}) +Provides: lib3270 (= ${binary:Version}), @PACKAGE_NAME@ (= @PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@) Description: TN3270 Access library. TN3270 access library originally designed as part of the pw3270 application. -- libgit2 0.21.2