diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f11c82a..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 \ No newline at end of file diff --git a/debian/control b/debian/control index 20e53b5..4b688d3 100644 --- a/debian/control +++ b/debian/control @@ -38,3 +38,9 @@ Depends: ${misc:Depends}, pw3270 (= ${binary:Version}), libdbus-1-3 Description: DBUS plugin for pw3270. This package contains the plugin allowing scripting of a pw3270 session using dbus calls. +Package: pw3270-dbg +Architecture: any +Depends: lib3270 (= ${binary:Version}), pw3270 (= ${binary:Version}), ${misc:Depends} +Description: Debugging symbols for pw3270/lib3270 + This package contains the debugging symbols for pw3270's internal libs. + diff --git a/debian/rules b/debian/rules index a4f35e3..fad45c0 100644 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs + dh_installdocs AUTHORS LICENSE dh_installexamples dh_installmenu # dh_installlogrotate @@ -103,13 +103,16 @@ binary-arch: build install # dh_undocumented dh_installchangelogs dh_link - dh_strip + dh_strip --dbg-package=pw3270-dbg dh_compress dh_fixperms -# dh_makeshlibs + dh_makeshlibs dh_installdeb # dh_perl + + cat debian/pw3270/DEBIAN/shlibs dh_shlibdeps + dh_gencontrol dh_md5sums dh_builddeb diff --git a/debian/shlibs b/debian/shlibs new file mode 100644 index 0000000..51b8490 --- /dev/null +++ b/debian/shlibs @@ -0,0 +1,3 @@ +lib3270 5.1 lib3270 (>= 5.1) +libpw3270 5.1 libpw3270 (>= 5.1) + -- libgit2 0.21.2