From 99dbeeb5f7f4304b1cdb4ed0b79a2e2014e26e10 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 5 Mar 2012 15:47:38 +0000 Subject: [PATCH] Use dh_install Fix debian/fake-hwclock.install to match the move to /sbin. Move to using dh_install instead of manually installing files. --- debian/changelog | 2 ++ debian/fake-hwclock.install | 2 +- debian/rules | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8d51cd6..61255cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ fake-hwclock (0.4) UNRELEASE; urgency=low * Update Standards-Version. * Add vcs fields to debian/control. + * Fix debian/fake-hwclock.install to match the move to /sbin; move to + using dh_install. -- Steve McIntyre <93sam@debian.org> Wed, 22 Feb 2012 10:20:26 +0000 diff --git a/debian/fake-hwclock.install b/debian/fake-hwclock.install index bc74e34..2745373 100644 --- a/debian/fake-hwclock.install +++ b/debian/fake-hwclock.install @@ -1 +1 @@ -fake-hwlock bin +fake-hwclock sbin diff --git a/debian/rules b/debian/rules index a014622..59ca129 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,7 @@ install: dh_testdir dh_testroot dh_prep - dh_installdirs - install -m 0755 fake-hwclock debian/fake-hwclock/sbin + dh_install binary: binary-indep binary-arch -- 2.20.1