summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-28 19:52:33 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-28 19:52:33 -0500
commitfbdf2d5a689d55c9c6df76660983533ef31a71e3 (patch)
treeeb0634f1d0c86375c3655976458810e46116ba30 /debian/changelog
parent89d07bd36d8778a5b85b24b3a53635fccb9da52b (diff)
dh: Fix make parsing to not be broken by locale settings. Closes: #517617
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a278b330..25f3d2c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (7.0.52) UNRELEASED; urgency=low
+
+ * dh: Fix make parsing to not be broken by locale settings.
+ Closes: #517617
+
+ -- Joey Hess <joeyh@debian.org> Sat, 28 Feb 2009 19:52:06 -0500
+
debhelper (7.0.51) unstable; urgency=low
* dh: Man page typos. Closes: #517549, #517550