Code

rules: Pass --fail-missing (instead of --list-missing) to dh_install.
authorSebastian Harl <sh@tokkee.org>
Tue, 7 Apr 2009 14:44:37 +0000 (16:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 7 Apr 2009 14:44:37 +0000 (16:44 +0200)
debian/changelog
debian/rules

index fe596c11dbedec02c4a896687a914be251e5fb16..6c6e3841aead4f4e0c8da177d708de178f22c6b3 100644 (file)
@@ -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 <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
 
index 9f220d3849aae662787b464e1694527886eabb2f..9290ed3d0291193012eea65d1e8f20579e61b22c 100755 (executable)
@@ -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 $@