Code

Remove .txt and .pod documentation from the 'rrdtool' binary package.
authorSebastian Harl <sh@tokkee.org>
Sat, 20 Dec 2008 22:43:37 +0000 (23:43 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 20 Dec 2008 22:43:37 +0000 (23:43 +0100)
The manpages are a lot more useful.

debian/changelog
debian/rules

index 23b0ba8e97d83ef5302ae168b980ce4c6ef2f40c..c524371926f16f1ac7849411b3e227cdc1a42573 100644 (file)
@@ -19,11 +19,13 @@ 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.
+    - 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
 
index 6e8b142630c88e7287a849b84add04c353617f0c..9f220d3849aae662787b464e1694527886eabb2f 100755 (executable)
@@ -142,6 +142,8 @@ install-common-stamp: build-arch-stamp
        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 $@