[Pkg-gnutls-commits] r40 - /gnutls13/trunk/debian/patches/

jamesw-guest at users.alioth.debian.org jamesw-guest at users.alioth.debian.org
Tue Jun 6 15:06:47 UTC 2006


Author: jamesw-guest
Date: Tue Jun  6 15:06:45 2006
New Revision: 40

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=40
Log:
Added patches to correct minus signs in manpages

Added:
    gnutls13/trunk/debian/patches/30_man_hyphen_certificate_activation.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_certificate_expiration.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_certificate_retrieve.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_certificate_server_set_retrieve.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_pem_base64_decode.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_pem_base64_decode_alloc.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_next_update.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_this_update.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_activation_time.patch
    gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_get_expiration.patch

Added: gnutls13/trunk/debian/patches/30_man_hyphen_certificate_activation.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_certificate_activation.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_certificate_activation.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_certificate_activation.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_certificate_activation_time_peers.3 gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_activation_time_peers.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_certificate_activation_time_peers.3	2006-05-11 23:20:30.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_activation_time_peers.3	2006-06-06 15:48:44.000000000 +0100
+@@ -12,7 +12,7 @@
+ This function will return the peer's certificate activation time.
+ This is the creation time for openpgp keys.
+ 
+-Returns (time_t) -1 on error.
++Returns (time_t) \-1 on error.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.
+ .SH COPYRIGHT

Added: gnutls13/trunk/debian/patches/30_man_hyphen_certificate_expiration.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_certificate_expiration.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_certificate_expiration.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_certificate_expiration.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_certificate_expiration_time_peers.3 gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_expiration_time_peers.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_certificate_expiration_time_peers.3	2006-05-11 23:20:30.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_expiration_time_peers.3	2006-06-06 15:16:45.000000000 +0100
+@@ -11,7 +11,7 @@
+ .SH "DESCRIPTION"
+ This function will return the peer's certificate expiration time.
+ 
+-Returns (time_t) -1 on error.
++Returns (time_t) \-1 on error.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.
+ .SH COPYRIGHT

Added: gnutls13/trunk/debian/patches/30_man_hyphen_certificate_retrieve.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_certificate_retrieve.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_certificate_retrieve.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_certificate_retrieve.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_certificate_client_set_retrieve_function.3 gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_client_set_retrieve_function.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_certificate_client_set_retrieve_function.3	2006-05-11 23:20:30.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_client_set_retrieve_function.3	2006-06-06 15:15:56.000000000 +0100
+@@ -43,7 +43,7 @@
+ 
+ The callback function should set the certificate list to be sent, and
+ return 0 on success. If no certificate was selected then the number of certificates
+-should be set to zero. The value (-1) indicates error and the handshake
++should be set to zero. The value (\-1) indicates error and the handshake
+ will be terminated.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.

Added: gnutls13/trunk/debian/patches/30_man_hyphen_certificate_server_set_retrieve.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_certificate_server_set_retrieve.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_certificate_server_set_retrieve.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_certificate_server_set_retrieve.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_certificate_server_set_retrieve_function.3 gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_server_set_retrieve_function.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_certificate_server_set_retrieve_function.3	2006-05-11 23:20:30.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_server_set_retrieve_function.3	2006-06-06 15:22:53.000000000 +0100
+@@ -26,7 +26,7 @@
+ handshake, after the certificate request message has been received.
+ 
+ The callback function should set the certificate list to be sent, and
+-return 0 on success.  The value (-1) indicates error and the handshake
++return 0 on success.  The value (\-1) indicates error and the handshake
+ will be terminated.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.

Added: gnutls13/trunk/debian/patches/30_man_hyphen_pem_base64_decode.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_pem_base64_decode.patch?rev=40&op=file
==============================================================================
    (empty)

Added: gnutls13/trunk/debian/patches/30_man_hyphen_pem_base64_decode_alloc.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_pem_base64_decode_alloc.patch?rev=40&op=file
==============================================================================
    (empty)

Added: gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_next_update.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_next_update.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_next_update.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_next_update.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_x509_crl_get_next_update.3 gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crl_get_next_update.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_x509_crl_get_next_update.3	2006-05-11 23:20:52.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crl_get_next_update.3	2006-06-06 15:19:31.000000000 +0100
+@@ -13,7 +13,7 @@
+ This field is optional in a CRL so it might be normal to get
+ an error instead.
+ 
+-Returns (time_t)-1 on error.
++Returns (time_t)\-1 on error.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.
+ .SH COPYRIGHT

Added: gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_this_update.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_this_update.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_this_update.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_x509_crl_this_update.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_x509_crl_get_this_update.3 gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crl_get_this_update.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_x509_crl_get_this_update.3	2006-05-11 23:20:52.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crl_get_this_update.3	2006-06-06 15:20:13.000000000 +0100
+@@ -11,7 +11,7 @@
+ .SH "DESCRIPTION"
+ This function will return the time this CRL was issued.
+ 
+-Returns (time_t)-1 on error.
++Returns (time_t)\-1 on error.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.
+ .SH COPYRIGHT

Added: gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_activation_time.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_activation_time.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_activation_time.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_activation_time.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_x509_crt_get_activation_time.3 gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crt_get_activation_time.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_x509_crt_get_activation_time.3	2006-05-11 23:21:03.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crt_get_activation_time.3	2006-06-06 15:21:07.000000000 +0100
+@@ -11,7 +11,7 @@
+ .SH "DESCRIPTION"
+ This function will return the time this Certificate was or will be activated.
+ 
+-Returns (time_t)-1 on error.
++Returns (time_t)\-1 on error.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.
+ .SH COPYRIGHT

Added: gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_get_expiration.patch
URL: http://svn.debian.org/wsvn/pkg-gnutls/gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_get_expiration.patch?rev=40&op=file
==============================================================================
--- gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_get_expiration.patch (added)
+++ gnutls13/trunk/debian/patches/30_man_hyphen_x509_crt_get_expiration.patch Tue Jun  6 15:06:45 2006
@@ -1,0 +1,12 @@
+diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_x509_crt_get_expiration_time.3 gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crt_get_expiration_time.3
+--- gnutls13-1.4.0/doc/manpages/gnutls_x509_crt_get_expiration_time.3	2006-05-11 23:21:03.000000000 +0100
++++ gnutls13-1.4.0.new/doc/manpages/gnutls_x509_crt_get_expiration_time.3	2006-06-06 15:23:35.000000000 +0100
+@@ -11,7 +11,7 @@
+ .SH "DESCRIPTION"
+ This function will return the time this Certificate was or will be expired.
+ 
+-Returns (time_t)-1 on error.
++Returns (time_t)\-1 on error.
+ .SH "REPORTING BUGS"
+ Report bugs to <bug-gnutls at gnu.org>.
+ .SH COPYRIGHT




More information about the Pkg-gnutls-commits mailing list