From a6c3eec5552e759765a3c023ecd435d7f2f16e17 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 24 Sep 2007 22:00:02 +0200 Subject: [PATCH] Added libpfs-dbg binary package. mkoctfile removes any symbol table and relocation information from the .oct files making them unusable for the -dbg package thus I do not include them. --- debian/control | 13 +++++++++++++ debian/rules | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8954326..2ec811a 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,19 @@ Description: command line HDR manipulation programs . Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/ +Package: pfstools-dbg +Section: graphics +Architecture: any +Priority: extra +Depends: pfstools (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version}) +Description: command line HDR manipulation programs (debugging symbols) + PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate + existing file formats by providing a simple data format that can be used to + exchange data between applications. + . + This package contains the debugging symbols for the pfstools binaries and the + shared library. + Package: libpfs-dev Section: libdevel Architecture: any diff --git a/debian/rules b/debian/rules index c828430..df6bacf 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,10 @@ binary-arch: build install dh_install --sourcedir=debian/tmp --list-missing dh_installman debian/pfsglview.1 dh_link - dh_strip + 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 -- 2.30.2