summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* Make backup-files a shell scriptMartin Quinson2012-02-011-0/+6
| | | | | | | | Make backup-files a shell script instead of a binary, so we can make quilt arch: all [Steve Langasek, thanks so much] (Closes: Debian #363659) Signed-off-by: Jean Delvare <jdelvare@suse.de>
* Add a dedicated test case for backup-filesJean Delvare2012-02-011-0/+5
| | | | Signed-off-by: Jean Delvare <jdelvare@suse.de>
* import: Fix import of patches from a subdirectory (bug #35244)Jean Delvare2012-01-311-0/+6
|
* Set version to 0.51.v0.51Jean Delvare2012-01-281-0/+5
|
* Remove parse-patch which is no longer usedJean Delvare2012-01-281-0/+10
| | | | | | | | Based on a preliminary patch by Yasushi SHOJI. None of quilt code uses parse-patch anymore. The last one, it seems, was contrib/import.diff, which was removed at 2f9728a9. So, just remove it.
* inspect: Complain if wrapper script can't be executedJean Delvare2012-01-231-0/+1
| | | | | | | There is no guarantee that the wrapper script can be executed. For example users can mount their temporary directories with noexec for security reasons. Instead of failing with no explanation, complain when this situation is detected.
* inspect: Leave stderr free for actual error reportingJean Delvare2012-01-231-5/+5
|
* oops, forgot to document my lastest change, sorry for the noiseMartin Quinson2012-01-231-0/+6
|
* Store the quilt command reference once generatedJean Delvare2012-01-101-0/+8
| | | | This avoids generating it twice, once for README and once for quilt.1.
* Silent the generation of the quilt manual page, for consistencyJean Delvare2012-01-101-0/+2
|
* No need to delete doc/quilt.1 twice on "make clean"Jean Delvare2012-01-101-0/+8
|
* ensure that bash is used as a shell, even if it's not the default oneMartin Quinson2012-01-091-0/+10
|
* document lastest changesMartin Quinson2012-01-021-0/+9
|
* Makefile.in: Really skip setting execute bit on scripts/patchfnsJean Delvare2011-12-161-0/+5
|
* configure*, Makefile.in: Use the standard docdir definitionJean Delvare2011-12-161-0/+6
| | | | | That way, it can be easily changed from the command line, which was not the case before.
* Don't let TMPDIR take over /var/tmpJean Delvare2011-12-151-0/+5
| | | | | | | | | | | | | | | | | TMPDIR is set to /tmp by default on some systems [1], in this case letting it take over /var/tmp voids the point of using /var/tmp for data size reasons in the first place [2]. I'd rather hardcode /var/tmp. But in case someone really wants to control this, we can check if VARTMPDIR is set and use that if it is set. [1] I tried to track down how it was happening and I am far from certain that this is on purpose. I've seen it happen only on local graphical login, not on text console login nor remote login. This suggests a leak from some piece of the graphical desktop stack. And I've seen it on both KDE and Gnome, but not Xfce. Go figure. [2] This is the reason given in commit d4074d26276b9a2d452563dbf57ed497afa7b710 for using /var/tmp.
* inspect: File name "-" means "read from stdin" for tarJean Delvare2011-12-151-0/+6
|
* inspect: Consistently use ${TMPDIR:-...} when testing if TMPDIR is setJean Delvare2011-12-081-0/+6
|
* configure*: Honor $TMPDIR if setJean Delvare2011-12-081-0/+5
|
* Man page: substitute documentation directory name in path to PDF documentationJean Delvare2011-12-061-0/+6
|
* Set version to 0.50.v0.50Jean Delvare2011-12-051-0/+5
|
* Translation updates.Jean Delvare2011-12-051-0/+7
|
* scripts/inspect.in: Fix decompression of tar archives.Jean Delvare2011-11-141-0/+5
|
* inspect: Old versions of file don't know about xz-compressed files, so ↵Jean Delvare2011-11-101-0/+6
| | | | recognize them by their filename too
* inspect: Newer file changed the output for xz compressed data so adapt to it.Philipp Thomas2011-11-101-0/+6
|
* quilt/inspect.in: Quote strings to avoid flood of shell syntax errors during ↵Olaf Hering2011-10-061-0/+6
| | | | quilt setup -v *.spec
* document my last changeMartin Quinson2011-09-251-0/+6
|
* New test case for patches attempting to modify files which do not exist.Jean Delvare2011-04-041-0/+6
|
* configure.ac: Fix test for GNU patch versionJean Delvare2011-03-251-0/+5
| | | | | | | | | | | | | We currently ask for GNU patch >= 2.4, but the test suite doesn't actually pass with GNU patch 2.4. It passes with GNU patch 2.5 with minor edits to be more tolerant to the exact output of "patch". I have no idea how much work it would be to get 2.4 to be supported again, but it doesn't seem unreasonable to ask for 2.5 which was released in August 1997. So let's just do that for now. If anyone badly misses support for GNU patch 2.4, well, we accept patches ;) Signed-off-by: Jean Delvare <jdelvare@suse.de>
* diff, refresh: Accept file names with spacesJean Delvare2011-03-251-0/+5
| | | | | | | | | | This is a continuation of Yasushi SHOJI's initial work of fixing support for file names with spaces. This time I fixed support in the diff and refresh commands, two commands which are frequently used. As before, no guarantee is made that all options are covered, but this should be a good starting point. Signed-off-by: Jean Delvare <jdelvare@suse.de>
* test/run: Enforce single variable substitution methodJean Delvare2011-03-181-0/+7
| | | | | There is no need to have two ways to access environment variables from test cases, one is enough.
* Fix i18n of quilt/scripts/patchfnsJean Delvare2011-03-181-0/+6
| | | | (Broken by previous commit, sorry.)
* Drop #! statement from patchfnsJean Delvare2011-03-161-0/+6
| | | | | | patchfns is meant to be sourced from other scripts, rather than executed on its own. As a matter of fact, it's not even executable. So we don't need #! stament at the beginning of this file.
* quilt diff: Check for snapshot presence before using itJean Delvare2011-03-161-0/+6
| | | | | If diffing against snapshot, ensure that snapshot is actually present. If not, bail out with an error message.
* compat/getopt.in: Add support of options with optional parametersJean Delvare2011-03-151-0/+7
| | | | | Both short and long options are supported. This is required to pass the test suite, if nothing else.
* compat/getopt.in: Fix quoting and spacingJean Delvare2011-03-151-0/+7
| | | | | | This way the output matches exactly the output of getopt from util-linux, and spaces and other special characters in filenames are properly supported.
* quilt/grep.in: Explicitly set the root to "." if the user didn't provide oneJean Delvare2011-03-121-0/+7
| | | | | Not all implementations of find default to the current directory as the search root. In particular the "find" from FreeBSD doesn't.
* quilt.spec.in: BUILD_ROOT is only needed at installation time, not at build ↵Jean Delvare2011-03-091-0/+6
| | | | time.
* Let the test suite cover "quilt grep".Jean Delvare2011-03-071-0/+6
|
* quilt/pop.in: Add missing local variable declaration.Jean Delvare2011-03-051-0/+5
|
* compat/mktemp.in: Properly support white space in file names.Jean Delvare2011-03-021-0/+5
|
* quilt mail: Fix a temporary directory leak.Jean Delvare2011-02-061-0/+5
|
* Don't build quilt.spec by default, it's only needed for packaging purposes.Jean Delvare2011-02-061-0/+6
|
* - quilt.spec.in: List findutils as a requirement (for find andJean Delvare2011-02-061-0/+7
| | | | | xargs.) - configure.ac: Check for the presence of xargs.
* Update Japanese translation.Jean Delvare2011-02-061-0/+5
|
* Update French translation.Jean Delvare2011-02-011-0/+5
|
* test/nolink.test: Add missing check, to make sure we won't miss a bug.Jean Delvare2011-01-281-0/+6
|
* Add bash completion for revert command.Jean Delvare2010-11-021-0/+5
|
* Update changelog.Jean Delvare2010-06-281-0/+6
|
* Update the remaining outdated links to Andrew Morton's stuffJean Delvare2010-06-231-0/+6
|