Comment 5 for bug 59829

Revision history for this message
Georg Sauthoff (g-sauthoff) wrote :

I have tested your src package with 6.10 and it works fine! Printing speed with this driver is the same like the Samsung binary linux or windows driver.

I built the src package via
dpkg-buildpackage -rfakeroot -uc -b
and got two very minor issues:
- 'Build-Depends:' doesn't include g++
  -> a manual apt-get install g++ solved it
- 'fakeroot debian/rules clean
/usr/bin/fakeroot: 152: debian/rules: Permission denied'
  -> a manual chmod u+x debian/rules solved it

Thanks!