]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-debian-info.patch
- make sure that zlib is never used
[packages/cvs.git] / cvs-debian-info.patch
CommitLineData
76652ff6
AM
1--- cvs-1.12.13.orig/debian/patches/97_cvs.info.typo
2+++ cvs-1.12.13/debian/patches/97_cvs.info.typo
3@@ -0,0 +1,58 @@
4+# Minor documentation changes
5+#
6+# Patch by Steve McIntyre <steve@einval.com> and Britton Leo Kerin <fsblk@aurora.uaf.edu>
7+diff -ruN cvs-1.12.13-old/doc/cvsclient.texi cvs-1.12.13/doc/cvsclient.texi
8+--- cvs-1.12.13-old/doc/cvsclient.texi 2005-07-20 18:39:59.000000000 +0800
9++++ cvs-1.12.13/doc/cvsclient.texi 2006-02-26 22:39:20.000000000 +0800
10+@@ -3,9 +3,10 @@
11+ @setfilename cvsclient.info
12+ @include version-client.texi
13+
14+-@dircategory Programming
15++@dircategory Development
16+ @direntry
17+-* cvsclient: (cvsclient). The CVS client/server protocol.
18++* CVS client/server: (cvsclient). Describes the client/server protocol
19++ used by CVS.
20+ @end direntry
21+
22+ @node Top
23+diff -ruN cvs-1.12.13-old/doc/cvs.texinfo cvs-1.12.13/doc/cvs.texinfo
24+--- cvs-1.12.13-old/doc/cvs.texinfo 2006-02-26 22:39:19.000000000 +0800
25++++ cvs-1.12.13/doc/cvs.texinfo 2006-02-26 22:39:20.000000000 +0800
26+@@ -97,7 +97,7 @@
27+ @end macro
28+ @end ifhtml
29+
30+-@dircategory GNU Packages
31++@dircategory Development
32+ @direntry
33+ * CVS: (cvs). Concurrent Versions System
34+ @end direntry
35+@@ -2385,13 +2385,16 @@
36+ There are two access methods that you use in @code{CVSROOT}
37+ for rsh. @code{:server:} specifies an internal rsh
38+ client, which is supported only by some @sc{cvs} ports.
39++This is not supported on most Unix-style systems,
40++including Debian.
41+ @code{:ext:} specifies an external rsh program. By
42+ default this is @code{rsh} (unless otherwise specified
43+ by the @file{--with-rsh} flag to configure) but you may set the
44+ @code{CVS_RSH} environment variable to invoke another
45+ program which can access the remote server (for
46+ example, @code{remsh} on HP-UX 9 because @code{rsh} is
47+-something different). It must be a program which can
48++something different, or @code{ssh} to allow the use of
49++secure and/or compressed connections). It must be a program which can
50+ transmit data to and from the server without modifying
51+ it; for example the Windows NT @code{rsh} is not
52+ suitable since it by default translates between CRLF
53+@@ -12711,7 +12714,7 @@
54+ @item @var{mname} [ options ] @var{dir} [ @var{files}@dots{} ]
55+ In the simplest case, this form of module definition
56+ reduces to @samp{@var{mname} @var{dir}}. This defines
57+-all the files in directory @var{dir} as module mname.
58++all the files in directory @var{dir} as module @var{mname}.
59+ @var{dir} is a relative path (from @code{$CVSROOT}) to a
60+ directory of source in the source repository. In this
61+ case, on checkout, a single directory called
This page took 0.040487 seconds and 4 git commands to generate.