From: Sebastian Harl Date: Sun, 13 Mar 2011 21:25:39 +0000 (+0100) Subject: rules: Use 'dh_prep' rather than 'dh_clean -k'. X-Git-Tag: liboping-1.6.1+2.g207d51d-1~1 X-Git-Url: https://git.tokkee.org/?p=pkg-liboping.git;a=commitdiff_plain;h=e17a47dca14d2bfa7a1c23618e8cd0aa89ae0b7b rules: Use 'dh_prep' rather than 'dh_clean -k'. --- 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