Processing of lightspeed_1.2a-10_i386.changes
lightspeed_1.2a-10_i386.changes uploaded successfully to localhost along with the files: lightspeed_1.2a-10.dsc lightspeed_1.2a-10.diff.gz lightspeed_1.2a-10_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wjklx-0006zv...@franck.debian.org
Bug#739568: marked as done (lightspeed: FTBFS with clang instead of gcc)
Your message dated Sat, 01 Mar 2014 15:21:32 + with message-id and subject line Bug#739568: fixed in lightspeed 1.2a-10 has caused the Debian Bug report #739568, regarding lightspeed: FTBFS with clang instead of gcc 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 ow...@bugs.debian.org immediately.) -- 739568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739568 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: lightspeed Severity: minor Usertags: clang-ftbfs User: pkg-llvm-t...@lists.alioth.debian.org Tag: patch Hello, Using the rebuild infrastructure, your package fails to build with clang (instead of gcc). Thanks, Arthur diff -Naur lightspeed.orig/lightspeed-1.2a/debian/changelog lightspeed/lightspeed-1.2a/debian/changelog --- lightspeed.orig/lightspeed-1.2a/debian/changelog 2014-02-18 18:33:46.0 -0600 +++ lightspeed/lightspeed-1.2a/debian/changelog 2014-02-18 18:32:51.331172154 -0600 @@ -1,3 +1,10 @@ +lightspeed (1.2a-10) unstable; urgency=low + + * Fixed the FTBFS with clang: +- Fixed return void bug in compat.h + + -- Arthur Marble Tue, 18 Feb 2014 18:32:51 -0600 + lightspeed (1.2a-9) unstable; urgency=low * QA upload. diff -Naur lightspeed.orig/lightspeed-1.2a/patches/clang-ftbfs.diff lightspeed/lightspeed-1.2a/patches/clang-ftbfs.diff --- lightspeed.orig/lightspeed-1.2a/patches/clang-ftbfs.diff 1969-12-31 18:00:00.0 -0600 +++ lightspeed/lightspeed-1.2a/patches/clang-ftbfs.diff 2014-02-18 18:31:39.803170908 -0600 @@ -0,0 +1,13 @@ +Index: lightspeed-1.2a/src/compat.h +=== +--- lightspeed-1.2a.orig/src/compat.h 2014-02-18 18:29:52.0 -0600 lightspeed-1.2a/src/compat.h 2014-02-18 18:30:48.251170011 -0600 +@@ -31,7 +31,7 @@ + #endif /* not GTK_HAVE_FEATURES_1_1_0 */ + + #else /* not HAVE_GTK1 */ +-#define GTKGL_TEMP_begingl(A) {GdkGLContext *glcontext = gtk_widget_get_gl_context (A); GdkGLDrawable *gldrawable = gtk_widget_get_gl_drawable(A);if (!gdk_gl_drawable_gl_begin (gldrawable, glcontext)){ g_critical("cannot gl_begin"); return FALSE; } } ++#define GTKGL_TEMP_begingl(A) {GdkGLContext *glcontext = gtk_widget_get_gl_context (A); GdkGLDrawable *gldrawable = gtk_widget_get_gl_drawable(A);if (!gdk_gl_drawable_gl_begin (gldrawable, glcontext)){ g_critical("cannot gl_begin"); } } + + #define GTKGL_TEMP_endgl(A) { GdkGLDrawable *gldrawable = gtk_widget_get_gl_drawable(A);gdk_gl_drawable_gl_end (gldrawable);} + #endif diff -Naur lightspeed.orig/lightspeed-1.2a/patches/series lightspeed/lightspeed-1.2a/patches/series --- lightspeed.orig/lightspeed-1.2a/patches/series 1969-12-31 18:00:00.0 -0600 +++ lightspeed/lightspeed-1.2a/patches/series 2014-02-18 18:30:25.559169616 -0600 @@ -0,0 +1 @@ +clang-ftbfs.diff--- End Message --- --- Begin Message --- Source: lightspeed Source-Version: 1.2a-10 We believe that the bug you reported is fixed in the latest version of lightspeed, which is due to be installed in the Debian FTP archive. 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 739...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Boris Pek (supplier of updated lightspeed 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 01 Mar 2014 17:46:40 +0400 Source: lightspeed Binary: lightspeed Architecture: source i386 Version: 1.2a-10 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Boris Pek Description: lightspeed - Shows how objects moving at relativistic speeds look like Closes: 739568 Changes: lightspeed (1.2a-10) unstable; urgency=medium . * QA upload. * Bump Standards-Version to 3.9.5 (was 3.9.3): no changes required. * Fix FTBFS using Clang. (Closes: #739568) [Thanks to Arthur Marble] * Fix lintian note vcs-field-not-canonical. * Update get-orig-source section in debian/rules. Checksums-Sha1: 62b79e529b8983874299ab483d3a2d01977fe8ed 2001 lightspeed_1.2a-10.dsc 3b25395dfe18f764fccad4ae298b400e317817ca 353363 lightspeed_1.2a-10.diff.gz 43917a6e119984071191272795ee114f1a2c5edd 87360 lightspeed_1.2a-10_i386.deb Checksums-Sha256: b104ab23211553c1f357ae9b0ac81fd41a2362a42be8056ffc37d8ee4234 200
lightspeed_1.2a-10_i386.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 01 Mar 2014 17:46:40 +0400 Source: lightspeed Binary: lightspeed Architecture: source i386 Version: 1.2a-10 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Boris Pek Description: lightspeed - Shows how objects moving at relativistic speeds look like Closes: 739568 Changes: lightspeed (1.2a-10) unstable; urgency=medium . * QA upload. * Bump Standards-Version to 3.9.5 (was 3.9.3): no changes required. * Fix FTBFS using Clang. (Closes: #739568) [Thanks to Arthur Marble] * Fix lintian note vcs-field-not-canonical. * Update get-orig-source section in debian/rules. Checksums-Sha1: 62b79e529b8983874299ab483d3a2d01977fe8ed 2001 lightspeed_1.2a-10.dsc 3b25395dfe18f764fccad4ae298b400e317817ca 353363 lightspeed_1.2a-10.diff.gz 43917a6e119984071191272795ee114f1a2c5edd 87360 lightspeed_1.2a-10_i386.deb Checksums-Sha256: b104ab23211553c1f357ae9b0ac81fd41a2362a42be8056ffc37d8ee4234 2001 lightspeed_1.2a-10.dsc 98aefcbc48e6cafb1ab13c44453fa0973f18dc6f5e4f809083298a83eb915ee8 353363 lightspeed_1.2a-10.diff.gz f5131c9213bf9c25acd3a9b5a09c6e88b5dfc7a101b94dca5dc2fc57f7183af3 87360 lightspeed_1.2a-10_i386.deb Files: 0372552e68272eba06dd6e94d80f09ee 2001 misc optional lightspeed_1.2a-10.dsc 904fffb6f6a4203682c4861c5fcf05cf 353363 misc optional lightspeed_1.2a-10.diff.gz 9c526129599bc4e51b3d44e3884d10fb 87360 misc optional lightspeed_1.2a-10_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJTEeT6AAoJENABW9Eo85J4LV8P/jY0IEyRYvZtiKhbPetepMBw NKUz/+Z6HZLzHw195iLQW3sfV5OCj6XCCZYlyBRY467JHElBJmQNowj0Zl/TllL4 pZ28G0Roxsol5HTA2lCFvbUmlksLK5Z1ukchSMRElZMAatxSoW0W1tQB2yjmNVlb AK5o9khqLlYT/I2WMnlaBaYpPG6mytlDFLZ9f4ez40Fl2A8cxLzT+di0IIAZAatT TlWUnkwWjIKAs4k+j/4/zF3FY9iSxrKUndhxXvUCszNbGOjERQrC5czhw62IN7cG bws82AjGmeCb8IWhJ5+L48mSh6hhEwHFe/0BGiUfXFiH8eDqpQWgIlIutbxuh8MO emn1d44gfKidSq1dpVgZq07eZOszigwpyBB5umwmL0R0VGi7Gw5XoUL22RapVIJK 6ITqZAc9cXcrxWqSD2hK3q+D+dgxynXOyTGx2DKcqGhkIaytAzjscFU3ZwcGKVw/ uNGBjmekNLa5vPOFNwfwtclP5aqTHL7CAHsz7YQa0WwMq19oJX9vS97C949IgZcj HFb3bPX97+p9zHpZnDOR4kMv+Yrm9qLJ6gRK2Ttvn7FfD7UMlpcWyB1ey7frvb1Y lvFO90q/VRsW0l8/h+YG3vAv8N9Xr+IHJ7FpxZvrDu19kDAQ1KUTHtE3W4NFVh0z dvC2+uuZ1kRnNTRUHm1+ =LiK7 -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wjlji-uf...@franck.debian.org
Processing of libpcapnav_0.8-2_amd64.changes
libpcapnav_0.8-2_amd64.changes uploaded successfully to localhost along with the files: libpcapnav_0.8-2.dsc libpcapnav_0.8-2.diff.gz libpcapnav0-dev_0.8-2_amd64.deb libpcapnav0_0.8-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wjymm-00069l...@franck.debian.org
libpcapnav_0.8-2_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 02 Mar 2014 02:08:19 -0300 Source: libpcapnav Binary: libpcapnav0-dev libpcapnav0 Architecture: source amd64 Version: 0.8-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Joao Eriberto Mota Filho Description: libpcapnav0 - wrapper to libpcap libpcapnav0-dev - development files for libpcapnav Changes: libpcapnav (0.8-2) unstable; urgency=medium . * Orphaning this package (see #721649). * Setting maintainer to QA group. Checksums-Sha1: 9adbd62fe83b6586e5f3e878461ee849a11604db 1409 libpcapnav_0.8-2.dsc 68baa3e01bf00177422a2d701ff34583ddf0f227 3642 libpcapnav_0.8-2.diff.gz 4f69ddd60801cb47b0efbb52ef0a955fc9fb4607 34598 libpcapnav0-dev_0.8-2_amd64.deb 39027791965ea7806e678f0d36242b49efed8f61 14780 libpcapnav0_0.8-2_amd64.deb Checksums-Sha256: b9d2c51edb5e1231336276839dd1ad7f887daa1b7acad1edcf524bda45514b7c 1409 libpcapnav_0.8-2.dsc 44bfadb180bced0124bf6d57166cc0df39cbb7b007461cc3eb72c728d01c62d4 3642 libpcapnav_0.8-2.diff.gz bf110ba0363cc27268d81691a51b095a9ec78ba454e16595ad02221acfb1cc26 34598 libpcapnav0-dev_0.8-2_amd64.deb a509412f40c663220df1e408b6cfbe0da564cc6a0791256985e52a286d8a920a 14780 libpcapnav0_0.8-2_amd64.deb Files: 1ca946145eb37dc6577391deec2dc6b4 1409 libs optional libpcapnav_0.8-2.dsc d785f8463ae65b786281223601ea8a12 3642 libs optional libpcapnav_0.8-2.diff.gz 04627cfd3d88c4add11ccb846a5a25e2 34598 libdevel optional libpcapnav0-dev_0.8-2_amd64.deb 9eb86b7e9afde4d29de717dbfe34a861 14780 libs optional libpcapnav0_0.8-2_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQEcBAEBAgAGBQJTEr4gAAoJEN5t4DnBz8JlAusH+wVdnS0zPL4T/Nk4JIeOEaLz lfGeN4aeUJ0b9ZERJv6vnCBPpdzKFVrUmXfEz3CtmM78SASGfJe0q4XJRMiQWwjD HVu/F/wjVMRQQCjTWKpsCKf9xwK7jPW0FxEfCnqnvnzzVGPyGjPfTZP1iA0RtkX5 Bv4cUGQs9i8XnAPbNr78t0Yea2tIulSbYiFS55wuYBAB2ppjkN0ebBB0xE1+mR0z mpSm/rWNFFuUOO4MhwhLFiylzeCAXI7crZzrxbkn2ilL33It6UFoHVse6Z9xSxSA DCvJM4hjbp7SYz3F0eyTU28WUcd4FQ0OeOhMPjne1AHWYlVC3vUoFe57kNjYuYc= =M8Sp -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wjyn9-0006cm...@franck.debian.org