summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Never replace the series file; just replace its contents. This isAndreas Gruenbacher2003-10-221-12/+12
| | | | necessary if the series file is a symlink.
* - `Quilt fork' should better fork the next patch instead of theAndreas Gruenbacher2003-10-213-38/+20
| | | | | topmost one. Also fix a bug in updating the series file when forking. The rename_in_db() function is no longer needed.
* - Add `quilt fork' command.v0.26Andreas Gruenbacher2003-10-215-13/+147
| | | | | - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.
* Also copy the patch file, or else `quilt diff' won't work.Andreas Gruenbacher2003-10-211-3/+3
|
* quilt setup: `-d' option did not always override the source directory ↵Andreas Gruenbacher2003-10-211-2/+5
| | | | specified in the series file.
* Add fork commandAndreas Gruenbacher2003-10-213-1/+158
|
* Do not install anything under /usr/share/doc/quilt-<version>/ since it's not ↵Martin Quinson2003-09-122-0/+8
| | | | the way it should be done under Debian
* new versionMartin Quinson2003-09-091-0/+9
|
* CosmeticsMartin Quinson2003-09-091-2/+1
|
* Fix LC_ALL to CMartin Quinson2003-09-091-2/+2
|
* Stupid bug fixMartin Quinson2003-09-091-1/+0
|
* Document my changesMartin Quinson2003-09-091-0/+9
|
* Fix LC_ALL to C while building the reference file to get it in english even ↵Martin Quinson2003-09-091-2/+2
| | | | on my box
* Bump version number to 0.25v0.25Martin Quinson2003-09-091-2/+2
|
* UpdateMartin Quinson2003-09-092-62/+89
|
* - Pipe rpmbuild output to /dev/null in spec2series (seems to beAndreas Gruenbacher2003-09-022-1/+7
| | | | necessary since rpm4).
* Fix typo.Andreas Gruenbacher2003-07-271-1/+1
|
* - Use %{find_lang} macro in spec file.Andreas Gruenbacher2003-07-272-5/+7
|
* - Pushing is only possible if the topmost file is found in theAndreas Gruenbacher2003-07-262-0/+14
| | | | series file. Fix from Tom Wang <wangdi@clusterfs.com>.
* No more story telling; bring (more) up to date.Andreas Gruenbacher2003-07-261-22/+34
|
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-266-29/+49
| | | | | instead of looking at the series file: The series file may have changed.
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-264-6/+25
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* - Update spec2series accordingly.Andreas Gruenbacher2003-07-233-3/+5
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-233-3/+13
|
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-192-20/+75
| | | | e.g., because the backups go to a ram disc, etc.
* Rewrite the package descriptionMartin Quinson2003-06-301-9/+10
|
* Add example of a ~/.quiltrc file (in fact, my current version).Andreas Gruenbacher2003-06-272-1/+4
|
* Add the makefile chunk IN /usr/include, do not name it /usr/include :)Martin Quinson2003-06-261-0/+1
|
* Add the consider-for-docs in the tarballsMartin Quinson2003-06-261-0/+1
|
* Add all tests in distMartin Quinson2003-06-261-2/+2
|
* DIRT += $(shell find -name '.#*') [generated by emacs when working on a CVS ↵Martin Quinson2003-06-261-0/+1
| | | | tree]
* Document last changeMartin Quinson2003-06-261-0/+1
|
* Makefile chunk to manage debian packages using quiltMartin Quinson2003-06-261-0/+13
|
* install debquilt.mkMartin Quinson2003-06-261-0/+1
|
* Document last changesMartin Quinson2003-06-261-1/+7
|
* Bump versionv0.24Martin Quinson2003-06-262-2/+8
|
* Use distclean and not only cleanMartin Quinson2003-06-261-1/+1
|
* Install bash_completion; doc goes to /usr/share/doc, not /usr/share/doc/packagesMartin Quinson2003-06-261-2/+8
|
* What is needed to have an inteligent completion in bash when using quiltMartin Quinson2003-06-261-0/+157
|
* Comment the last changesMartin Quinson2003-06-251-0/+7
|
* Fix typoMartin Quinson2003-06-251-2/+3
|
* Hard code the location of bash ; install the upstream changelog in packageMartin Quinson2003-06-251-2/+2
|
* Package a new version, called 0.23Martin Quinson2003-06-251-1/+8
|
* Expend the {} syntax in DIRT variable so that Makefile do what we expectMartin Quinson2003-06-251-1/+1
|
* updateMartin Quinson2003-06-253-35/+54
|
* make clean before dist; remove po/*.mo on cleanMartin Quinson2003-06-251-1/+3
|
* Preserve permissions of files added with `quilt add'.Andreas Gruenbacher2003-05-202-1/+6
|
* Do not add the whole /usr/share/locale directory to the RPMAndreas Gruenbacher2003-05-182-1/+8
| | | | | file list, but only the quilt message catalogs: Otherwise RPM complains when uninstalling.
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-161-1/+1
|
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-162-1/+13
| | | | | - Add ~/.quiltrc resource file (this file is sourced from the patchfsn file, which is used by all commands).