]> git.pld-linux.org Git - packages/apt.git/blame - apt-pld_man.patch
- updated for 0.5.4cnc7
[packages/apt.git] / apt-pld_man.patch
CommitLineData
1ee28785
JB
1diff -Nur apt-0.5.4cnc7.orig/doc/apt-get.8 apt-0.5.4cnc7/doc/apt-get.8
2--- apt-0.5.4cnc7.orig/doc/apt-get.8 Tue Jul 23 19:54:52 2002
3+++ apt-0.5.4cnc7/doc/apt-get.8 Tue Dec 10 16:08:46 2002
4@@ -384,7 +384,7 @@
5 .SH "SEE ALSO"
6 .PP
7 \fBapt-cache\fR(8), \fBapt-cdrom\fR(8), \fBdpkg\fR(8), \fBdselect\fR(8), \fB\fIsources.list\fB\fR(5), \fB\fIapt.conf\fB\fR(5),
8-The APT users guide in /usr/share/doc/apt/, \fBapt_preferences\fR(5).
9+The APT users guide in /usr/share/doc/apt*/, \fBapt_preferences\fR(5).
10 .SH "DIAGNOSTICS"
11 .PP
12 \fBapt-get\fR returns zero on normal operation, decimal 100 on error.
13diff -Nur apt-0.5.4cnc7.orig/doc/apt.conf.5 apt-0.5.4cnc7/doc/apt.conf.5
14--- apt-0.5.4cnc7.orig/doc/apt.conf.5 Tue Jul 23 19:54:52 2002
15+++ apt-0.5.4cnc7/doc/apt.conf.5 Tue Dec 10 16:16:50 2002
16@@ -58,7 +58,7 @@
17 .fi
18 .PP
19 In general the sample configuration file in
20-\fI/usr/share/doc/apt//examples/apt.conf\fR \fI/usr/share/doc/apt/examples/configure-index.gz\fR
21+\fI/usr/share/doc/apt*/examples/apt.conf\fR \fI/usr/share/doc/apt*/examples/configure-index.gz\fR
720e2cbe 22 is a good guide for how it should look.
1ee28785
JB
23 .PP
24 Two specials are allowed, #include and #clear.
25@@ -178,7 +178,7 @@
26 proxy you will have to set the ftp::ProxyLogin script in the
27 configuration file. This entry specifies the commands to send to tell
28 the proxy server what to connect to. Please see
29-\fI/usr/share/doc/apt/examples/configure-index.gz\fR for an example of
30+\fI/usr/share/doc/apt*/examples/configure-index.gz\fR for an example of
31 how to do this. The subsitution variables available are
32 $(PROXY_USER), $(PROXY_PASS), $(SITE_USER),
33 $(SITE_PASS), $(SITE), and $(SITE_PORT).
34@@ -329,7 +329,7 @@
35 disable the inclusion of statfs data in CDROM IDs.
36 .SH "EXAMPLES"
37 .PP
38-\fI/usr/share/doc/apt/examples/configure-index.gz\fR contains a
39+\fI/usr/share/doc/apt*/examples/configure-index.gz\fR contains a
40 sample configuration file showing the default values for all possible
41 options.
42 .SH "FILES"
43diff -Nur apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml apt-0.5.4cnc7/doc/apt.conf.5.sgml
44--- apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml Thu Jul 25 20:07:18 2002
45+++ apt-0.5.4cnc7/doc/apt.conf.5.sgml Tue Dec 10 16:19:21 2002
46@@ -59,7 +59,7 @@
47 </programlisting></informalexample>
48 <para>
49 In general the sample configuration file in
50- <filename>&docdir;/examples/apt.conf</> &configureindex;
51+ <filename>&docdir;examples/apt.conf</> &configureindex;
52 is a good guide for how it should look.
53 <para>
54 Two specials are allowed, <literal/#include/ and <literal/#clear/.
55diff -Nur apt-0.5.4cnc7.orig/doc/apt.ent apt-0.5.4cnc7/doc/apt.ent
56--- apt-0.5.4cnc7.orig/doc/apt.ent Thu Jul 25 20:07:18 2002
57+++ apt-0.5.4cnc7/doc/apt.ent Tue Dec 10 16:09:18 2002
58@@ -1,7 +1,7 @@
59 <!-- -*- mode: sgml; mode: fold -*- -->
720e2cbe 60
1ee28785
JB
61 <!-- Some common paths.. -->
62-<!ENTITY docdir "/usr/share/doc/apt/">
63+<!ENTITY docdir "/usr/share/doc/apt*/">
64 <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</>">
65 <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
66 <!ENTITY statedir "/var/lib/apt">
67diff -Nur apt-0.5.4cnc7.orig/doc/fr/apt.ent.fr apt-0.5.4cnc7/doc/fr/apt.ent.fr
68--- apt-0.5.4cnc7.orig/doc/fr/apt.ent.fr Tue Jul 23 19:54:52 2002
69+++ apt-0.5.4cnc7/doc/fr/apt.ent.fr Tue Dec 10 16:21:02 2002
70@@ -1,7 +1,7 @@
71 <!-- -*- mode: sgml; mode: fold -*- -->
72 <!-- translation of version 1.7 -->
73 <!-- Some common paths.. -->
74-<!ENTITY docdir "/usr/share/doc/apt/">
75+<!ENTITY docdir "/usr/share/doc/apt*/">
76 <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</>">
77 <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
78 <!ENTITY statedir "/var/lib/apt">
79diff -Nur apt-0.5.4cnc7.orig/doc/makefile apt-0.5.4cnc7/doc/makefile
80--- apt-0.5.4cnc7.orig/doc/makefile Tue Jul 23 19:54:52 2002
81+++ apt-0.5.4cnc7/doc/makefile Tue Dec 10 16:20:41 2002
720e2cbe 82@@ -1,6 +1,6 @@
83 # -*- make -*-
84 BASE=..
1ee28785
JB
85-SUBDIR=doc
86+SUBDIR=doc doc/pl
720e2cbe 87
88 # Bring in the default rules
89 include ../buildlib/defaults.mak
1ee28785 90@@ -13,7 +13,8 @@
720e2cbe 91 # Man pages
1ee28785
JB
92 SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \
93 apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \
94- apt-extracttemplates.1 vendors.list.5
95+ apt-extracttemplates.1 vendors.list.5 \
96+ pl/apt-cache.8 pl/apt-get.8 pl/apt-cdrom.8
97 INCLUDES = apt.ent
98 include $(SGML_MANPAGE_H)
99
This page took 0.041194 seconds and 4 git commands to generate.