From a38464f7d623022766b7263b6a8fe4aa76a42800 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 May 2008 13:02:19 -0400 Subject: [PATCH] dh: fix POS error. Closes: #480191 --- debian/changelog | 1 + dh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a955eb9..68ccea2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ debhelper (7.0.9) UNRELEASED; urgency=low its downtime minimal. Since some daemons could break if files are upgraded while they're running, it's not the default. It might become the default in a future (v8) compatability level. Closes: #471060 + * dh: fix POS error. Closes: #480191 -- Joey Hess Mon, 05 May 2008 18:53:10 -0400 diff --git a/dh b/dh index fec1deb..b83b696 100755 --- a/dh +++ b/dh @@ -91,6 +91,8 @@ Insert I in sequences before I. Insert I in sequences after I. +=back + =cut sub command_pos { -- 2.39.5