Sebastian Lackner
02f52948f5
gitapply.sh: More regular expression replacements.
2014-07-25 20:14:48 +02:00
Sebastian Lackner
3f9af9fb49
gitapply.sh: Replace regular expression with with bash substring at some places.
2014-07-25 20:00:24 +02:00
Sebastian Lackner
e99ff32949
gitapply.sh: Add license, check for dependencies before proceeding, several smaller improvements.
2014-07-25 19:49:56 +02:00
Sebastian Lackner
1f95d8181d
patchupdate.py: Improve generated Makefile and delete *.ok files on error.
2014-07-25 17:52:08 +02:00
Sebastian Lackner
e827cc078f
patchupdate.py: Improve patch system and remove dependencies, when the order of patches doesn't matter.
2014-07-25 16:39:08 +02:00
Sebastian Lackner
80e51dcad6
patchutils.py: Remove unused functions min_{source,dest}_size.
2014-07-25 04:03:28 +02:00
Sebastian Lackner
10d9fda5f9
Merged with master.
2014-07-25 03:45:20 +02:00
Sebastian Lackner
f69c6a545c
Use patchutils.py to parse patch files and split them into individual changes.
2014-07-25 03:32:01 +02:00
Sebastian Lackner
0b33c39275
patchupdate.py: Use abort() function instead of hardcoded call to exit.
2014-07-13 04:53:20 +02:00
Sebastian Lackner
fce29b88da
Improve patchupdate.py to detect changes even when regular diff files without git header are used.
2014-07-13 04:46:11 +02:00
Sebastian Lackner
f6dd1f3d0d
Add instructions how to exclude patches in README.md.
2014-07-13 03:29:56 +02:00
Sebastian Lackner
49bbdc5bf2
Add .NOTPARALLEL to generated Makefile.
...
We don't want to add unnatural dependencies for patches, if for example both
patch A and B modify the same file, but the order of applying the patches doesn't
matter. Adding a dependency would cause trouble when excluding patches.
2014-07-13 02:47:34 +02:00
Sebastian Lackner
79843648fb
Include list of affected files for each set of patches.
2014-07-13 01:51:15 +02:00
Sebastian Lackner
63e82e5cd2
Replace custom templating system with Python format() in patchupdate.py.
2014-07-13 01:46:08 +02:00
Sebastian Lackner
7e3381c7a3
Fix formatting issues for README.md.
2014-07-13 01:33:28 +02:00
Sebastian Lackner
dc95c57c20
Automatically generate installation instructions based on template whenever updating patches / version.
2014-07-13 01:30:44 +02:00
Sebastian Lackner
a0a5084f55
Minor code cleanup in patchupdate.py.
2014-07-12 01:33:04 +02:00
Sebastian Lackner
f7014738a8
Display short name instead of full bug report title in README.md.
2014-07-11 21:25:18 +02:00
Sebastian Lackner
32a0e9cc9e
Use Python multiprocessing to speed up querying bug information from Wine bugzilla.
2014-07-11 20:35:39 +02:00
Sebastian Lackner
79861c20f1
Show bug numbers in README.md after the description.
2014-07-11 19:44:07 +02:00
Sebastian Lackner
bb0cece9a9
Sort entries for autogenerated README.md file.
2014-07-11 19:38:38 +02:00
Sebastian Lackner
32148424bd
Fix generation of URLs in README.md.
2014-07-11 19:36:31 +02:00
Sebastian Lackner
5c72aff53e
Add fixed bug numbers to each patchset, autogenerate README.md with patch information.
2014-07-11 19:34:33 +02:00
Sebastian Lackner
42afbafa33
Initial version of new dependency based patch system.
2014-07-11 18:51:03 +02:00
Sebastian Lackner
9d3369d7a6
gitapply.sh: Make sure that all error output is redirected to stderr, sort commandline options.
2014-07-11 00:31:33 +02:00
Michael Müller
c594bca17a
Error out in git apply script on *BSD.
2014-06-05 21:20:54 +02:00
Sebastian Lackner
3c33a592f6
Make generate-patchlist.sh compatible with FreeBSD.
2014-06-05 22:17:55 +02:00
Sebastian Lackner
84997e39ab
Separate patchlist into patch-list.patch (containing the autogenerated list) and 00-Commandline for the commandline option changes.
2014-05-30 01:04:27 +02:00
Michael Mueller
7fede3cd56
Fix gitapply on BSD systems
2014-05-03 02:31:56 +02:00
Anish Bhatt
78d6102645
Update gitapply.sh
...
Turn off whitespace warnings
2014-04-09 19:03:06 -07:00
Sebastian Lackner
86c9842e64
Fix bug in generate-patchlist.sh.
2014-03-24 18:48:08 +01:00
Sebastian Lackner
ddf6dd7f6a
gitapply.sh: Improve a few comments.
2014-03-05 22:53:11 +01:00
Sebastian Lackner
556aa9335e
Fallback to 'git apply' if available to speed up applying the patches.
2014-03-05 01:13:32 +01:00
Sebastian Lackner
0817bd1a57
Use gitapply.sh to apply all the patches
2014-03-05 01:00:27 +01:00
Sebastian Lackner
2f7523bffe
Move generate-patchlist.sh script into folder debian/tools, integrate patch-list-template.diff into the shell script
2014-03-05 00:02:01 +01:00