diff -Nru deja-dup-24.0/debian/changelog deja-dup-24.0/debian/changelog --- deja-dup-24.0/debian/changelog 2012-09-25 11:14:43.000000000 -0400 +++ deja-dup-24.0/debian/changelog 2012-12-04 23:52:13.000000000 -0500 @@ -1,3 +1,11 @@ +deja-dup (24.0-0ubuntu2) quantal-proposed; urgency=low + + * debian/patches/ignore-steam.patch: + - Always ignore ~/Steam (via ~/.steam/root). Patch from upstream + trunk. LP: #1083237 + + -- Michael Terry Tue, 04 Dec 2012 23:51:54 -0500 + deja-dup (24.0-0ubuntu1) quantal-proposed; urgency=low * New upstream release diff -Nru deja-dup-24.0/debian/patches/ignore-steam.patch deja-dup-24.0/debian/patches/ignore-steam.patch --- deja-dup-24.0/debian/patches/ignore-steam.patch 1969-12-31 19:00:00.000000000 -0500 +++ deja-dup-24.0/debian/patches/ignore-steam.patch 2012-12-04 23:51:43.000000000 -0500 @@ -0,0 +1,12 @@ +Index: deja-dup-24.0/common/OperationBackup.vala +=================================================================== +--- deja-dup-24.0.orig/common/OperationBackup.vala 2012-08-20 20:48:37.000000000 -0400 ++++ deja-dup-24.0/common/OperationBackup.vala 2012-12-04 23:51:39.189217685 -0500 +@@ -112,6 +112,7 @@ + rv.append(Path.build_filename(dir, ".Private")); // encrypted copies of stuff in $HOME + rv.append(Path.build_filename(dir, ".recent-applications.xbel")); + rv.append(Path.build_filename(dir, ".recently-used.xbel")); ++ rv.append(Path.build_filename(dir, ".steam/root")); + rv.append(Path.build_filename(dir, ".thumbnails")); + rv.append(Path.build_filename(dir, ".xsession-errors")); + } diff -Nru deja-dup-24.0/debian/patches/series deja-dup-24.0/debian/patches/series --- deja-dup-24.0/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ deja-dup-24.0/debian/patches/series 2012-12-04 23:51:17.000000000 -0500 @@ -0,0 +1 @@ +ignore-steam.patch