Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 46 → Rev 47

/trunk/debian/changelog
1,3 → 1,9
pyscrabble (1.6.2-9) unstable; urgency=low
 
* Switch to rsvg-convert for making PNG icons.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 01 Apr 2012 21:35:53 +0200
 
pyscrabble (1.6.2-8) unstable; urgency=low
 
* typeerrors.patch: Fix two cases of attempting to pass floats to
/trunk/debian/rules
30,7 → 30,7
python setup.py build
 
for size in $(ICON_SIZES); do \
rsvg -h $$size -w $$size debian/pyscrabble.svg pyscrabble-$$size.png; \
rsvg-convert -h $$size -w $$size -o pyscrabble-$$size.png debian/pyscrabble.svg; \
done
for size in $(PIXMAP_SIZES); do \
convert pyscrabble-$$size.png pyscrabble-$${size}x$${size}.xpm; \