diff -Nru pyscrabble-1.6.2/debian/changelog pyscrabble-1.6.2/debian/changelog --- pyscrabble-1.6.2/debian/changelog 2012-02-16 08:03:49.000000000 +0000 +++ pyscrabble-1.6.2/debian/changelog 2012-04-11 06:17:15.000000000 +0000 @@ -1,9 +1,9 @@ -pyscrabble (1.6.2-8ubuntu1) precise; urgency=low +pyscrabble (1.6.2-9) unstable; urgency=low - * Merge from Debian testing. Remaining changes: - - debian/rules: Use rsvg-convert instead rsvg, fix FTBFS + * Switch to rsvg-convert for making PNG icons (Closes: #666634). + * Bump Standards-Version to 3.9.3. - -- Angel Abad Thu, 16 Feb 2012 09:03:24 +0100 + -- Magnus Holmgren Wed, 11 Apr 2012 08:17:00 +0200 pyscrabble (1.6.2-8) unstable; urgency=low @@ -17,12 +17,6 @@ -- Magnus Holmgren Sun, 29 Jan 2012 21:02:09 +0100 -pyscrabble (1.6.2-7ubuntu1) precise; urgency=low - - * debian/rules: Use rsvg-convert instead rsvg, fix FTBFS - - -- Angel Abad Sat, 11 Feb 2012 16:06:29 +0100 - pyscrabble (1.6.2-7) unstable; urgency=low * max-players.patch: Before denying a player from joining a game because diff -Nru pyscrabble-1.6.2/debian/control pyscrabble-1.6.2/debian/control --- pyscrabble-1.6.2/debian/control 2012-02-14 16:28:32.000000000 +0000 +++ pyscrabble-1.6.2/debian/control 2012-04-11 06:17:15.000000000 +0000 @@ -1,11 +1,10 @@ Source: pyscrabble Section: games Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Magnus Holmgren +Maintainer: Magnus Holmgren Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~) Build-Depends-Indep: librsvg2-bin, imagemagick -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://pyscrabble.sourceforge.net Vcs-Browser: http://svn.kibibyte.se/pyscrabble Vcs-Svn: http://svn.kibibyte.se/pyscrabble/trunk diff -Nru pyscrabble-1.6.2/debian/rules pyscrabble-1.6.2/debian/rules --- pyscrabble-1.6.2/debian/rules 2012-02-14 16:28:32.000000000 +0000 +++ pyscrabble-1.6.2/debian/rules 2012-04-01 21:01:10.000000000 +0000 @@ -30,7 +30,7 @@ python setup.py build for size in $(ICON_SIZES); do \ - rsvg-convert -h $$size -w $$size debian/pyscrabble.svg -o 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; \