summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/duplicity/files')
-rw-r--r--app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch20
-rw-r--r--app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch23
2 files changed, 23 insertions, 20 deletions
diff --git a/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch
deleted file mode 100644
index bd8f96e6af79..000000000000
--- a/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- duplicity-2.1.1/setup.py.orig 2023-09-14 08:33:42.698029208 -0400
-+++ duplicity-2.1.1/setup.py 2023-09-14 08:34:18.730539149 -0400
-@@ -92,17 +92,6 @@
- 'bin/duplicity.1',
- ]
- ),
-- (f'share/doc/duplicity-{Version}',
-- [
-- 'CHANGELOG.md',
-- 'CONTRIBUTING.md',
-- 'COPYING',
-- 'README.md',
-- 'README-LOG.md',
-- 'README-REPO.md',
-- 'README-TESTING.md',
-- ],
-- ),
- ]
-
- # short circuit fot READTHEDOCS
diff --git a/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch
new file mode 100644
index 000000000000..c076be513ca1
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch
@@ -0,0 +1,23 @@
+diff --git a/setup.py.orig b/setup.py
+index 18c1249..cd59517 100755
+--- a/setup.py.orig
++++ b/setup.py
+@@ -113,18 +113,6 @@ def get_data_files():
+ "man/duplicity.1",
+ ],
+ ),
+- (
+- f"share/doc/duplicity-{Version}",
+- [
+- "CHANGELOG.md",
+- "AUTHORS.md",
+- "COPYING",
+- "README.md",
+- "README-LOG.md",
+- "README-REPO.md",
+- "README-TESTING.md",
+- ],
+- ),
+ ]
+
+ # short circuit fot READTHEDOCS