Re: pbuilder, convert svg->png

2014-03-16 Thread Trent W. Buck
Felix Natter writes: > When the build calls: > convert -background none -geometry !48x48 \ > freeplane_framework/script/freeplane.svg 48x48/freeplane.png Since imagemagick is just calling it anyway, suggest upstream use rsvg-convert directly, avoiding a gratuitous Build-Depends: imagemagick.

Re: pbuilder, convert svg->png

2014-03-16 Thread Paul Wise
On Mon, Mar 17, 2014 at 12:13 AM, Felix Natter wrote: > Question 1: > I learned these commands by heart. Is there a good tutorial/blog/... for > running any chroot (pbuilder, cowbuilder, sbuild...) from a git repo > (using git-buildpackage toolset), so that I understand this? There are several gu