Commit 8b1893c232a6d44c1c2fdec65bdc1ccd3b430b21
1 parent
9a6ef657
Exists in
master
and in
1 other branch
Fixing "deb" package dependencies.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
debian/control
... | ... | @@ -2,7 +2,7 @@ Source: libipc3270 |
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, libdbus-1-dev, lib3270-dev | |
5 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libssl-dev, libssl-dev, libdbus-1-dev, lib3270-dev, libv3270-dev | |
6 | 6 | |
7 | 7 | Package: libipc3270 |
8 | 8 | Architecture: any | ... | ... |
debian/libipc3270.dsc
... | ... | @@ -4,7 +4,7 @@ Version: 5.2-0 |
4 | 4 | Binary: libipc3270 |
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, lib3270-dev | |
7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libdbus-1-dev, lib3270-dev, libv3270-dev | |
8 | 8 | Standards-Version: 3.9.1.0 |
9 | 9 | DEBTRANSFORM-RELEASE: 0 |
10 | 10 | Files: | ... | ... |