[Python-modules-commits] r21971 - in packages/python-crypto/trunk/debian (2 files)

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Mon May 28 16:44:05 UTC 2012


    Date: Monday, May 28, 2012 @ 16:44:00
  Author: sramacher-guest
Revision: 21971

Fix typo.

Modified:
  packages/python-crypto/trunk/debian/changelog
  packages/python-crypto/trunk/debian/patches/fix-except-shadows-builtin.patch

Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog	2012-05-28 16:40:19 UTC (rev 21970)
+++ packages/python-crypto/trunk/debian/changelog	2012-05-28 16:44:00 UTC (rev 21971)
@@ -9,7 +9,7 @@
       Thanks to Jakub Wilk's lintian4python.
     - fix-py3-errors.patch: Fix Python 3 compatibility issues revealed by the
       reenabled tests.
-    - fix-except-shadows-builtin.patch: Fix 'except shadows bultin' error
+    - fix-except-shadows-builtin.patch: Fix 'except shadows builtin' error
       found by lintian4python.
   * debian/compat: Bump to 9.
   * debian/control: Bump Build-Dep on debhelper to >= 9.

Modified: packages/python-crypto/trunk/debian/patches/fix-except-shadows-builtin.patch
===================================================================
--- packages/python-crypto/trunk/debian/patches/fix-except-shadows-builtin.patch	2012-05-28 16:40:19 UTC (rev 21970)
+++ packages/python-crypto/trunk/debian/patches/fix-except-shadows-builtin.patch	2012-05-28 16:44:00 UTC (rev 21971)
@@ -1,4 +1,4 @@
-Description: Fix 'except shadows bultin' error.
+Description: Fix 'except shadows builtin' error.
  Thanks to lintian4python for finding it.
 Author: Sebastian Ramacher <s.ramacher at gmx.at>
 Last-Update: 2012-05-28




More information about the Python-modules-commits mailing list