Commit 8c6a05d408d1b77ff5ace85780ceb84d5417b4e9

Authored by Perry Werneck
1 parent 721a07c8
Exists in master and in 1 other branch develop

Fixing "deb" control files.

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
debian/control
... ... @@ -2,34 +2,34 @@ Source: libv3270
2 2 Section: unknown
3 3 Priority: optional
4 4 Maintainer: Perry Werneck <perry.werneck@gmail.com>
5   -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libssl-dev, libssl-dev, lib3270-5.2-dev, libgtk-3-dev, imagemagick
  5 +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libssl-dev, libssl-dev, lib3270-dev, libgtk-3-dev, imagemagick
6 6  
7 7 Package: libv3270
8 8 Architecture: any
9 9 Section: libs
10 10 Depends: ${shlibs:Depends}, ${misc:Depends}
11   -Provides: libv3270 (= ${binary:Version}), libv3270-5.2 (= ${binary:Version})
  11 +Provides: libv3270 (= ${binary:Version})
12 12 Description: TN3270 Access library.
13 13 3270 Virtual Terminal for GTK.
14 14  
15 15 Package: libv3270-dev
16 16 Architecture: any
17 17 Section: libdevel
18   -Depends: ${misc:Depends}, pkg-config, lib3270-dev, libv3270-5.2 (= ${binary:Version})
19   -Provides: libv3270-5.2-dev
  18 +Depends: ${misc:Depends}, pkg-config, lib3270-dev, libv3270 (= ${binary:Version})
  19 +Provides: libv3270-dev (= ${binary:Version})
20 20 Description: TN3270 Access library development files.
21 21 3270 Virtual Terminal for GTK development files.
22 22  
23 23 Package: libv3270-glade
24 24 Architecture: any
25 25 Section: libdevel
26   -Depends: ${misc:Depends}, libv3270-5.2-dev (= ${binary:Version})
  26 +Depends: ${misc:Depends}, libv3270-dev (= ${binary:Version})
27 27 Description: Glade files for v3270 library.
28 28 Glade files for 3270 Virtual Terminal for GTK.
29 29  
30 30 Package: libv3270-dbg
31 31 Architecture: any
32   -Depends: ${misc:Depends}, libv3270-5.2-dev (= ${binary:Version})
  32 +Depends: ${misc:Depends}, libv3270 (= ${binary:Version})
33 33 Description: Debugging symbols for GTK 3270 virtual terminal
34 34 This package contains the debugging symbols for libv3270.
35 35  
... ...