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

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Thu May 31 09:43:07 UTC 2012


    Date: Thursday, May 31, 2012 @ 09:43:06
  Author: sramacher-guest
Revision: 21995

Fix 'reenable' related warnings from lintian.

Modified:
  packages/python-crypto/trunk/debian/changelog
  packages/python-crypto/trunk/debian/patches/reenable-redefined-tests.patch

Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog	2012-05-31 08:56:18 UTC (rev 21994)
+++ packages/python-crypto/trunk/debian/changelog	2012-05-31 09:43:06 UTC (rev 21995)
@@ -5,10 +5,10 @@
       document the actual behavior of the ciphers' new method with respect to
       the IV.
     - fix-epydoc-ignore.patch: Mark as forwarded.
-    - reenable-redefined-tests.patch: Reenable tests that have been redefined.
+    - reenable-redefined-tests.patch: Re-enable tests that have been redefined.
       Thanks to Jakub Wilk's lintian4python.
     - fix-py3-errors.patch: Fix Python 3 compatibility issues revealed by the
-      reenabled tests.
+      re-enabled tests.
     - fix-except-shadows-builtin.patch: Fix 'except shadows builtin' error
       found by lintian4python.
   * debian/compat: Bump to 9.
@@ -20,7 +20,7 @@
     - Build documentation in override_dh_auto_build.
     - Drop the *FLAGS exports.
 
- -- Sebastian Ramacher <s.ramacher at gmx.at>  Mon, 28 May 2012 01:15:25 +0200
+ -- Sebastian Ramacher <s.ramacher at gmx.at>  Wed, 30 May 2012 11:33:34 +0200
 
 python-crypto (2.6-1) unstable; urgency=high
 

Modified: packages/python-crypto/trunk/debian/patches/reenable-redefined-tests.patch
===================================================================
--- packages/python-crypto/trunk/debian/patches/reenable-redefined-tests.patch	2012-05-31 08:56:18 UTC (rev 21994)
+++ packages/python-crypto/trunk/debian/patches/reenable-redefined-tests.patch	2012-05-31 09:43:06 UTC (rev 21995)
@@ -1,4 +1,4 @@
-Description: Reenable redefined tests.
+Description: Re-enable redefined tests.
  The test suite contains tests that are disabled because they have the same name
  as other tests. Renaming them enables them again.
  .




More information about the Python-modules-commits mailing list