Commit 46d42e5c5f0b172b20f3c32af3882d405fb526df
1 parent
6d05a62d
Exists in
master
and in
3 other branches
Fixing deb packages.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
debian/control
... | ... | @@ -16,13 +16,13 @@ Package: lib3270-dev |
16 | 16 | Architecture: any |
17 | 17 | Provides: lib3270-5.2-dev |
18 | 18 | Section: libdevel |
19 | -Depends: ${misc:Depends}, pkg-config, lib3270-5.2 (= ${binary:Version}), lib3270++5.2 (= ${binary:Version}) | |
19 | +Depends: ${misc:Depends}, pkg-config, lib3270-5.2 (= ${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}), lib3270++5.2 (= ${binary:Version}), ${misc:Depends} | |
25 | +Depends: lib3270-5.2 (= ${binary:Version}), ${misc:Depends} | |
26 | 26 | Description: Debugging symbols for lib3270 |
27 | 27 | This package contains the debugging symbols for lib3270. |
28 | 28 | ... | ... |