Commit eadd2fece79742fff65c2b81a7a87f7a3a91fb85

Authored by Perry Werneck
1 parent 162282b5
Exists in master

Ajustes para empacotamento .deb

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, pw3270-dev, p @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, pw3270-dev, p
6 6
7 Package: python-pw3270 7 Package: python-pw3270
8 Architecture: any 8 Architecture: any
9 -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}) 9 +Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270
10 Description: PHP Extension Module implementing tn3270 protocol. 10 Description: PHP Extension Module implementing tn3270 protocol.
11 This is an extension for acessing 3270 hosts directly from PHP apps. 11 This is an extension for acessing 3270 hosts directly from PHP apps.
12 12
@@ -66,7 +66,7 @@ binary-arch: build install @@ -66,7 +66,7 @@ binary-arch: build install
66 dh_testdir 66 dh_testdir
67 dh_testroot 67 dh_testroot
68 # dh_installdebconf 68 # dh_installdebconf
69 - dh_installdocs 69 + dh_installdocs AUTHORS LICENSE
70 dh_installexamples 70 dh_installexamples
71 dh_installmenu 71 dh_installmenu
72 # dh_installlogrotate 72 # dh_installlogrotate
@@ -83,10 +83,10 @@ binary-arch: build install @@ -83,10 +83,10 @@ binary-arch: build install
83 dh_strip 83 dh_strip
84 dh_compress 84 dh_compress
85 dh_fixperms 85 dh_fixperms
86 -# dh_makeshlibs 86 + dh_makeshlibs
87 dh_installdeb 87 dh_installdeb
88 # dh_perl 88 # dh_perl
89 -# dh_shlibdeps 89 + dh_shlibdeps
90 dh_gencontrol 90 dh_gencontrol
91 dh_md5sums 91 dh_md5sums
92 dh_builddeb 92 dh_builddeb