From 6ba110c410d74d1cdcf1db9df2b95a667a7536ed Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sun, 8 Jul 2007 17:06:17 -0600 Subject: [PATCH] v2.12r-4 --- debian/changelog | 6 ++++++ debian/hwclock.sh | 4 ++-- debian/rules | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73e9e3e0..4da5d4eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +util-linux (2.12r-4) unstable; urgency=low + + * Stupid fat-fingers typo. Closes: #348483 + + -- LaMont Jones Tue, 17 Jan 2006 07:40:56 -0700 + util-linux (2.12r-3) unstable; urgency=low * Add ppc64 support. Closes: #322130 diff --git a/debian/hwclock.sh b/debian/hwclock.sh index a6027621..a66055d9 100644 --- a/debian/hwclock.sh +++ b/debian/hwclock.sh @@ -24,7 +24,7 @@ FIRST=no # debian/rules sets this to 'yes' when creating hwclockfirst.sh # as machine hardware clock type for Alphas. HWCLOCKPARS= -hwclock_sh() +hwclocksh() { [ ! -x /sbin/hwclock ] && return 0 . /etc/default/rcS @@ -155,4 +155,4 @@ hwclock_sh() esac } -hwclock_sh +hwclocksh "$@" diff --git a/debian/rules b/debian/rules index 48353d67..92dc264e 100755 --- a/debian/rules +++ b/debian/rules @@ -164,7 +164,7 @@ endif install: debian/hwclockfirst.sh: debian/hwclock.sh - sed '/^FIRST/s/no/yes/; s/hwclock.sh/hwclockfirst.sh/g' debian/hwclock.sh > debian/hwclockfirst.sh + sed '/^FIRST/s/no/yes/; s/hwclock\.sh/hwclockfirst.sh/g' debian/hwclock.sh > debian/hwclockfirst.sh binary-indep: checkroot build binary-arch $(checkdir) -- 2.39.5