Commit 6ba51440f6083dcd9f371b04816498a9c73a0eed

Authored by Perry Werneck
1 parent 4aec5185

Updating package control files.

debian/control
... ... @@ -2,7 +2,7 @@ Source: lib3270
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, automake, pkg-config, gettext, libssl-dev
  5 +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libcurl4-openssl-dev
6 6  
7 7 Package: lib3270
8 8 Architecture: any
... ...
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
  7 +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libcurl4-openssl-dev
8 8 Standards-Version: 3.9.1.0
9 9 DEBTRANSFORM-RELEASE: 0
10 10 Files:
... ...
rpm/lib3270.spec
... ... @@ -46,11 +46,13 @@ BuildRequires: fdupes
46 46 BuildRequires: pkgconfig(openssl)
47 47 BuildRequires: pkgconfig(libssl)
48 48 BuildRequires: pkgconfig(libcrypto)
  49 +BuildRequires: pkgconfig(libcurl)
49 50  
50 51 %else
51 52  
52 53 BuildRequires: openssl-devel
53 54 BuildRequires: xz
  55 +BuildRequires: libcurl-devel
54 56  
55 57 %endif
56 58  
... ... @@ -119,7 +121,6 @@ make all %{?_smp_mflags}
119 121  
120 122 %dir %{_datadir}/pw3270
121 123  
122   -%{_libdir}/%{name}.so.%{MAJOR_VERSION}
123 124 %{_libdir}/%{name}.so.%{MAJOR_VERSION}.%{MINOR_VERSION}
124 125  
125 126 %files devel
... ...