components/rdiff-backup/patches/deprecation.patch
changeset 376 dbac94285f1e
child 787 c05e38bc65f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/rdiff-backup/patches/deprecation.patch	Wed Jul 06 14:51:11 2011 -0700
@@ -0,0 +1,26 @@
+*** rdiff-backup-1.2.1/rdiff-backup.orig	Wed Oct 27 13:44:47 2010
+--- rdiff-backup-1.2.1/rdiff-backup	Wed Oct 27 13:45:19 2010
+***************
+*** 1,4 ****
+! #!/usr/bin/env python
+  # rdiff-backup -- Mirror files while keeping incremental changes
+  # Version 1.2.1 released August 24, 2008
+  # Copyright (C) 2001-2005  Ben Escoto <[email protected]>
+--- 1,4 ----
+! #!/usr/bin/env python -Wignore::DeprecationWarning
+  # rdiff-backup -- Mirror files while keeping incremental changes
+  # Version 1.2.1 released August 24, 2008
+  # Copyright (C) 2001-2005  Ben Escoto <[email protected]>
+*** rdiff-backup-1.2.1/rdiff-backup-statistics.orig	Wed Oct 27 13:44:58 2010
+--- rdiff-backup-1.2.1/rdiff-backup-statistics	Wed Oct 27 13:45:25 2010
+***************
+*** 1,4 ****
+! #!/usr/bin/python
+  # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
+  # Version 1.2.1 released August 24, 2008
+  # Copyright 2005 Dean Gaudet, Ben Escoto
+--- 1,4 ----
+! #!/usr/bin/python -Wignore::DeprecationWarning
+  # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
+  # Version 1.2.1 released August 24, 2008
+  # Copyright 2005 Dean Gaudet, Ben Escoto