[Python-modules-commits] r6255 - in packages/python-gnutls/trunk/debian/patches (1 file)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Wed Aug 20 11:51:47 UTC 2008
Date: Wednesday, August 20, 2008 @ 11:51:45
Author: morph-guest
Revision: 6255
stupid vi added tab instead of spaces, fixed
Modified:
packages/python-gnutls/trunk/debian/patches/10_bts490147_reintroduce_gnutls_openpgp_crt_get_id.dpatch
Modified: packages/python-gnutls/trunk/debian/patches/10_bts490147_reintroduce_gnutls_openpgp_crt_get_id.dpatch
===================================================================
--- packages/python-gnutls/trunk/debian/patches/10_bts490147_reintroduce_gnutls_openpgp_crt_get_id.dpatch 2008-08-20 11:21:22 UTC (rev 6254)
+++ packages/python-gnutls/trunk/debian/patches/10_bts490147_reintroduce_gnutls_openpgp_crt_get_id.dpatch 2008-08-20 11:51:45 UTC (rev 6255)
@@ -7,7 +7,7 @@
@DPATCH@
diff -urNad python-gnutls~/gnutls/library/functions.py python-gnutls/gnutls/library/functions.py
--- python-gnutls~/gnutls/library/functions.py 2008-07-22 11:20:54.000000000 +0200
-+++ python-gnutls/gnutls/library/functions.py 2008-08-20 13:18:29.760218517 +0200
++++ python-gnutls/gnutls/library/functions.py 2008-08-20 13:50:35.113938174 +0200
@@ -840,6 +840,9 @@
gnutls_openpgp_crt_get_key_id = _libraries['libgnutls.so.26'].gnutls_openpgp_crt_get_key_id
gnutls_openpgp_crt_get_key_id.restype = c_int
@@ -22,7 +22,7 @@
'gnutls_openpgp_privkey_get_pk_algorithm',
'gnutls_certificate_set_x509_key_file',
'gnutls_openpgp_crt_get_key_id',
-+ 'gnutls_openpgp_crt_get_id',
++ 'gnutls_openpgp_crt_get_id',
'gnutls_set_default_export_priority',
'gnutls_x509_crl_print', 'gnutls_rsa_export_get_pubkey',
'gnutls_x509_crq_set_key',
More information about the Python-modules-commits
mailing list