summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/backup-manager/files')
-rw-r--r--app-backup/backup-manager/files/backup-manager-0.7.10-Fix-POD-syntax.patch30
-rw-r--r--app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch20
2 files changed, 0 insertions, 50 deletions
diff --git a/app-backup/backup-manager/files/backup-manager-0.7.10-Fix-POD-syntax.patch b/app-backup/backup-manager/files/backup-manager-0.7.10-Fix-POD-syntax.patch
deleted file mode 100644
index 61ac590241e2..000000000000
--- a/app-backup/backup-manager/files/backup-manager-0.7.10-Fix-POD-syntax.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 808f397dbc76d61e6e29c661585afeb6ba9c41a2 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
-Date: Sat, 20 Jul 2013 13:41:25 +0200
-Subject: [PATCH] Fix POD syntax
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-
-Signed-off-by: Petr Písař <ppisar@redhat.com>
----
- backup-manager-purge | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/backup-manager-purge b/backup-manager-purge
-index ce7a67f..c9a5f1c 100755
---- a/backup-manager-purge
-+++ b/backup-manager-purge
-@@ -53,6 +53,8 @@ than I<ttl> days will be outdated.
-
- =head1 OPTIONAL ARGS
-
-+=over 4
-+
- =item B<--files-from=>file
-
- A file containing a list of archives to parse, one archive per line.
---
-1.8.1.4
-
diff --git a/app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch b/app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch
deleted file mode 100644
index 482b60b20d7a..000000000000
--- a/app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- backup-manager-0.7.9/Makefile.orig 2010-09-14 17:24:31.267313414 +0200
-+++ backup-manager-0.7.9/Makefile 2010-09-14 17:24:36.395250687 +0200
-@@ -62,7 +62,7 @@
-
- # Main build rule (we don't buid the docs as we don't know if debiandocs can be
- # there) so the docs target has to be called manually by vendors.
--build: manpages
-+build: manpages po
-
- # The backup-manager package
- install: build install_lib install_bin install_contrib install_man install_po
-@@ -84,6 +84,8 @@
- install --owner=root --group=root --mode=0644 $(DOCHTMLFILES) $(DOCHTMLDIR)
-
- # The translation stuff
-+po:
-+ $(MAKE) -C po
- install_po:
- $(MAKE) -C po install
-