From e17a47dca14d2bfa7a1c23618e8cd0aa89ae0b7b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 13 Mar 2011 22:25:39 +0100 Subject: [PATCH] rules: Use 'dh_prep' rather than 'dh_clean -k'. --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45d4019..393a46a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,10 +7,11 @@ liboping (1.6.1+2.g207d51d-1) unstable; urgency=low - Do not install .la files in favor of the goal to remove those files (for details see ). + - Use 'dh_prep' rather than 'dh_clean -k'. * debian/control: - Updated standards-version to 3.9.1. - -- Sebastian Harl Sun, 13 Mar 2011 22:19:52 +0100 + -- Sebastian Harl Sun, 13 Mar 2011 22:25:07 +0100 liboping (1.4.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index da50b78..251bf38 100755 --- a/debian/rules +++ b/debian/rules @@ -72,7 +72,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp -- 2.30.2