summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8dd3a57)
raw | patch | inline | side by side (parent: 8dd3a57)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 7 Apr 2009 14:44:37 +0000 (16:44 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 7 Apr 2009 14:44:37 +0000 (16:44 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index fe596c11dbedec02c4a896687a914be251e5fb16..6c6e3841aead4f4e0c8da177d708de178f22c6b3 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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.
+ - Pass --fail-missing (instead of --list-missing) to dh_install.
* 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.
dh_installexamples. This allows the use of --fail-missing when running
dh_install.
- -- Sebastian Harl <sh@tokkee.org> Tue, 07 Apr 2009 16:39:51 +0200
+ -- Sebastian Harl <sh@tokkee.org> Tue, 07 Apr 2009 16:43:33 +0200
rrdtool (1.3.1-4) unstable; urgency=high
diff --git a/debian/rules b/debian/rules
index 9f220d3849aae662787b464e1694527886eabb2f..9290ed3d0291193012eea65d1e8f20579e61b22c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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
+ dh_install --sourcedir=$(CURDIR)/debian/tmp --fail-missing
touch $@