From: Sebastian Harl Date: Sat, 20 Dec 2008 22:18:54 +0000 (+0100) Subject: Added new binary package rrdtool-dbg. X-Git-Tag: debian/1.3.7-1~18 X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=commitdiff_plain;h=e4e1185a2c3b6f91d0c6c2f6110c6dea57cb840b Added new binary package rrdtool-dbg. Unfortunately, segfaults and the like are not uncommon in rrdtool - this will help to trace them back more easily. --- diff --git a/debian/changelog b/debian/changelog index 86631e6..23b0ba8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,11 @@ rrdtool (1.3.5-1) experimental; urgency=low * debian/rules: - Remove src/librrd.sym in the clean target - this file is automatically created during the build but not cleaned up in the upstream Makefiles. + * Added new binary package rrdtool-dbg. Unfortunately, segfaults and the + like are not uncommon in rrdtool - this will help to trace them back more + easily. - -- Sebastian Harl Sat, 20 Dec 2008 22:49:38 +0100 + -- Sebastian Harl Sat, 20 Dec 2008 23:16:13 +0100 rrdtool (1.3.1-4) unstable; urgency=high diff --git a/debian/control b/debian/control index 1bcdd15..54f3db4 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,27 @@ Description: Time-series data storage and display system (programs) This package contains command-line programs used to access and manipulate RRDs. +Package: rrdtool-dbg +Architecture: any +Priority: extra +Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}) +Recommends: librrds-perl (= ${binary:Version}), + rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}), + librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version}) +Description: Time-series data storage and display system (debugging symbols) + The Round Robin Database Tool (RRDtool) is a system to store and display + time-series data (e.g. network bandwidth, machine-room temperature, + server load average). It stores the data in Round Robin Databases (RRDs), + a very compact way that will not expand over time. RRDtool processes the + extracted data to enforce a certain data density, allowing for useful + graphical representation of data values. + . + RRDtool is often used via various wrappers that can poll data from devices + and feed data into RRDs, as well as provide a friendlier user interface and + customized graphs. + . + This package contains the debugging symbols for the program and library files. + Package: librrd4 Architecture: any Section: libs diff --git a/debian/rules b/debian/rules index 809c703..6e8b142 100755 --- a/debian/rules +++ b/debian/rules @@ -197,7 +197,7 @@ binary-arch: build-arch install-arch dh_perl -a dh_installman -a dh_link -a - dh_strip -a + dh_strip -a --dbg-package=rrdtool-dbg dh_compress -a dh_fixperms -a dh_makeshlibs -a