From aaf20ff7dd0cf28bf27841cb65351e530fc2b7bd Mon Sep 17 00:00:00 2001 From: Scott Kitterman <scott@kitterman.com> Date: Sat, 3 Sep 2011 11:24:07 -0400 Subject: [PATCH] Fix typo in python-policy, patch from jwilk. --- debian/changelog | 6 ++++++ debian/python-policy.sgml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 76f16af..d992b8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-defaults (2.7.2-6) UNRELEASED; urgency=low + + * Fixed typo in python-policy (thanks to Jakub Wilk) + + -- Scott Kitterman <scott@kitterman.com> Sat, 03 Sep 2011 11:21:35 -0400 + python-defaults (2.7.2-5) experimental; urgency=low [ Piotr Ożarowski ] diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml index a2edb56..a692579 100644 --- a/debian/python-policy.sgml +++ b/debian/python-policy.sgml @@ -338,7 +338,7 @@ </item> <item> <p> - /usr/share/python/runtime.d/*.rtupate: these are called when + /usr/share/python/runtime.d/*.rtupdate: these are called when the default runtime changes. The first argument is either "pre-rtupdate", called before changing the default runtime, or "rtupdate", called when changing the default runtime, or -- GitLab