Changeset fabddfd in clfs-sysroot for patches/tar-1.22-man_page-1.patch
- Timestamp:
- Mar 15, 2009, 9:02:47 AM (16 years ago)
- Branches:
- master
- Children:
- f91445c
- Parents:
- 1547c6b
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/tar-1.22-man_page-1.patch
r1547c6b rfabddfd 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 2009-0 1-043 Initial Package Version: 1.2 12 Date: 2009-03-06 3 Initial Package Version: 1.22 4 4 Origin: Debian 5 5 Upstream Status: N/A … … 7 7 added as per numerous requests. 8 8 9 diff -Naur tar-1.2 1.orig/doc/Makefile.am tar-1.21/doc/Makefile.am10 --- tar-1.2 1.orig/doc/Makefile.am 2008-04-14 05:03:12.000000000 -070011 +++ tar-1.2 1/doc/Makefile.am 2009-01-04 21:40:09.000000000-08009 diff -Naur tar-1.22.orig/doc/Makefile.am tar-1.22/doc/Makefile.am 10 --- tar-1.22.orig/doc/Makefile.am 2008-04-14 05:03:12.000000000 -0700 11 +++ tar-1.22/doc/Makefile.am 2009-03-05 20:50:20.245637658 -0800 12 12 @@ -17,6 +17,8 @@ 13 13 ## along with this program; if not, write to the Free Software Foundation, … … 19 19 tar_TEXINFOS = \ 20 20 dumpdir.texi\ 21 diff -Naur tar-1.2 1.orig/doc/Makefile.in tar-1.21/doc/Makefile.in22 --- tar-1.2 1.orig/doc/Makefile.in 2008-12-26 14:41:47.000000000 -080023 +++ tar-1.2 1/doc/Makefile.in 2009-01-04 21:41:05.000000000-080024 @@ -14 3,13 +143,16 @@21 diff -Naur tar-1.22.orig/doc/Makefile.in tar-1.22/doc/Makefile.in 22 --- tar-1.22.orig/doc/Makefile.in 2009-03-04 23:05:25.000000000 -0800 23 +++ tar-1.22/doc/Makefile.in 2009-03-05 20:50:20.245637658 -0800 24 @@ -146,13 +146,16 @@ 25 25 MAKEINFOHTML = $(MAKEINFO) --html 26 26 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) … … 40 40 ACLOCAL = @ACLOCAL@ 41 41 ALLOCA = @ALLOCA@ 42 @@ - 592,6 +595,7 @@42 @@ -645,6 +648,7 @@ 43 43 target_alias = @target_alias@ 44 44 top_builddir = @top_builddir@ … … 48 48 tar_TEXINFOS = \ 49 49 dumpdir.texi\ 50 @@ -8 05,6 +809,51 @@50 @@ -858,6 +862,51 @@ 51 51 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 52 52 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ … … 100 100 TAGS: 101 101 102 @@ -8 43,9 +892,9 @@102 @@ -896,9 +945,9 @@ 103 103 dist-info 104 104 check-am: all-am … … 112 112 done 113 113 install: install-am 114 @@ - 892,7 +941,7 @@114 @@ -945,7 +994,7 @@ 115 115 116 116 info-am: $(INFO_DEPS) … … 121 121 install-dvi: install-dvi-am 122 122 123 @@ - 957,7 +1006,7 @@123 @@ -1010,7 +1059,7 @@ 124 124 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 125 125 done; \ … … 130 130 install-pdf: install-pdf-am 131 131 132 @@ -10 01,7 +1050,9 @@132 @@ -1054,7 +1103,9 @@ 133 133 ps-am: $(PSS) 134 134 … … 141 141 .MAKE: install-am install-strip 142 142 143 @@ -10 10,14 +1061,15 @@143 @@ -1063,14 +1114,15 @@ 144 144 html-am info info-am install install-am install-data \ 145 145 install-data-am install-dvi install-dvi-am install-exec \ … … 161 161 162 162 header.texi: $(top_srcdir)/src/tar.h 163 diff -Naur tar-1.2 1.orig/doc/tar.1 tar-1.21/doc/tar.1164 --- tar-1.2 1.orig/doc/tar.1 1969-12-31 16:00:00.000000000 -0800165 +++ tar-1.2 1/doc/tar.1 2009-01-04 21:30:00.000000000-0800166 @@ -0,0 +1, 394@@163 diff -Naur tar-1.22.orig/doc/tar.1 tar-1.22/doc/tar.1 164 --- tar-1.22.orig/doc/tar.1 1969-12-31 16:00:00.000000000 -0800 165 +++ tar-1.22/doc/tar.1 2009-03-05 20:52:59.235825673 -0800 166 @@ -0,0 +1,400 @@ 167 167 +.\" @(#)tar.1 1.11.1 93/19/22 PJV; 168 168 +.TH TAR 1 "29 Aug 2007" … … 330 330 +will work. 331 331 +.TP 332 +.B \-J, \-\-xz 333 +selects XZ compression algorithm 334 +.TP 332 335 +.B \-k, \-\-keep\-old\-files 333 336 +keep existing files; don't overwrite them from archive … … 335 338 +.B \-K, \-\-starting\-file F 336 339 +begin at file F in the archive 340 +.TP 341 +.B \-\-lzip 342 +selects Lzip compression algorithm 337 343 +.TP 338 344 +.B \-\-lzma
Note:
See TracChangeset
for help on using the changeset viewer.