-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: fyre Version: 1.0.1-1+b1 Severity: normal Tags: patch
The fyre package does not contain application icons. Please add them from the upstream tar, so we get a nice window icon. My patch seems to fix it, but I'm still a packaging newbie. Cheers, Simon - --- System information. --- Architecture: i386 Kernel: Linux 2.6.25-2-686 Debian Release: lenny/sid 900 testing security.debian.org 900 testing mirror.switch.ch 900 testing debian.netcologne.de 500 stable mirror.switch.ch - --- Package information. --- Depends (Version) | Installed ======================================-+-==================== libatk1.0-0 (>= 1.13.2) | 1.22.0-1 libc6 (>= 2.6-1) | 2.7-13 libcairo2 (>= 1.4.0) | 1.6.4-6 libfontconfig1 (>= 2.4.0) | 2.6.0-1 libgcc1 (>= 1:4.2-20070516) | 1:4.3.1-2 libglade2-0 (>= 1:2.6.1) | 1:2.6.2-1 libglib2.0-0 (>= 2.12.9) | 2.16.4-2 libgtk2.0-0 (>= 2.10.12-3) | 2.12.11-3 libpango1.0-0 (>= 1.16.4) | 1.20.5-1 libstdc++6 (>= 4.2-20070516) | 4.3.1-2 libx11-6 | 2:1.1.4-2 libxcursor1 (>> 1.1.2) | 1:1.1.9-1 libxext6 | 2:1.0.4-1 libxfixes3 (>= 1:4.0.1) | 1:4.0.3-2 libxi6 | 2:1.1.3-1 libxinerama1 | 2:1.0.3-2 libxml2 (>= 2.6.29) | 2.6.32.dfsg-2 libxrandr2 (>= 2:1.2.0) | 2:1.2.3-1 libxrender1 | 1:0.9.4-2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkigk/wACgkQ7ycmeUok62n2RQCeP3n16tzbTXV3bdQJdYXitYtJ XToAn0XbpBTvZqOIvfzIv9eD/F3LytoL =nCFQ -----END PGP SIGNATURE-----
diff -udp fyre-1.0.1.orig/debian/fyre.dirs fyre-1.0.1/debian/fyre.dirs --- fyre-1.0.1.orig/debian/fyre.dirs 2008-08-11 20:36:44.000000000 +0200 +++ fyre-1.0.1/debian/fyre.dirs 2008-08-11 20:29:15.000000000 +0200 @@ -2,3 +2,7 @@ usr/bin usr/share/fyre usr/share/pixmaps usr/share/applications +usr/share/icons/hicolor/16x16/apps +usr/share/icons/hicolor/22x22/apps +usr/share/icons/hicolor/24x24/apps +usr/share/icons/hicolor/scalable/apps diff -udp fyre-1.0.1.orig/debian/fyre.install fyre-1.0.1/debian/fyre.install --- fyre-1.0.1.orig/debian/fyre.install 2008-08-11 20:36:44.000000000 +0200 +++ fyre-1.0.1/debian/fyre.install 2008-08-11 20:30:14.000000000 +0200 @@ -2,3 +2,7 @@ src/fyre usr/bin data/*.glade usr/share/fyre data/icons/24x24/fyre.png usr/share/pixmaps debian/fyre.desktop usr/share/applications +data/icons/16x16/fyre.png usr/share/icons/hicolor/16x16/apps +data/icons/22x22/fyre.png usr/share/icons/hicolor/22x22/apps +data/icons/24x24/fyre.png usr/share/icons/hicolor/24x24/apps +data/icons/scalable/fyre.svg usr/share/icons/hicolor/scalable/apps

