Your message dated Fri, 19 Aug 2005 18:17:03 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#318392: fixed in libmodplug 1:0.7-5 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Jul 2005 07:36:31 +0000 >From [EMAIL PROTECTED] Fri Jul 15 00:36:31 2005 Return-path: <[EMAIL PROTECTED]> Received: from smtp-2.hut.fi [130.233.228.92] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DtKkI-0000Rq-00; Fri, 15 Jul 2005 00:36:30 -0700 Received: from localhost (katosiko.hut.fi [130.233.228.115]) by smtp-2.hut.fi (8.12.10/8.12.10) with ESMTP id j6F7Zx8Y019838; Fri, 15 Jul 2005 10:35:59 +0300 Received: from smtp-2.hut.fi ([130.233.228.92]) by localhost (katosiko.hut.fi [130.233.228.115]) (amavisd-new, port 10024) with LMTP id 32081-35-8; Fri, 15 Jul 2005 10:35:58 +0300 (EEST) Received: from localhost.localdomain (aaninen-36.hut.fi [130.233.238.36]) by smtp-2.hut.fi (8.12.10/8.12.10) with ESMTP id j6F7TKte018828; Fri, 15 Jul 2005 10:29:22 +0300 Received: from ametzler by localhost.localdomain with local (Exim 4.50) id 1DtKdM-00012V-2c; Fri, 15 Jul 2005 10:29:20 +0300 Date: Fri, 15 Jul 2005 10:29:19 +0300 From: Andreas Metzler <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libmodplug: Gcc-4 transition Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline X-Reportbug-Version: 3.8 X-GPG-Fingerprint: BCF7 1345 BE42 B5B8 1A57 EE09 1D33 9C65 8B8D 7663 User-Agent: Mutt/1.5.9i X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at katosiko.hut.fi Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: libmodplug Severity: serious Tags: sid patch Hello, libmodplug needs to follow the gcc-4 transition as described in http://lists.debian.org/debian-devel-announce/2005/07/msg00001.html This should happen quickly, as it blocks xine from doing the transition itself. Patch attached. (Although it contains a changelog entry in NMU format, I have _not_ NMUed the package.) cu andreas -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="modplug-gcc4-transition.diff" diff -u libmodplug-0.7/debian/control libmodplug-0.7/debian/control --- libmodplug-0.7/debian/control +++ libmodplug-0.7/debian/control @@ -5,11 +5,11 @@ Maintainer: Zed Pobre <[EMAIL PROTECTED]> Standards-Version: 3.6.1.0 -Package: libmodplug0 +Package: libmodplug0c2 Architecture: any Depends: ${shlibs:Depends} -Conflicts: xmms-modplug (<< 2.04-1) -Replaces: xmms-modplug (<< 2.04-1) +Conflicts: xmms-modplug (<< 2.04-1), libmodplug0 +Replaces: xmms-modplug (<< 2.04-1), libmodplug0 Description: shared libraries for mod music based on ModPlug This is a library based on the mod rendering code from ModPlug, a popular windows mod player written by Olivier Lapicque, found at @@ -21,7 +21,7 @@ Package: libmodplug-dev Architecture: all -Depends: libmodplug0 (= ${Source-Version}) +Depends: libmodplug0c2 (= ${Source-Version}) Conflicts: xmms-modplug (<< 2.04-1) Replaces: xmms-modplug (<< 2.04-1) Description: development files for mod music based on ModPlug diff -u libmodplug-0.7/debian/rules libmodplug-0.7/debian/rules --- libmodplug-0.7/debian/rules +++ libmodplug-0.7/debian/rules @@ -6,8 +6,8 @@ CC=gcc CXX=g++ -PACKAGE=libmodplug0 -LIBRARY=libmodplug0 +PACKAGE=libmodplug0c2 +LIBRARY=libmodplug0c2 DEV=libmodplug-dev major=0 version=0.0.0 @@ -69,7 +69,7 @@ dh_strip -i dh_compress -i dh_fixperms -i - dh_makeshlibs -i -V"libmodplug0 (>= 1:0.7-1)" + dh_makeshlibs -i -V"libmodplug0c2 (>= 1:0.7-4.1)" dh_installdeb -i dh_shlibdeps -i dh_gencontrol -i @@ -89,7 +89,7 @@ dh_strip -a dh_compress -a dh_fixperms -a - dh_makeshlibs -a -V"libmodplug0 (>= 1:0.7-1)" + dh_makeshlibs -a -V"libmodplug0c2 (>= 1:0.7-4.1)" dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a diff -u libmodplug-0.7/debian/changelog libmodplug-0.7/debian/changelog --- libmodplug-0.7/debian/changelog +++ libmodplug-0.7/debian/changelog @@ -1,3 +1,10 @@ +libmodplug (1:0.7-4.1) unstable; urgency=low + + * NMU + * GCC 4 transition. + + -- Andreas Metzler <[EMAIL PROTECTED]> Thu, 14 Jul 2005 16:34:15 +0000 + libmodplug (1:0.7-4) unstable; urgency=low * Use stdafx.h from upstream CVS, correcting issues with 64-bit --6c2NcOVqGQ03X4Wi-- --------------------------------------- Received: (at 318392-close) by bugs.debian.org; 20 Aug 2005 01:21:40 +0000 >From [EMAIL PROTECTED] Fri Aug 19 18:21:40 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E6Hyp-0001ec-00; Fri, 19 Aug 2005 18:17:03 -0700 From: Zed Pobre <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#318392: fixed in libmodplug 1:0.7-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 19 Aug 2005 18:17:03 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: libmodplug Source-Version: 1:0.7-5 We believe that the bug you reported is fixed in the latest version of libmodplug, which is due to be installed in the Debian FTP archive: libmodplug-dev_0.7-5_all.deb to pool/main/libm/libmodplug/libmodplug-dev_0.7-5_all.deb libmodplug0c2_0.7-5_i386.deb to pool/main/libm/libmodplug/libmodplug0c2_0.7-5_i386.deb libmodplug_0.7-5.diff.gz to pool/main/libm/libmodplug/libmodplug_0.7-5.diff.gz libmodplug_0.7-5.dsc to pool/main/libm/libmodplug/libmodplug_0.7-5.dsc 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. Zed Pobre <[EMAIL PROTECTED]> (supplier of updated libmodplug 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.7 Date: Fri, 19 Aug 2005 18:13:54 -0500 Source: libmodplug Binary: libmodplug-dev libmodplug0c2 Architecture: source i386 all Version: 1:0.7-5 Distribution: unstable Urgency: low Maintainer: Zed Pobre <[EMAIL PROTECTED]> Changed-By: Zed Pobre <[EMAIL PROTECTED]> Description: libmodplug-dev - development files for mod music based on ModPlug libmodplug0c2 - shared libraries for mod music based on ModPlug Closes: 318392 318994 Changes: libmodplug (1:0.7-5) unstable; urgency=low . * Official build, acknowledging NMU, and closing out the bugs (closes: #318392, #318994) * Standards-Version: 3.6.2.0 (no changes required) Files: a98246ad15e2d206468c40e2df27087b 904 sound optional libmodplug_0.7-5.dsc a1a1b44b5f3c00b803508ef7fa2006d7 6743 sound optional libmodplug_0.7-5.diff.gz e5c0b4f06c6e72492ca0e76e65b5f742 22250 sound optional libmodplug-dev_0.7-5_all.deb 5e07b160df90786024e7ec874c0ba8ed 116384 sound optional libmodplug0c2_0.7-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQwZoeR0207zoJUw5AQIfLAf/crYS70AqWKv9eWBFy+lwt33JpJVdEcAW 2O5ZLKRlvPQ57mPhsydCol0M3aG4z6F26QG5Tysd3yUF69KJX5WId3CZjsBG9/MG JMwBUAaaUinfAayH3fcVcDdo4fV586gjfUA55r/6X9TwzOpvf+9++9GbTHLJv1ns QTeWeaLMzaUdeFuw8patTnHeExcczDfxIPPae9jyi9IxQfFGJf9quWV3DjVnsQhh Z2Nrq/AePOZxVkVkl9uiPONINv9e8C1o11zSXFoqcTPHOn+NWr3mnOyn5XqHji2Y DB2rh2ihGvQ0N1MselG9x1VkbhlhhP0QYnrwdriC7SrinmEKiHaM8Q== =zjb5 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]