Commit 8c6a05d408d1b77ff5ace85780ceb84d5417b4e9
1 parent
721a07c8
Exists in
master
and in
1 other branch
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,34 +2,34 @@ Source: libv3270 | ||
| 2 | Section: unknown | 2 | Section: unknown |
| 3 | Priority: optional | 3 | Priority: optional |
| 4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> | 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 | Package: libv3270 | 7 | Package: libv3270 |
| 8 | Architecture: any | 8 | Architecture: any |
| 9 | Section: libs | 9 | Section: libs |
| 10 | Depends: ${shlibs:Depends}, ${misc:Depends} | 10 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 11 | -Provides: libv3270 (= ${binary:Version}), libv3270-5.2 (= ${binary:Version}) | 11 | +Provides: libv3270 (= ${binary:Version}) |
| 12 | Description: TN3270 Access library. | 12 | Description: TN3270 Access library. |
| 13 | 3270 Virtual Terminal for GTK. | 13 | 3270 Virtual Terminal for GTK. |
| 14 | 14 | ||
| 15 | Package: libv3270-dev | 15 | Package: libv3270-dev |
| 16 | Architecture: any | 16 | Architecture: any |
| 17 | Section: libdevel | 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 | Description: TN3270 Access library development files. | 20 | Description: TN3270 Access library development files. |
| 21 | 3270 Virtual Terminal for GTK development files. | 21 | 3270 Virtual Terminal for GTK development files. |
| 22 | 22 | ||
| 23 | Package: libv3270-glade | 23 | Package: libv3270-glade |
| 24 | Architecture: any | 24 | Architecture: any |
| 25 | Section: libdevel | 25 | Section: libdevel |
| 26 | -Depends: ${misc:Depends}, libv3270-5.2-dev (= ${binary:Version}) | 26 | +Depends: ${misc:Depends}, libv3270-dev (= ${binary:Version}) |
| 27 | Description: Glade files for v3270 library. | 27 | Description: Glade files for v3270 library. |
| 28 | Glade files for 3270 Virtual Terminal for GTK. | 28 | Glade files for 3270 Virtual Terminal for GTK. |
| 29 | 29 | ||
| 30 | Package: libv3270-dbg | 30 | Package: libv3270-dbg |
| 31 | Architecture: any | 31 | Architecture: any |
| 32 | -Depends: ${misc:Depends}, libv3270-5.2-dev (= ${binary:Version}) | 32 | +Depends: ${misc:Depends}, libv3270 (= ${binary:Version}) |
| 33 | Description: Debugging symbols for GTK 3270 virtual terminal | 33 | Description: Debugging symbols for GTK 3270 virtual terminal |
| 34 | This package contains the debugging symbols for libv3270. | 34 | This package contains the debugging symbols for libv3270. |
| 35 | 35 |