Solution is simple, get package from Sid until come patch for Jessie,
add Sid repository in /etc/apt/sources.list, in my case "deb
http://ftp.de.debian.org/debian/ sid main" 

Then pin to testing release:
echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf 

Pull update, and install package from sid:
apt-get update
apt-get -t sid install apper 

> 
 

Reply via email to