diff options
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 7a3fefe0..316d824b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -debhelper (7.4.7) UNRELEASED; urgency=low +debhelper (7.4.7) unstable; urgency=low - * make: Avoid infinite loop that occurrs when testing existence of a target - in a certian horribly broken makefile, by making the test stop after - it sees one line of output from make. (This may be better replaced with - dh's makefile parser in the future.) Closes: #557307 + * make: Avoid infinite make recursion that occurrs when testing existence + of a target in a certian horribly broken makefile, by making the test stop + after it sees one line of output from make. (This may be better replaced + with dh's makefile parser in the future.) Closes: #557307 - -- Joey Hess <joeyh@debian.org> Sat, 21 Nov 2009 13:29:01 -0500 + -- Joey Hess <joeyh@debian.org> Sat, 21 Nov 2009 13:35:22 -0500 debhelper (7.4.6) unstable; urgency=low |