From: Sebastian Harl Date: Tue, 7 Apr 2009 14:44:37 +0000 (+0200) Subject: rules: Pass --fail-missing (instead of --list-missing) to dh_install. X-Git-Tag: debian/1.3.7-1~8 X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=commitdiff_plain;h=dc91c91d0879b3cfa5f4d981d16d982f9d4aa475 rules: Pass --fail-missing (instead of --list-missing) to dh_install. --- diff --git a/debian/changelog b/debian/changelog index fe596c1..6c6e384 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ rrdtool (1.3.7-1) unstable; urgency=low 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. @@ -35,7 +36,7 @@ rrdtool (1.3.7-1) unstable; urgency=low dh_installexamples. This allows the use of --fail-missing when running dh_install. - -- Sebastian Harl Tue, 07 Apr 2009 16:39:51 +0200 + -- Sebastian Harl 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 9f220d3..9290ed3 100755 --- a/debian/rules +++ b/debian/rules @@ -144,7 +144,7 @@ install-common-stamp: build-arch-stamp 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 $@