diff options
Diffstat (limited to 'app-backup/duplicity/files')
3 files changed, 60 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch new file mode 100644 index 0000000..afcef7a --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | --- duplicity-0.8.19/setup.py 2021-05-10 13:37:38.352142737 -0400 | ||
| 2 | +++ duplicity-0.8.19/setup.py 2021-05-10 13:39:02.829865546 -0400 | ||
| 3 | @@ -93,17 +93,6 @@ | ||
| 4 | u'bin/rdiffdir.1' | ||
| 5 | ] | ||
| 6 | ), | ||
| 7 | - (u'share/doc/duplicity-%s' % Version, | ||
| 8 | - [ | ||
| 9 | - u'AUTHORS', | ||
| 10 | - u'CHANGELOG.md', | ||
| 11 | - u'COPYING', | ||
| 12 | - u'README.md', | ||
| 13 | - u'README-LOG.md', | ||
| 14 | - u'README-REPO.md', | ||
| 15 | - u'README-TESTING.md', | ||
| 16 | - ], | ||
| 17 | - ), | ||
| 18 | ] | ||
| 19 | |||
| 20 | if not os.environ.get(u'READTHEDOCS') == u'True': | ||
diff --git a/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch new file mode 100644 index 0000000..6ce5860 --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | --- duplicity-0.8.20/setup.py 2021-08-05 09:14:41.483669131 -0400 | ||
| 2 | +++ duplicity-0.8.20/setup.py 2021-08-05 09:15:35.086895059 -0400 | ||
| 3 | @@ -94,17 +94,6 @@ | ||
| 4 | u'bin/rdiffdir.1' | ||
| 5 | ] | ||
| 6 | ), | ||
| 7 | - (u'share/doc/duplicity-%s' % Version, | ||
| 8 | - [ | ||
| 9 | - u'AUTHORS', | ||
| 10 | - u'CHANGELOG.md', | ||
| 11 | - u'COPYING', | ||
| 12 | - u'README.md', | ||
| 13 | - u'README-LOG.md', | ||
| 14 | - u'README-REPO.md', | ||
| 15 | - u'README-TESTING.md', | ||
| 16 | - ], | ||
| 17 | - ), | ||
| 18 | ] | ||
| 19 | |||
| 20 | if not os.environ.get(u'READTHEDOCS') == u'True': | ||
diff --git a/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch new file mode 100644 index 0000000..d979490 --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | --- duplicity-0.8.21/setup.py 2021-12-07 14:26:58.096082507 -0500 | ||
| 2 | +++ duplicity-0.8.21/setup.py 2021-12-07 14:27:44.915022471 -0500 | ||
| 3 | @@ -94,17 +94,6 @@ | ||
| 4 | u'bin/rdiffdir.1' | ||
| 5 | ] | ||
| 6 | ), | ||
| 7 | - (u'share/doc/duplicity-%s' % Version, | ||
| 8 | - [ | ||
| 9 | - u'AUTHORS', | ||
| 10 | - u'CHANGELOG.md', | ||
| 11 | - u'COPYING', | ||
| 12 | - u'README.md', | ||
| 13 | - u'README-LOG.md', | ||
| 14 | - u'README-REPO.md', | ||
| 15 | - u'README-TESTING.md', | ||
| 16 | - ], | ||
| 17 | - ), | ||
| 18 | ] | ||
| 19 | |||
| 20 | if not os.environ.get(u'READTHEDOCS') == u'True': | ||
