Your message dated Sun, 13 Jul 2008 21:47:18 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#490711: fixed in kaffeine-mozilla 0.4.3.1.dfsg-0.2 has caused the Debian Bug report #490711, regarding kaffeine-mozilla: Should provide program name as arg 0 to kaffeine to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 490711: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490711 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: kaffeine-mozilla Version: 0.4.3.1-1 Tags: patch When building the source, this warning is emitted: plugin.c: In function 'launch_kaffeine': plugin.c:358: warning: not enough variable arguments to fit a sentinel The reason is that argument 0, normally used to store the program name when executing a program, is empty. I propose this patch to avoid the warning, follow the convention, and make sure the kaffeine process is a bit easier to find in the process list. --- kaffeine-mozilla-0.4.3.1.dfsg.orig/src/plugin.c +++ kaffeine-mozilla-0.4.3.1.dfsg/src/plugin.c @@ -296,9 +353,9 @@ xprintf ("launch_kaffeine: url = %s\n", globals.url); - execlp("kaffeine","" , globals.url, NULL); + execlp("kaffeine", "kaffeine", globals.url, NULL); - if (execlp("kaffeine", NULL) == -1) { + if (execlp("kaffeine", "kaffeine", NULL) == -1) { perror("Error while launching Kaffeine"); _exit(0); } Happy hacking, -- Petter Reinholdtsen
--- End Message ---
--- Begin Message ---Source: kaffeine-mozilla Source-Version: 0.4.3.1.dfsg-0.2 We believe that the bug you reported is fixed in the latest version of kaffeine-mozilla, which is due to be installed in the Debian FTP archive: kaffeine-mozilla_0.4.3.1.dfsg-0.2.diff.gz to pool/main/k/kaffeine-mozilla/kaffeine-mozilla_0.4.3.1.dfsg-0.2.diff.gz kaffeine-mozilla_0.4.3.1.dfsg-0.2.dsc to pool/main/k/kaffeine-mozilla/kaffeine-mozilla_0.4.3.1.dfsg-0.2.dsc kaffeine-mozilla_0.4.3.1.dfsg-0.2_i386.deb to pool/main/k/kaffeine-mozilla/kaffeine-mozilla_0.4.3.1.dfsg-0.2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated kaffeine-mozilla package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2008 23:32:01 +0200 Source: kaffeine-mozilla Binary: kaffeine-mozilla Architecture: source i386 Version: 0.4.3.1.dfsg-0.2 Distribution: unstable Urgency: low Maintainer: Zack Cerza <[EMAIL PROTECTED]> Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]> Description: kaffeine-mozilla - mozilla plugin that launches kaffeine for supported media types Closes: 363989 490557 490711 490723 Changes: kaffeine-mozilla (0.4.3.1.dfsg-0.2) unstable; urgency=low . * Non-maintainer upload. * Fix typo in package description (Closes: #363989) * Make sure to provide process name as argument 0 (Closes: #490711). * List more mime types as handled by this plugin, based on the set of mime types handled by mozilla-mplayer and mozilla-plugin-vlc, because I believe kaffeine can handle the same formats as mplayer and vlc. Added mime types application/asx, application/mpeg4-iod, application/mpeg4-muxcodetable, application/ogg, application/smil, application/vnd.rn-realaudio, application/vnd.rn-realmedia, application/x-drm-v2, application/x-google-vlc-plugin, application/x-ms-wmp, application/x-ms-wmv, application/x-nsv-vp3-mp3, application/x-ogg, application/x-quicktimeplayer, application/xspf+xml, audio/3gpp2, audio/3gpp, audio/basic, audio/flac, audio/mp3, audio/mp4, audio/mpeg4, audio/ogg, audio/wav, audio/x-basic, audio/x-flac, audio/x-m4a, audio/x-mod, audio/x-ms-wax, audio/x-ms-wmv, audio/x-pn-realaudio-plugin, audio/x-pn-realaudio, audio/x-realaudio, audio/x-wav, image/x-quicktime, video/3gpp2, video/3gpp, video/divx, video/fli, video/mp4, video/mpeg-system, video/mpeg4, video/vnd.divx, video/vnd.rn-realvideo, video/vnd.vivo, video/x-fli, video/x-flv, video/x-mpeg-system, video/x-mpeg2, video/x-ms-asf, video/x-ms-wm, video/x-ms-wma, video/x-ms-wmp, video/x-ms-wmp, video/x-ms-wmv and video/x-ms-wvx (Closes: #490557). * Implement support for url= and autostart=1 style arguments from the browser (Closes: #490723). * Improve debian/copyright to get rid of lintian warning. * Change Standards-Version from 3.6.1 to 3.8.0. No change needed. Checksums-Sha1: a1c854f9459f97a838dc35b123c0eb43fdcbf198 1138 kaffeine-mozilla_0.4.3.1.dfsg-0.2.dsc 076e897af14b7b365c8e990af947b099809ec10d 41181 kaffeine-mozilla_0.4.3.1.dfsg-0.2.diff.gz cd1318222a20c2a10fc33316d6fba340b47d2c53 29868 kaffeine-mozilla_0.4.3.1.dfsg-0.2_i386.deb Checksums-Sha256: 7644c57b51e21921e34c72e101938ffedd9073eca38a32bd866b2cc9fec17c81 1138 kaffeine-mozilla_0.4.3.1.dfsg-0.2.dsc 0b0de098cb214af32da0c621d894ab3e8b83f861120e020f3495adc017f93e5b 41181 kaffeine-mozilla_0.4.3.1.dfsg-0.2.diff.gz a3df01b85cba6cc50128074a64b84fad88e5a5fb2407d2d53b7f0148b4327d56 29868 kaffeine-mozilla_0.4.3.1.dfsg-0.2_i386.deb Files: fe6f4a2f077bf3abc6b2ecc220c4c490 1138 web optional kaffeine-mozilla_0.4.3.1.dfsg-0.2.dsc 855b3147cb79a9359c01711cb4520fe7 41181 web optional kaffeine-mozilla_0.4.3.1.dfsg-0.2.diff.gz 57aec5f0d9c480e1ed8afd4a98742328 29868 web optional kaffeine-mozilla_0.4.3.1.dfsg-0.2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFIenVv20zMSyow1ykRAntSAJ4vT08DxFXhuSsmiJnXJv5e78aangCgxNPI xa7fShdlmy/VTb/wMAuOQ3A= =sAto -----END PGP SIGNATURE-----
--- End Message ---

