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,7 +2,7 @@ Source: lib3270 | ||
2 | Section: unknown | 2 | Section: unknown |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> | 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 | Package: lib3270 | 7 | Package: lib3270 |
8 | Architecture: any | 8 | Architecture: any |
debian/lib3270.dsc
@@ -4,7 +4,7 @@ Version: 5.2-0 | @@ -4,7 +4,7 @@ Version: 5.2-0 | ||
4 | Binary: lib3270 | 4 | Binary: lib3270 |
5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
6 | Architecture: any | 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 | Standards-Version: 3.9.1.0 | 8 | Standards-Version: 3.9.1.0 |
9 | DEBTRANSFORM-RELEASE: 0 | 9 | DEBTRANSFORM-RELEASE: 0 |
10 | Files: | 10 | Files: |
rpm/lib3270.spec
@@ -127,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT | @@ -127,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT | ||
127 | %defattr(-,root,root) | 127 | %defattr(-,root,root) |
128 | %doc AUTHORS LICENSE README.md | 128 | %doc AUTHORS LICENSE README.md |
129 | 129 | ||
130 | +%dir %{_datadir}/pw3270 | ||
131 | + | ||
130 | %{_libdir}/lib3270.so.5 | 132 | %{_libdir}/lib3270.so.5 |
131 | %{_libdir}/lib3270.so.5.2 | 133 | %{_libdir}/lib3270.so.5.2 |
132 | 134 | ||
@@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT | @@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT | ||
148 | %{_libdir}/*.so | 150 | %{_libdir}/*.so |
149 | %{_libdir}/*.a | 151 | %{_libdir}/*.a |
150 | 152 | ||
153 | +%dir %{_datadir}/pw3270/pot | ||
154 | +%{_datadir}/pw3270/pot/*.pot | ||
155 | + | ||
151 | %pre | 156 | %pre |
152 | /sbin/ldconfig | 157 | /sbin/ldconfig |
153 | exit 0 | 158 | exit 0 |