You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
gitapply.sh: Add license, check for dependencies before proceeding, several smaller improvements.
This commit is contained in:
2
debian/tools/patchutils.py
vendored
2
debian/tools/patchutils.py
vendored
@@ -182,7 +182,7 @@ def read_patch(filename):
|
||||
# Decide between binary and textual patch
|
||||
if line is None or line.startswith("diff --git ") or line.startswith("--- "):
|
||||
if oldname != newname:
|
||||
raise PatchParserError("Stripped old- and new name doesn't match for binary patch.")
|
||||
raise PatchParserError("Stripped old- and new name doesn't match.")
|
||||
|
||||
elif line.startswith("@@ -"):
|
||||
while True:
|
||||
|
Reference in New Issue
Block a user