On 04/28/2015 07:42 AM, John Lewis wrote:
> I just upgraded my backup machine to jessie and I am having the same
> problem.
>
>
> I am going to have to find an alternate package now.
>
No alternate package was needed, because the patch was in the source
package. Here is how I applied the patch and rebuilt the package.

apt-get source rsnapshot
cd rsnapshot-*
ls debian/patches
vim debian/patches/series
    add 14_rsync_rsh_quoting.diff after 13_print_warn.diff
quilt series #check to see if patch is in series
quilt pop -a
quilt push -a
quilt applied #check to see if patch is applied
debuild -b -uc -us
cd ..
sudo dpkg -i rsnapshot.deb


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to