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

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Fri Jan 13 20:42:07 UTC 2012


    Date: Friday, January 13, 2012 @ 20:42:05
  Author: sramacher-guest
Revision: 20013

Add fix-epydoc-ignore.patch and fix some warnings from epydoc.

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

Added: packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch
===================================================================
--- packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch	                        (rev 0)
+++ packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch	2012-01-13 20:42:05 UTC (rev 20013)
@@ -0,0 +1,16 @@
+Description: fix exlcude-introspect stanza in epydoc-config
+Author: Sebastian Ramacher <s.ramacher at gmx.at>
+Last-Modified: 2012-01-13
+
+diff --git a/Doc/epydoc-config b/Doc/epydoc-config
+index 018e461..40209f7 100644
+--- a/Doc/epydoc-config
++++ b/Doc/epydoc-config
+@@ -15,6 +15,5 @@ link: <a href="http://www.pycrypto.org/">PyCrypto.org</a>
+ 
+ # The documentation is usually built on a Linux machine; nt.py tries to
+ # import the winrandom module.
+-exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom$
+-exclude-introspect: ^Crypto\.Util\.osentropy\.nt$
++exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom|Crypto\.Util\.osentropy\.nt$
+ exclude: ^Crypto\.SelfTest


Property changes on: packages/python-crypto/trunk/debian/patches/fix-epydoc-ignore.patch
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: packages/python-crypto/trunk/debian/patches/series
===================================================================
--- packages/python-crypto/trunk/debian/patches/series	2012-01-13 20:25:27 UTC (rev 20012)
+++ packages/python-crypto/trunk/debian/patches/series	2012-01-13 20:42:05 UTC (rev 20013)
@@ -1,2 +1,3 @@
 dont-drop-g.patch
 fix-unresolved-reference-size.patch
+fix-epydoc-ignore.patch




More information about the Python-modules-commits mailing list