Commit 451f0c31c74dfa7cc591d2d1b941e64378176abb
1 parent
1dced1ca
Exists in
master
and in
3 other branches
Updating package.
Showing
3 changed files
with
7 additions
and
2 deletions
Show diff stats
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, gettext, libssl-dev, libssl-dev | |
5 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libssl-dev, libssl-dev, libdbus-1-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, libdbus-1-dev | |
8 | 8 | Standards-Version: 3.9.1.0 |
9 | 9 | DEBTRANSFORM-RELEASE: 0 |
10 | 10 | Files: | ... | ... |
rpm/lib3270.spec
... | ... | @@ -127,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT |
127 | 127 | %defattr(-,root,root) |
128 | 128 | %doc AUTHORS LICENSE README.md |
129 | 129 | |
130 | +%dir %{_datadir}/pw3270 | |
131 | + | |
130 | 132 | %{_libdir}/lib3270.so.5 |
131 | 133 | %{_libdir}/lib3270.so.5.2 |
132 | 134 | |
... | ... | @@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT |
148 | 150 | %{_libdir}/*.so |
149 | 151 | %{_libdir}/*.a |
150 | 152 | |
153 | +%dir %{_datadir}/pw3270/pot | |
154 | +%{_datadir}/pw3270/pot/*.pot | |
155 | + | |
151 | 156 | %pre |
152 | 157 | /sbin/ldconfig |
153 | 158 | exit 0 | ... | ... |