]>
git.gag.com Git - debian/tar/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bdale Garbee [Wed, 22 Sep 2010 06:33:49 +0000 (00:33 -0600)]
patch from upstream to fix mixed file mode representation problem in rmt
Bdale Garbee [Tue, 7 Sep 2010 17:38:04 +0000 (11:38 -0600)]
changelog update
Bdale Garbee [Tue, 20 Jul 2010 18:10:15 +0000 (12:10 -0600)]
incorporate patch from Michael Banck fixing loop on symlink extraction with -k
Bdale Garbee [Tue, 15 Jun 2010 15:32:51 +0000 (09:32 -0600)]
add xz-utils back to the Suggests list
Bdale Garbee [Mon, 14 Jun 2010 17:56:01 +0000 (11:56 -0600)]
make lintian happy
Bdale Garbee [Mon, 14 Jun 2010 17:06:10 +0000 (11:06 -0600)]
prepare to upload
Bdale Garbee [Sun, 23 May 2010 15:25:06 +0000 (09:25 -0600)]
kill two birds with one stone
Bdale Garbee [Sun, 23 May 2010 11:27:14 +0000 (05:27 -0600)]
no point suggesting something that's required
Bdale Garbee [Sun, 23 May 2010 11:25:06 +0000 (05:25 -0600)]
use xz when lzma is called for
Bdale Garbee [Mon, 15 Mar 2010 21:31:48 +0000 (15:31 -0600)]
move gbp.conf into debian/
Bdale Garbee [Wed, 10 Mar 2010 16:52:02 +0000 (09:52 -0700)]
Merge branch 'dfsg-orig' into dfsg-debian
Conflicts:
build-aux/config.guess
build-aux/config.sub
src/list.c
tests/testsuite
Bdale Garbee [Wed, 10 Mar 2010 16:34:07 +0000 (09:34 -0700)]
Merge branch 'upstream' into dfsg-orig
Conflicts:
doc/Makefile.am
doc/Makefile.in
doc/genfile.texi
doc/getdate.texi
doc/snapshot.texi
doc/sparse.texi
doc/stamp-vti
doc/tar-snapshot-edit.texi
doc/tar.info
doc/tar.info-1
doc/tar.info-2
doc/tar.texi
doc/version.texi
Bdale Garbee [Wed, 10 Mar 2010 16:33:01 +0000 (09:33 -0700)]
Imported Upstream version 1.23
Bdale Garbee [Tue, 26 Jan 2010 22:21:46 +0000 (15:21 -0700)]
suggest lzma and xz
Bdale Garbee [Tue, 4 Aug 2009 19:43:24 +0000 (13:43 -0600)]
prepare to upload
Bdale Garbee [Tue, 4 Aug 2009 19:33:11 +0000 (13:33 -0600)]
Merge commit 'cworth/master' into dfsg-debian
Carl Worth [Tue, 4 Aug 2009 19:22:35 +0000 (12:22 -0700)]
debian/changelog: Fix missing colons on 'closes' clauses
Thanks to lintian for keeping my syntax clean and functional.
Carl Worth [Tue, 4 Aug 2009 19:20:05 +0000 (12:20 -0700)]
Drop undefined B macro from tar man page, (fixes lintian warning)
This undefined macro was causing misformatting of the first line
of the man page:
The first argument to should be...
rather than:
The first argument to tar should be...
Presumably just dropping it misses out on some intending formatting,
(emboldening of the word tar perhaps?), but this is at least better
than the word being missing.
Carl Worth [Tue, 4 Aug 2009 19:07:44 +0000 (12:07 -0700)]
Respect DEB_BUILD_OPTIONS=nocheck to conform with Debian Policy 3.8.2
This was the only change necessary to bring conformance up from 3.8.0,
and now lintian should be happier.
Bdale Garbee [Tue, 4 Aug 2009 18:25:18 +0000 (12:25 -0600)]
use a maintainer version number
Bdale Garbee [Tue, 4 Aug 2009 18:15:20 +0000 (12:15 -0600)]
Merge commit 'cworth/master' into dfsg-debian
Conflicts:
debian/changelog
debian/control
Carl Worth [Tue, 4 Aug 2009 18:09:58 +0000 (11:09 -0700)]
debian/changelog: Restore changelog entry for bug #18663
This was inadvertently lost after reverting my change and applying
upstream's instead.
Sergey Poznyakoff [Thu, 30 Jul 2009 20:48:04 +0000 (23:48 +0300)]
Fix hard links recognition with -c --remove-files
* src/create.c (dump_hard_link): Always look up in the link table
if remove_files_option is set. Patch suggested by Theodore Ts'o
<tytso@mit.edu>.
(check_links): Remove extra newline from the warning message.
* tests/link02.at, tests/link03.at: New testcases.
* tests/Makefile.am (TESTSUITE_AT): Add link02.at and link03.at
* tests/testsuite.at: Include link02.at and link03.at
Carl Worth [Tue, 4 Aug 2009 17:29:49 +0000 (10:29 -0700)]
Revert "Preserve hard links with --remove-files"
This reverts commit
f1ed85d46043c523cd5b8196c1d266f3606a2531 .
The idea behind these patches was just fine, but upstream just
accepted a slightly modified version, so I'm reverting mine in
favor of that from upstream.
Carl Worth [Tue, 4 Aug 2009 17:29:38 +0000 (10:29 -0700)]
Revert "Add hardlinks test (to ensure they are preserved with --remove-files)"
This reverts commit
a75570c728ed2c3f65fb075491a07a9b4ade407f .
Bdale Garbee [Tue, 4 Aug 2009 14:29:57 +0000 (09:29 -0500)]
add Carl Worth as an authorized uploader for tar
Carl Worth [Thu, 30 Jul 2009 04:26:23 +0000 (21:26 -0700)]
Add hardlinks test (to ensure they are preserved with --remove-files)
The new hardlinks.at test case verifies the fix in the previous
commit, (without that change the test fails, and with the change
the test passes).
Carl Worth [Thu, 30 Jul 2009 03:45:58 +0000 (20:45 -0700)]
Preserve hard links with --remove-files
When the --remove-files option is in effect, it is no longer
reliable to use a file's link count to determine if we should
use the hash table for hard links. Instead, we look into the
hash table for every file when under the influence of the
--remove-files option.
Carl Worth [Wed, 29 Jul 2009 23:10:01 +0000 (16:10 -0700)]
Don't close file stream before EOF, closes #525818
To fix bug #235820 src/list.c was modified to avoid printing
a confusing warning message about a lone zero block. However,
the change also caused the input stream to be closed before
reading EOF which could cause a SIGPIPE to be sent to the
writing process.
In this change, the previous fix is made more narrow to exclude
only the printing of the warning message, but without the side
effect that was causing the SIGPIPE.
Carl Worth [Wed, 29 Jul 2009 21:21:50 +0000 (14:21 -0700)]
Fix to allow parallel build (-j2), closes #535319
We have to strictly serialize building after configuring, (by
making build-stamp depend on configure-stamp).
Carl Worth [Wed, 29 Jul 2009 20:42:35 +0000 (13:42 -0700)]
Remove config.sub, config.guess, and testsuite files.
These are automatically created as part of the build process so
should not be tracked as part of revision control.
Carl Worth [Wed, 29 Jul 2009 19:59:58 +0000 (12:59 -0700)]
Add .gitignore files for generated files.
There's the usual .o files, libraries, binaries, and build-system
stuff here, but also some generated .h files.
Carl Worth [Wed, 29 Jul 2009 19:33:26 +0000 (12:33 -0700)]
Add Carl Worth as an uploader.
Bdale Garbee [Wed, 1 Jul 2009 18:48:17 +0000 (15:48 -0300)]
incorporate changelog entry from NMU
Bdale Garbee [Wed, 1 Jul 2009 18:46:59 +0000 (15:46 -0300)]
Merge branch 'dfsg-orig' into dfsg-debian
Bdale Garbee [Wed, 1 Jul 2009 18:46:39 +0000 (15:46 -0300)]
Merge branch 'upstream' into dfsg-orig
Bdale Garbee [Wed, 1 Jul 2009 18:45:35 +0000 (15:45 -0300)]
patch from upstream to restore SIGPIPE default action
Bdale Garbee [Thu, 18 Jun 2009 21:02:02 +0000 (15:02 -0600)]
remaining changes missed in reconstruction
Bdale Garbee [Thu, 18 Jun 2009 21:00:56 +0000 (15:00 -0600)]
oops, forgot to merge this back in during repo reconstruction
Bdale Garbee [Thu, 18 Jun 2009 20:38:14 +0000 (14:38 -0600)]
merge
Bdale Garbee [Thu, 18 Jun 2009 20:36:56 +0000 (14:36 -0600)]
Merge branch 'dfsg-orig' into dfsg-debian
Bdale Garbee [Thu, 18 Jun 2009 20:36:43 +0000 (14:36 -0600)]
Merge branch 'upstream' into dfsg-orig
Conflicts:
doc/Makefile.in
doc/getdate.texi
doc/stamp-vti
doc/tar.info
doc/tar.info-1
doc/tar.info-2
doc/tar.texi
doc/version.texi
Bdale Garbee [Thu, 18 Jun 2009 20:35:31 +0000 (14:35 -0600)]
Imported Upstream version 1.22
Bdale Garbee [Wed, 25 Feb 2009 06:55:48 +0000 (23:55 -0700)]
fix merge errors, update man page to include new and changed commands
Bdale Garbee [Wed, 25 Feb 2009 06:16:30 +0000 (23:16 -0700)]
update changelog
Bdale Garbee [Wed, 25 Feb 2009 06:14:55 +0000 (23:14 -0700)]
Merge branch 'dfsg-orig' into dfsg-debian
Conflicts:
cleanup-script.sh
tests/incremental.at
Bdale Garbee [Wed, 25 Feb 2009 06:12:02 +0000 (23:12 -0700)]
Merge branch 'upstream' into dfsg-orig, improve cleanup-script.sh
Conflicts:
doc/Makefile.in
doc/getdate.texi
doc/stamp-vti
doc/tar.info
doc/tar.info-1
doc/tar.info-2
doc/tar.texi
doc/version.texi
Bdale Garbee [Wed, 25 Feb 2009 06:05:42 +0000 (23:05 -0700)]
Imported Upstream version 1.21
Bdale Garbee [Wed, 25 Feb 2009 05:37:17 +0000 (22:37 -0700)]
update to current standards version
Bdale Garbee [Wed, 25 Feb 2009 05:27:41 +0000 (22:27 -0700)]
duplicate changes from updating cleanup script in dfsg-orig branch
Bdale Garbee [Wed, 25 Feb 2009 05:26:45 +0000 (22:26 -0700)]
improve cleanup script... we need the Makefile fragments in doc/
Bdale Garbee [Wed, 25 Feb 2009 05:25:41 +0000 (22:25 -0700)]
improve the cleanup script to actually have a chance of working
Bdale Garbee [Wed, 25 Feb 2009 05:16:36 +0000 (22:16 -0700)]
change the way config.{sub,guess} are updated to work better with git
Bdale Garbee [Wed, 25 Feb 2009 05:13:15 +0000 (22:13 -0700)]
oops, didn't really want cruft file there!
Bdale Garbee [Wed, 25 Feb 2009 05:09:06 +0000 (22:09 -0700)]
create config file for git-buildpackage
Bdale Garbee [Wed, 25 Feb 2009 05:05:37 +0000 (22:05 -0700)]
fold in previous work on tar 1.20
Bdale Garbee [Wed, 25 Feb 2009 04:57:41 +0000 (21:57 -0700)]
strip docs under GFDL which are not DFSG-compliant
Bdale Garbee [Wed, 25 Feb 2009 04:50:59 +0000 (21:50 -0700)]
Imported Upstream version 1.20