From 18db6748c1baa1d434b878e910c8993d827b0f91 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 6 Jun 2009 19:39:16 +0200 Subject: [PATCH] rules: Use dh_install's --fail-missing instead of --list-missing. --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93c5dfd..2a80318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ liboping (1.1.2-1) unstable; urgency=low - Use config.{guess,sub} provided by autotools-dev to fix a FTBFS on avr32, thanks to Bradley Smith for reporting this (Closes: #529460). - Use dpatch. + - Use dh_install's --fail-missing instead of --list-missing. * debian/control: - Use ${binary:Version} instead of ${Source-Version}. - Updated Standards-Version to 3.8.1. @@ -26,7 +27,7 @@ liboping (1.1.2-1) unstable; urgency=low * debian/liboping0.shlibs: - Updated version to >= 1.1.2. - -- Sebastian Harl Sat, 06 Jun 2009 19:26:55 +0200 + -- Sebastian Harl Sat, 06 Jun 2009 19:38:38 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a5e8cf1..55c7c2e 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,7 @@ binary-arch: build install dh_installdocs -A -Nlibnet-oping-perl README dh_installdocs -plibnet-oping-perl bindings/perl/README dh_installman - dh_install --sourcedir=debian/tmp --list-missing + dh_install --sourcedir=debian/tmp --fail-missing dh_perl -plibnet-oping-perl dh_link dh_strip -- 2.30.2