Commit d90cdb74b4b99bf9cd4d6b28534890dafc4f979c
1 parent
32876db4
Exists in
master
and in
5 other branches
Corrigindo empacotamento .deb
Showing
4 changed files
with
15 additions
and
4 deletions
Show diff stats
debian/compat
No preview for this file type
debian/control
... | ... | @@ -38,3 +38,9 @@ Depends: ${misc:Depends}, pw3270 (= ${binary:Version}), libdbus-1-3 |
38 | 38 | Description: DBUS plugin for pw3270. |
39 | 39 | This package contains the plugin allowing scripting of a pw3270 session using dbus calls. |
40 | 40 | |
41 | +Package: pw3270-dbg | |
42 | +Architecture: any | |
43 | +Depends: lib3270 (= ${binary:Version}), pw3270 (= ${binary:Version}), ${misc:Depends} | |
44 | +Description: Debugging symbols for pw3270/lib3270 | |
45 | + This package contains the debugging symbols for pw3270's internal libs. | |
46 | + | ... | ... |
debian/rules
... | ... | @@ -89,7 +89,7 @@ binary-arch: build install |
89 | 89 | dh_testdir |
90 | 90 | dh_testroot |
91 | 91 | # dh_installdebconf |
92 | - dh_installdocs | |
92 | + dh_installdocs AUTHORS LICENSE | |
93 | 93 | dh_installexamples |
94 | 94 | dh_installmenu |
95 | 95 | # dh_installlogrotate |
... | ... | @@ -103,13 +103,16 @@ binary-arch: build install |
103 | 103 | # dh_undocumented |
104 | 104 | dh_installchangelogs |
105 | 105 | dh_link |
106 | - dh_strip | |
106 | + dh_strip --dbg-package=pw3270-dbg | |
107 | 107 | dh_compress |
108 | 108 | dh_fixperms |
109 | -# dh_makeshlibs | |
109 | + dh_makeshlibs | |
110 | 110 | dh_installdeb |
111 | 111 | # dh_perl |
112 | + | |
113 | + cat debian/pw3270/DEBIAN/shlibs | |
112 | 114 | dh_shlibdeps |
115 | + | |
113 | 116 | dh_gencontrol |
114 | 117 | dh_md5sums |
115 | 118 | dh_builddeb | ... | ... |