Commit f9d1f6a5ab73d0bfcb5525de72e239d05d36a983
1 parent
a9f1002c
Exists in
master
and in
3 other branches
Updating "deb" control files.
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
debian/control
| ... | ... | @@ -8,21 +8,21 @@ Package: lib3270 |
| 8 | 8 | Architecture: any |
| 9 | 9 | Section: libs |
| 10 | 10 | Depends: ${misc:Depends}, ${shlibs:Depends} |
| 11 | -Provides: lib3270 (= ${binary:Version}), lib3270-5.2 (= ${binary:Version}) | |
| 11 | +Provides: lib3270 (= ${binary:Version}) | |
| 12 | 12 | Description: TN3270 Access library. |
| 13 | 13 | TN3270 access library originally designed as part of the pw3270 application. |
| 14 | 14 | |
| 15 | 15 | Package: lib3270-dev |
| 16 | 16 | Architecture: any |
| 17 | -Provides: lib3270-dev (= ${binary:Version}), lib3270-5.2-dev (= ${binary:Version}) | |
| 17 | +Provides: lib3270-dev (= ${binary:Version}) | |
| 18 | 18 | Section: libdevel |
| 19 | -Depends: ${misc:Depends}, pkg-config, lib3270-5.2 (= ${binary:Version}) | |
| 19 | +Depends: ${misc:Depends}, pkg-config, lib3270 (= ${binary:Version}) | |
| 20 | 20 | Description: TN3270 Access library development files. |
| 21 | 21 | TN3270 access library originally designed as part of the pw3270 application. |
| 22 | 22 | |
| 23 | 23 | Package: lib3270-dbg |
| 24 | 24 | Architecture: any |
| 25 | -Depends: lib3270-5.2 (= ${binary:Version}), ${misc:Depends} | |
| 25 | +Depends: lib3270 (= ${binary:Version}), ${misc:Depends} | |
| 26 | 26 | Description: Debugging symbols for lib3270 |
| 27 | 27 | This package contains the debugging symbols for lib3270. |
| 28 | 28 | ... | ... |
debian/lib3270.dsc
| ... | ... | @@ -4,7 +4,7 @@ Version: 5.2-0 |
| 4 | 4 | Binary: lib3270 |
| 5 | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
| 6 | 6 | Architecture: any |
| 7 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libdbus-1-dev | |
| 7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev | |
| 8 | 8 | Standards-Version: 3.9.1.0 |
| 9 | 9 | DEBTRANSFORM-RELEASE: 0 |
| 10 | 10 | Files: | ... | ... |