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
Fix generation of URLs in README.md.
This commit is contained in:
2
debian/tools/patchupdate.py
vendored
2
debian/tools/patchupdate.py
vendored
@@ -249,7 +249,7 @@ def generate_readme(patches, fp):
|
||||
fp.write("\n")
|
||||
for i, patch in patches.iteritems():
|
||||
for (bugid, bugname) in patch.fixes:
|
||||
fp.write("* ([#%d](%s))\n" % (bugid, bugname))
|
||||
fp.write("* ([Wine Bug #%d](http://bugs.winehq.org/show_bug.cgi?id=%d)) %s\n" % (bugid, bugid, bugname))
|
||||
fp.write("\n")
|
||||
fp.write("\n")
|
||||
fp.write("Besides that the following additional changes are included:\n")
|
||||
|
Reference in New Issue
Block a user