Your message dated Fri, 19 Aug 2005 18:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#318994: 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; 19 Jul 2005 05:11:56 +0000
>From [EMAIL PROTECTED] Mon Jul 18 22:11:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (mauritius.dodds.net) 
[66.93.39.86] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DukOZ-0000zP-00; Mon, 18 Jul 2005 22:11:55 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
        id 9CE66171D23; Mon, 18 Jul 2005 22:11:53 -0700 (PDT)
Date: Mon, 18 Jul 2005 22:11:53 -0700
From: Steve Langasek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libmodplug: rebuild needed for C++ ABI transition (NMU patch attached)
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--LyciRD1jyfeSSjG0
Content-Type: multipart/mixed; boundary="VS++wcV0S1rZb1Fb"
Content-Disposition: inline


--VS++wcV0S1rZb1Fb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: libmodplug
Version: 1:0.7-4
Severity: serious
Tags: patch fixed

Hi Zed,

Under the 0-day NMU policy for the C++ ABI transition, I have prepared an
NMU for libmodplug, because this library provides C++ interfaces and must be
rebuilt so that a number of other C++-based packages can transition to g++
4.0.  The diff for this NMU is attached; the NMU will be uploaded shortly.
If you see any problems with the patch, let me know so I can have the
package rejected out of NEW.

Thanks,
--=20
Steve Langasek
postmodern programmer

--VS++wcV0S1rZb1Fb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libmodplug-c++.diff"
Content-Transfer-Encoding: quoted-printable

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
=20
-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 @@
=20
 Package: libmodplug-dev
 Architecture: all
-Depends: libmodplug0 (=3D ${Source-Version})
+Depends: libmodplug0c2 (=3D ${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 @@
=20
 CC=3Dgcc
 CXX=3Dg++
-PACKAGE=3Dlibmodplug0
-LIBRARY=3Dlibmodplug0
+PACKAGE=3Dlibmodplug0c2
+LIBRARY=3Dlibmodplug0c2
 DEV=3Dlibmodplug-dev
 major=3D0
 version=3D0.0.0
@@ -69,7 +69,7 @@
        dh_strip -i
        dh_compress -i
        dh_fixperms -i
-       dh_makeshlibs -i -V"libmodplug0 (>=3D 1:0.7-1)"
+       dh_makeshlibs -i -V"libmodplug0c2 (>=3D 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 (>=3D 1:0.7-1)"
+       dh_makeshlibs -a -V"libmodplug0c2 (>=3D 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,12 @@
+libmodplug (1:0.7-4.1) unstable; urgency=3Dmedium
+
+  * Non-maintainer upload.
+  * Medium-urgency upload for RC bugfix.
+  * Rebuild against g++-4.0 for the C++ ABI transition, renaming
+    libmodplug0 to libmodplug0c2 and conflicting with libmodplug0.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Mon, 18 Jul 2005 19:10:24 -0700
+
 libmodplug (1:0.7-4) unstable; urgency=3Dlow
=20
   * Use stdafx.h from upstream CVS, correcting issues with 64-bit

--VS++wcV0S1rZb1Fb--

--LyciRD1jyfeSSjG0
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC3IuYKN6ufymYLloRAonoAKCT/c1s1r3bU7OQBJ8EGJpuXkelowCdH3+Y
gCohnog1Z0ZwPyfxbjqC+GY=
=8zQc
-----END PGP SIGNATURE-----

--LyciRD1jyfeSSjG0--

---------------------------------------
Received: (at 318994-close) by bugs.debian.org; 20 Aug 2005 01:21:41 +0000
>From [EMAIL PROTECTED] Fri Aug 19 18:21:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E6Hyp-0001ee-00; Fri, 19 Aug 2005 18:17:03 -0700
From: Zed Pobre <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318994: 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
X-CrossAssassin-Score: 2

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]

Reply via email to