Commit 65911c554ce0232cabef832ac46c3ff654aee24f

Authored by Perry Werneck
1 parent a4378593

Updating deb packaging

Showing 1 changed file with 7 additions and 4 deletions   Show diff stats
debian/control
@@ -7,27 +7,30 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libssl-dev, l @@ -7,27 +7,30 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libssl-dev, l
7 Package: lib3270 7 Package: lib3270
8 Architecture: any 8 Architecture: any
9 Section: libs 9 Section: libs
10 -Depends: ${misc:Depends} 10 +Depends: ${misc:Depends}, ${shlibs:Depends}
  11 +Provides: lib3270 (= ${binary:Version}), lib3270-5.2 (= ${binary:Version})
11 Description: TN3270 Access library. 12 Description: TN3270 Access library.
12 TN3270 access library originally designed as part of the pw3270 application. 13 TN3270 access library originally designed as part of the pw3270 application.
13 14
14 Package: lib3270++ 15 Package: lib3270++
15 Architecture: any 16 Architecture: any
16 Section: libs 17 Section: libs
17 -Depends: ${misc:Depends} 18 +Depends: ${misc:Depends}, ${shlibs:Depends}
  19 +Provides: lib3270++ (= ${binary:Version}), lib3270++5.2 (= ${binary:Version})
18 Description: TN3270 Access library. 20 Description: TN3270 Access library.
19 TN3270 access library originally designed as part of the pw3270 application. 21 TN3270 access library originally designed as part of the pw3270 application.
20 22
21 Package: lib3270-dev 23 Package: lib3270-dev
22 Architecture: any 24 Architecture: any
  25 +Provides: lib3270-5.2-dev
23 Section: libdevel 26 Section: libdevel
24 -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}), pkg-config, lib3270 (= ${binary:Version}), lib3270++ (= ${binary:Version}) 27 +Depends: ${misc:Depends}, lib3270-5.2 (= ${binary:Version}), pkg-config, lib3270++5.2 (= ${binary:Version})
25 Description: TN3270 Access library development files. 28 Description: TN3270 Access library development files.
26 TN3270 access library originally designed as part of the pw3270 application. 29 TN3270 access library originally designed as part of the pw3270 application.
27 30
28 Package: lib3270-dbg 31 Package: lib3270-dbg
29 Architecture: any 32 Architecture: any
30 -Depends: lib3270 (= ${binary:Version}), lib3270++ (= ${binary:Version}), ${misc:Depends} 33 +Depends: lib3270-5.2 (= ${binary:Version}), lib3270++5.2 (= ${binary:Version}), ${misc:Depends}
31 Description: Debugging symbols for lib3270 34 Description: Debugging symbols for lib3270
32 This package contains the debugging symbols for lib3270. 35 This package contains the debugging symbols for lib3270.
33 36