X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=apt-pld_man.patch;h=1c4ecdbbf7d3d1b77443585863962575ddedd2ed;hb=dff681ab295eafcd3f8bb66dbb71e588ddd22cb9;hp=ed47f30f4d8649ed2e9c674ea391588bab8b2f83;hpb=1ee287858bb8178bcc66f0b1a02f1006656710a7;p=packages%2Fapt.git diff --git a/apt-pld_man.patch b/apt-pld_man.patch index ed47f30..1c4ecdb 100644 --- a/apt-pld_man.patch +++ b/apt-pld_man.patch @@ -1,57 +1,3 @@ -diff -Nur apt-0.5.4cnc7.orig/doc/apt-get.8 apt-0.5.4cnc7/doc/apt-get.8 ---- apt-0.5.4cnc7.orig/doc/apt-get.8 Tue Jul 23 19:54:52 2002 -+++ apt-0.5.4cnc7/doc/apt-get.8 Tue Dec 10 16:08:46 2002 -@@ -384,7 +384,7 @@ - .SH "SEE ALSO" - .PP - \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), --The APT users guide in /usr/share/doc/apt/, \fBapt_preferences\fR(5). -+The APT users guide in /usr/share/doc/apt*/, \fBapt_preferences\fR(5). - .SH "DIAGNOSTICS" - .PP - \fBapt-get\fR returns zero on normal operation, decimal 100 on error. -diff -Nur apt-0.5.4cnc7.orig/doc/apt.conf.5 apt-0.5.4cnc7/doc/apt.conf.5 ---- apt-0.5.4cnc7.orig/doc/apt.conf.5 Tue Jul 23 19:54:52 2002 -+++ apt-0.5.4cnc7/doc/apt.conf.5 Tue Dec 10 16:16:50 2002 -@@ -58,7 +58,7 @@ - .fi - .PP - In general the sample configuration file in --\fI/usr/share/doc/apt//examples/apt.conf\fR \fI/usr/share/doc/apt/examples/configure-index.gz\fR -+\fI/usr/share/doc/apt*/examples/apt.conf\fR \fI/usr/share/doc/apt*/examples/configure-index.gz\fR - is a good guide for how it should look. - .PP - Two specials are allowed, #include and #clear. -@@ -178,7 +178,7 @@ - proxy you will have to set the ftp::ProxyLogin script in the - configuration file. This entry specifies the commands to send to tell - the proxy server what to connect to. Please see --\fI/usr/share/doc/apt/examples/configure-index.gz\fR for an example of -+\fI/usr/share/doc/apt*/examples/configure-index.gz\fR for an example of - how to do this. The subsitution variables available are - $(PROXY_USER), $(PROXY_PASS), $(SITE_USER), - $(SITE_PASS), $(SITE), and $(SITE_PORT). -@@ -329,7 +329,7 @@ - disable the inclusion of statfs data in CDROM IDs. - .SH "EXAMPLES" - .PP --\fI/usr/share/doc/apt/examples/configure-index.gz\fR contains a -+\fI/usr/share/doc/apt*/examples/configure-index.gz\fR contains a - sample configuration file showing the default values for all possible - options. - .SH "FILES" -diff -Nur apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml apt-0.5.4cnc7/doc/apt.conf.5.sgml ---- apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml Thu Jul 25 20:07:18 2002 -+++ apt-0.5.4cnc7/doc/apt.conf.5.sgml Tue Dec 10 16:19:21 2002 -@@ -59,7 +59,7 @@ - - - In general the sample configuration file in -- &docdir;/examples/apt.conf &configureindex; -+ &docdir;examples/apt.conf &configureindex; - is a good guide for how it should look. - - Two specials are allowed, - + - + &docdir;examples/configure-index.gz"> /etc/apt.conf"> -diff -Nur apt-0.5.4cnc7.orig/doc/makefile apt-0.5.4cnc7/doc/makefile ---- apt-0.5.4cnc7.orig/doc/makefile Tue Jul 23 19:54:52 2002 -+++ apt-0.5.4cnc7/doc/makefile Tue Dec 10 16:20:41 2002 -@@ -1,6 +1,6 @@ - # -*- make -*- - BASE=.. --SUBDIR=doc -+SUBDIR=doc doc/pl - - # Bring in the default rules - include ../buildlib/defaults.mak -@@ -13,7 +13,8 @@ - # Man pages - SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ - apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ -- apt-extracttemplates.1 vendors.list.5 -+ apt-extracttemplates.1 vendors.list.5 \ -+ pl/apt-cache.8 pl/apt-get.8 pl/apt-cdrom.8 - INCLUDES = apt.ent - include $(SGML_MANPAGE_H)