X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=027f1c23421b10a1c7b76a69028b435692f7de83;hb=7c55e692aed46bb5aa3a65acaa87819b7b7d3b37;hp=62dcad08387c60c6c9748552054ee3a777b487af;hpb=0f7757b7db7ffac7eb1ea52493e1212fd14cfe65;p=pkg-pfstools.git diff --git a/debian/rules b/debian/rules index 62dcad0..027f1c2 100755 --- a/debian/rules +++ b/debian/rules @@ -75,7 +75,7 @@ install: build chmod 644 debian/tmp/usr/share/octave/site/api-v13/m/pfstools/* # these binaries are not available - rm debian/tmp/usr/share/man/man1/pfs{in,out}jpeghdr.1 + rm debian/tmp/usr/share/man/man1/pfs*jpeghdr.1 binary-indep: build install # nothing to do here @@ -89,8 +89,11 @@ binary-arch: build install dh_install --sourcedir=debian/tmp --list-missing dh_installman debian/pfsglview.1 dh_link - dh_strip - dh_compress + dh_strip --dbg-package=pfstools-dbg + # mkoctfile removes any symbol table and relocation information from the + # .oct files making them unusable for the -dbg package + rm -rf debian/pfstools-dbg/usr/lib/debug/usr/lib/octave/ + dh_compress -X.pdf dh_fixperms dh_makeshlibs dh_installdeb