Commit 249b34ebf0a3fcbab054df4ca4e19fac2cb689f9
1 parent
8c5dd727
Exists in
master
and in
5 other branches
Ajustes para empacotamento deb
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
debian/control
... | ... | @@ -21,7 +21,7 @@ Description: pw3270 shared libraries. |
21 | 21 | Package: lib3270-dev |
22 | 22 | Architecture: any |
23 | 23 | Section: libdevel |
24 | -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}), pkgconfig | |
24 | +Depends: ${misc:Depends}, lib3270 (= ${binary:Version}), pkg-config | |
25 | 25 | Description: lib3270 development files. |
26 | 26 | This package contains the files needed for development of lib3270 based applications |
27 | 27 | ... | ... |
debian/pw3270.dsc
... | ... | @@ -4,7 +4,7 @@ Version: 5.1-0 |
4 | 4 | Binary: pw3270 |
5 | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
6 | 6 | Architecture: any |
7 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, xsltproc, librsvg2-bin, optipng | |
7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, xsltproc, librsvg2-bin, optipng | |
8 | 8 | Standards-Version: 3.9.1.0 |
9 | 9 | DEBTRANSFORM-RELEASE: 0 |
10 | 10 | Files: | ... | ... |