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

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Mon May 28 10:15:40 UTC 2012


    Date: Monday, May 28, 2012 @ 10:15:34
  Author: sramacher-guest
Revision: 21965

* debian/patches:
  - fix-cipher-iv-documentation.patch: Add patch from Stefano Rivera to
    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.
    Thanks to Jakub Wilk's lintian4python.

Modified:
  packages/python-crypto/trunk/debian/changelog
  packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch
  packages/python-crypto/trunk/debian/patches/series

Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog	2012-05-28 10:08:15 UTC (rev 21964)
+++ packages/python-crypto/trunk/debian/changelog	2012-05-28 10:15:34 UTC (rev 21965)
@@ -1,8 +1,12 @@
 python-crypto (2.6-2) UNRELEASED; urgency=low
 
-  * debian/patches/fix-cipher-iv-documentation.patch: Add patch from Stefano
-    Rivera to document the actual behavior of the ciphers' new method with
-    respect to the IV.
+  * debian/patches:
+    - fix-cipher-iv-documentation.patch: Add patch from Stefano Rivera to
+      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.
+      Thanks to Jakub Wilk's lintian4python.
   * debian/compat: Bump to 9.
   * debian/control: Bump Build-Dep on debhelper to >= 9.
   * debian/rules:

Modified: packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch
===================================================================
--- packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch	2012-05-28 10:08:15 UTC (rev 21964)
+++ packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch	2012-05-28 10:15:34 UTC (rev 21965)
@@ -1,6 +1,7 @@
-Description: fix exlcude-introspect stanza in epydoc-config
+Description: fix exclude-introspect stanza in epydoc-config
 Author: Sebastian Ramacher <s.ramacher at gmx.at>
-Last-Modified: 2012-01-13
+Last-Modified: 2012-08-28
+Forwarded: https://github.com/dlitz/pycrypto/pull/17
 
 diff --git a/Doc/epydoc-config b/Doc/epydoc-config
 index 018e461..40209f7 100644

Modified: packages/python-crypto/trunk/debian/patches/series
===================================================================
--- packages/python-crypto/trunk/debian/patches/series	2012-05-28 10:08:15 UTC (rev 21964)
+++ packages/python-crypto/trunk/debian/patches/series	2012-05-28 10:15:34 UTC (rev 21965)
@@ -2,3 +2,4 @@
 fix-unresolved-reference-size.patch
 fix-epydoc-ignore.patch
 fix-cipher-iv-documentation.patch
+reenable-redefined-tests.patch




More information about the Python-modules-commits mailing list