diff -Nru hydrogen-0.9.6~beta1/debian/changelog hydrogen-0.9.6~beta1/debian/changelog --- hydrogen-0.9.6~beta1/debian/changelog 2012-01-27 09:52:12.000000000 +0000 +++ hydrogen-0.9.6~beta1/debian/changelog 2012-02-18 15:44:22.000000000 +0000 @@ -1,3 +1,10 @@ +hydrogen (0.9.6~beta1-1ubuntu1) precise; urgency=low + + * Replace rsvg with rsvg-convert in debian/rules to prevent FTBFS with + newer librsvg2-bin (LP: #935170) + + -- Alessio Treglia Sat, 18 Feb 2012 16:43:33 +0100 + hydrogen (0.9.6~beta1-1) unstable; urgency=low * Team upload. diff -Nru hydrogen-0.9.6~beta1/debian/control hydrogen-0.9.6~beta1/debian/control --- hydrogen-0.9.6~beta1/debian/control 2012-01-27 02:49:45.000000000 +0000 +++ hydrogen-0.9.6~beta1/debian/control 2012-02-18 15:44:28.000000000 +0000 @@ -1,7 +1,8 @@ Source: hydrogen Section: sound Priority: optional -Maintainer: Debian Multimedia Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Jonas Smedegaard Build-Depends: devscripts (>= 2.10.7~), cdbs (>= 0.4.73~), diff -Nru hydrogen-0.9.6~beta1/debian/control.in hydrogen-0.9.6~beta1/debian/control.in --- hydrogen-0.9.6~beta1/debian/control.in 2011-05-19 17:24:22.000000000 +0000 +++ hydrogen-0.9.6~beta1/debian/control.in 2012-02-18 15:44:28.000000000 +0000 @@ -1,7 +1,8 @@ Source: hydrogen Section: sound Priority: optional -Maintainer: Debian Multimedia Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.2 diff -Nru hydrogen-0.9.6~beta1/debian/rules hydrogen-0.9.6~beta1/debian/rules --- hydrogen-0.9.6~beta1/debian/rules 2012-01-27 09:45:18.000000000 +0000 +++ hydrogen-0.9.6~beta1/debian/rules 2012-02-18 16:26:51.000000000 +0000 @@ -61,7 +61,7 @@ imgstub = data/img/gray/h2-icon common-build-arch:: #inkscape -z -e$(imgstub).png -D -w32 -h32 --export-area-snap $(imgstub).svg - rsvg -w32 -h32 $(imgstub).svg $(imgstub).png + rsvg-convert -w 32 -h 32 -f png -o $(imgstub).png $(imgstub).svg pngtopnm -alpha $(imgstub).png > $(imgstub).alpha.pgm pngtopnm $(imgstub).png | ppmtoxpm -alphamask=$(imgstub).alpha.pgm > $(imgstub).xpm rm -f $(imgstub).png $(imgstub).alpha.pgm