Commit 4f542036d29a221f83c51c1d8c6ec95e2c2b2ff9
1 parent
31734a15
Exists in
master
Ajustes para empacotamento deb
Showing
4 changed files
with
8 additions
and
7 deletions
Show diff stats
Makefile.in
debian/control
... | ... | @@ -2,12 +2,12 @@ Source: pw3270-sharp |
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, pw3270-dev, mono-dev | |
5 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, pw3270-dev, libmono-2.0-dev, mono-devel | |
6 | 6 | |
7 | 7 | Package: pw3270-sharp |
8 | 8 | Architecture: any |
9 | -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}) | |
10 | -Description: PHP Extension Module implementing tn3270 protocol. | |
11 | - This is an extension for acessing 3270 hosts directly from PHP apps. | |
9 | +Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270 | |
10 | +Description: Mono Extension Module implementing tn3270 protocol. | |
11 | + This is an extension for acessing 3270 hosts directly from mono apps. | |
12 | 12 | |
13 | 13 | ... | ... |
debian/pw3270-sharp.dsc
... | ... | @@ -4,7 +4,7 @@ Version: 5.1-1 |
4 | 4 | Binary: pw3270-sharp |
5 | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
6 | 6 | Architecture: any |
7 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, mono-dev | |
7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, libmono-2.0-dev, mono-devel | |
8 | 8 | Standards-Version: 3.9.1.0 |
9 | 9 | DEBTRANSFORM-RELEASE: 1 |
10 | 10 | Files: | ... | ... |
debian/rules
... | ... | @@ -66,7 +66,7 @@ binary-arch: build install |
66 | 66 | dh_testdir |
67 | 67 | dh_testroot |
68 | 68 | # dh_installdebconf |
69 | - dh_installdocs | |
69 | + dh_installdocs AUTHORS LICENSE | |
70 | 70 | dh_installexamples |
71 | 71 | dh_installmenu |
72 | 72 | # dh_installlogrotate |
... | ... | @@ -83,7 +83,7 @@ binary-arch: build install |
83 | 83 | dh_strip |
84 | 84 | dh_compress |
85 | 85 | dh_fixperms |
86 | -# dh_makeshlibs | |
86 | + dh_makeshlibs | |
87 | 87 | dh_installdeb |
88 | 88 | # dh_perl |
89 | 89 | dh_shlibdeps | ... | ... |