summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - Pipe rpmbuild output to /dev/null in spec2series (seems to beAndreas Gruenbacher2003-09-021-0/+6
| | | | necessary since rpm4).
* - Use %{find_lang} macro in spec file.Andreas Gruenbacher2003-07-271-0/+5
|
* - Pushing is only possible if the topmost file is found in theAndreas Gruenbacher2003-07-261-0/+6
| | | | series file. Fix from Tom Wang <wangdi@clusterfs.com>.
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-261-0/+7
| | | | | instead of looking at the series file: The series file may have changed.
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-261-0/+9
| | | | | | | 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-231-0/+1
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-231-0/+5
|
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-191-2/+9
| | | | e.g., because the backups go to a ram disc, etc.
* Document last changesMartin Quinson2003-06-261-1/+7
|
* Comment the last changesMartin Quinson2003-06-251-0/+7
|
* Preserve permissions of files added with `quilt add'.Andreas Gruenbacher2003-05-201-0/+5
|
* Do not add the whole /usr/share/locale directory to the RPMAndreas Gruenbacher2003-05-181-0/+7
| | | | | 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-0/+7
| | | | | - Add ~/.quiltrc resource file (this file is sourced from the patchfsn file, which is used by all commands).
* Convert all times to CET/CEST timezone -- our scripts don't understandAndreas Gruenbacher2003-04-111-15/+15
| | | | other timezones :-(
* - Apply patches with `patch -f' by default. Add --interactiveAndreas Gruenbacher2003-04-111-0/+7
| | | | | option top `quilt push' to allow applying patches without `patch -f'.
* - Remove awk hacks in Makefile.in with shell loop and sed hack:Andreas Gruenbacher2003-04-091-0/+6
| | | | The awk hack(s) didn't work for Martin Quinson.
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-0/+8
| | | | | | was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.
* The change from Mar 24 caused empty lines to be removed inAndreas Gruenbacher2003-04-091-0/+6
| | | | patch descriptions.
* `head -1' and `tail -1' is non-standard and deprecated, andAndreas Gruenbacher2003-04-071-0/+6
| | | | does not work with coreutils-5.0 any longer.
* Improve error checking of `quilt diff'Andreas Gruenbacher2003-04-051-0/+5
|
* Fix patch_description functionAndreas Gruenbacher2003-03-241-0/+8
|
* Update test script to reflect recent patch format changes.Andreas Gruenbacher2003-03-231-0/+5
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-221-0/+7
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Bump version number to 0.23 (CVS tag VER_0_23)v0.23Andreas Gruenbacher2003-03-211-0/+5
|
* Remove quilt guidiffAndreas Gruenbacher2003-02-141-0/+1
|
* A little more I18N and messages stuffAndreas Gruenbacher2003-02-141-0/+5
|
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-0/+6
|
* Merge James Rowe's quilt-help.diff patch that fixes several help messages.Andreas Gruenbacher2003-02-081-0/+6
|
* refresh: create sub-directories automaticallyAndreas Gruenbacher2003-02-061-0/+6
|
* *** empty log message ***Andreas Gruenbacher2003-02-051-1/+1
|
* Fix minor bugs and add -r option in quilt diffAndreas Gruenbacher2003-02-051-0/+10
|
* Add quilt diff --diff=... option (for tkdiff, etc.)Andreas Gruenbacher2003-02-021-0/+5
|
* Fix spurious "Index:" lines bugAndreas Gruenbacher2003-02-021-0/+6
|
* Some minor cleanupsAndreas Gruenbacher2003-02-021-3/+3
|
* Add some messages in configure.ac.Andreas Gruenbacher2003-02-011-0/+5
| | | | | | | Make distclean removes autoconf garbage. The configure script is no source file. Add rule to create it when necessary. Invoke configure in the RPM spec file. Merge James Rowe's guidiff.
* Integrate James Rowe's Autoconf setup (with a comple of additional ↵Andreas Gruenbacher2003-02-011-0/+6
| | | | changes/fixes).
* Fix buggy regex quoting; another Autoconf change in Makefile.Andreas Gruenbacher2003-01-311-0/+3
|
* Install binary backup-files into /usr/lib/quilt and the remaining scripts ↵Andreas Gruenbacher2003-01-311-0/+4
| | | | under /usr/share/quilt/scripts.
* Add syntax highlighting tags for emacs and vimAndreas Gruenbacher2003-01-311-7/+14
|
* document my changesMartin Quinson2003-01-311-0/+6
|
* Document last changesMartin Quinson2003-01-311-0/+9
|
* Add -n option to print patch file name instead of patch nameAndreas Gruenbacher2003-01-301-1/+4
|
* Also substitute @MKTEMP@Andreas Gruenbacher2003-01-301-0/+5
|
* RPM is unhappy with mixing timezone namesAndreas Gruenbacher2003-01-301-5/+5
|
* Quilt diff now accepts a list of files; add quilt.changes entry for previous ↵Andreas Gruenbacher2003-01-301-0/+14
| | | | file removal.
* Quilt refresh looses patch descriptionAndreas Gruenbacher2003-01-301-0/+2
|
* Add changelog and fix patch_description for "Index:" lines in patchesAndreas Gruenbacher2003-01-301-0/+5
|
* Move documentation to doc/Andreas Gruenbacher2003-01-301-0/+1
|
* Prepare for more AutoconfAndreas Gruenbacher2003-01-301-3/+3
|
* Prepare for GNU Autoconf; Some cleanups in MakefileAndreas Gruenbacher2003-01-301-2/+8
|