components/rdiff-backup/patches/deprecation.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 787 c05e38bc65f4
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

--- rdiff-backup-1.3.3/rdiff-backup.orig	2012-04-20 11:25:32.426561687 -0700
+++ rdiff-backup-1.3.3/rdiff-backup	2012-04-20 11:25:59.110285172 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python -Wignore::DeprecationWarning
 # rdiff-backup -- Mirror files while keeping incremental changes
 # Version 1.3.3 released March 16, 2009
 # Copyright (C) 2001-2005  Ben Escoto <[email protected]>
--- rdiff-backup-1.3.3/rdiff-backup-statistics.orig	2012-04-20 11:25:40.987972998 -0700
+++ rdiff-backup-1.3.3/rdiff-backup-statistics	2012-04-20 11:26:11.988817234 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -Wignore::DeprecationWarning
 # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
 # Version 1.3.3 released March 16, 2009
 # Copyright 2005 Dean Gaudet, Ben Escoto