_ [debian] screen 4.0.3-0.3+b1vd1

を当てて作成。

_ [debian] iceweasel 2.0.0.2+dfsg-3vd1

などのパッチ

  • vd_bugzilla-org_bug-255990_attachment-213337.patch
  • bugzilla-org_bug-330852_attachment-215418.patch
  • vd_bugzilla-jp_bug-4575_attachment-3106+bugzilla-org_bug-337036_attachment-221583.patch
  • vd_firefox-1.99+2.0b2+dfsg_without-gconf.patch

を当てて作成。 2.0.0.2+dfsg-2vd1 の gaim とかから URI を開いたら、開いた URI が二重になるバグ #413162 は直っていた。 一方、これを最初ビルドしてたら

configure: warning: Recreating autoconf.mk with updated nspr-config output
dh_testdir
(cd debian \
                && uudecode aboutCredits.png.uu \
                && uudecode debsearch.png.uu \
                && uudecode about.png.uu)
rsvg-convert -w 40 -h 40 -o debian/document_icon.png debian/iceweasel_icon.svg
composite -compose src-over -geometry -2+5 debian/document_icon.png browser/app/document.png debian/document.png
composite: Unrecognized compose operator (src-over).
make: *** [build-stamp] エラー 1
debuild: fatal error at line 1228:
debian/rules build failed

と止まってしまった。そういやアイコン作るのに imagemagick に build-dep するようにしたとかあったなあ。今入ってるのは graphicsmagick-imagemagick-compat だから、それのせいか? と調べてみると、ImageMagick: Command-line Options: -compose operatorGraphicsMagick GM Utility: -compose <operator> でオプションが違うじゃないか。 ひとまず BTS に「iceweasel: failed to build using graphicsmagick-imagemagick-compat instead of imagemagick」と iceweasel で投げておいたけど「graphicsmagick-imagemagick-compat is not fully compatible to imagemagick」と graphicsmagick-imagemagick-compat のバグに変更になった。冷静に考えればそれのが妥当だよな。> #413954