summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f80e03)
raw | patch | inline | side by side (parent: 3f80e03)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 22:18:54 +0000 (23:18 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 22:20:05 +0000 (23:20 +0100) |
Unfortunately, segfaults and the like are not uncommon in rrdtool - this will
help to trace them back more easily.
help to trace them back more easily.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 86631e6e1af651255564d0eb840a0427f3234231..23b0ba8e97d83ef5302ae168b980ce4c6ef2f40c 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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 <sh@tokkee.org> Sat, 20 Dec 2008 22:49:38 +0100
+ -- Sebastian Harl <sh@tokkee.org> 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 1bcdd15fdbc269423aa408607ab9f5558d1b4052..54f3db48e890f544105d3a1b0a4b9ab164235d58 100644 (file)
--- a/debian/control
+++ b/debian/control
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 809c70399e46f36946e811188ac0ebdcb4a41802..6e8b142630c88e7287a849b84add04c353617f0c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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