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,3 +38,9 @@ Depends: ${misc:Depends}, pw3270 (= ${binary:Version}), libdbus-1-3 | ||
38 | Description: DBUS plugin for pw3270. | 38 | Description: DBUS plugin for pw3270. |
39 | This package contains the plugin allowing scripting of a pw3270 session using dbus calls. | 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,7 +89,7 @@ binary-arch: build install | ||
89 | dh_testdir | 89 | dh_testdir |
90 | dh_testroot | 90 | dh_testroot |
91 | # dh_installdebconf | 91 | # dh_installdebconf |
92 | - dh_installdocs | 92 | + dh_installdocs AUTHORS LICENSE |
93 | dh_installexamples | 93 | dh_installexamples |
94 | dh_installmenu | 94 | dh_installmenu |
95 | # dh_installlogrotate | 95 | # dh_installlogrotate |
@@ -103,13 +103,16 @@ binary-arch: build install | @@ -103,13 +103,16 @@ binary-arch: build install | ||
103 | # dh_undocumented | 103 | # dh_undocumented |
104 | dh_installchangelogs | 104 | dh_installchangelogs |
105 | dh_link | 105 | dh_link |
106 | - dh_strip | 106 | + dh_strip --dbg-package=pw3270-dbg |
107 | dh_compress | 107 | dh_compress |
108 | dh_fixperms | 108 | dh_fixperms |
109 | -# dh_makeshlibs | 109 | + dh_makeshlibs |
110 | dh_installdeb | 110 | dh_installdeb |
111 | # dh_perl | 111 | # dh_perl |
112 | + | ||
113 | + cat debian/pw3270/DEBIAN/shlibs | ||
112 | dh_shlibdeps | 114 | dh_shlibdeps |
115 | + | ||
113 | dh_gencontrol | 116 | dh_gencontrol |
114 | dh_md5sums | 117 | dh_md5sums |
115 | dh_builddeb | 118 | dh_builddeb |