summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4e1185)
raw | patch | inline | side by side (parent: e4e1185)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 22:43:37 +0000 (23:43 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 22:43:37 +0000 (23:43 +0100) |
The manpages are a lot more useful.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 23b0ba8e97d83ef5302ae168b980ce4c6ef2f40c..c524371926f16f1ac7849411b3e227cdc1a42573 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.
+ - Remove .txt and .pod documentation from the 'rrdtool' binary package -
+ the manpages are a lot more useful.
* 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 23:16:13 +0100
+ -- Sebastian Harl <sh@tokkee.org> Sat, 20 Dec 2008 23:42:04 +0100
rrdtool (1.3.1-4) unstable; urgency=high
diff --git a/debian/rules b/debian/rules
index 6e8b142630c88e7287a849b84add04c353617f0c..9f220d3849aae662787b464e1694527886eabb2f 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_clean -k
make install DESTDIR=$(CURDIR)/debian/tmp
+ # we don't want .txt and .pod documentation in the package
+ rm -rf debian/tmp/usr/share/doc/rrdtool/txt
dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
touch $@