Your message dated Tue, 27 Sep 2005 08:02:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#318960: fixed in lam 7.1.1-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; 18 Jul 2005 21:14:38 +0000
>From [EMAIL PROTECTED] Mon Jul 18 14:14:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wiggis.ethz.ch [129.132.86.197] (postfix)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Ducwf-0000b3-00; Mon, 18 Jul 2005 14:14:38 -0700
Received: from wiggis3.ethz.ch (wiggis3.ethz.ch [192.168.127.4])
        by wiggis.ethz.ch (Postfix) with ESMTP
        id D2627406B; Mon, 18 Jul 2005 23:14:35 +0200 (CEST)
Received: from kermit (adsl-62-167-217-102.adslplus.ch [62.167.217.102])
        (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
        (No client certificate requested)
        by wiggis.ethz.ch (Postfix) with ESMTP
        id EECEF4231; Mon, 18 Jul 2005 23:14:34 +0200 (CEST)
Received: by kermit (Postfix, from userid 1000)
        id 475EC8A1E; Mon, 18 Jul 2005 23:14:34 +0200 (CEST)
Date: Mon, 18 Jul 2005 23:14:34 +0200
From: Robert Jordens <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: C++ 4.0 transition
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd"
Content-Disposition: inline
X-Reportbug-Version: 3.15
X-GPG-Fingerprint: 1024D/E02FEF11:F01946CCF910B59289E8D6341D28E4BFE02FEF11
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
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


--ADZbWkCsHQ7r3kzd
Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE"
Content-Disposition: inline


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

Package: lam
Severity: serious
Source-Version: 7.1.1-3.1

I plan on NMUing lam for the C++ 4.0 transition in the next few hours.

Patch attached.

        Robert.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3-rj1
Locale: LANG=3DC, LC_CTYPE=3Den_US.UTF-8 (charmap=3DUTF-8)

--=20
Never worry about theory as long as the machinery does what it's supposed t=
o do.
                -- R. A. Heinlein

--Kj7319i9nmIyA2yE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="lam_7.1.1-3.1_7.1.1-3.2.diff"
Content-Transfer-Encoding: quoted-printable

diff -u lam-7.1.1/debian/rules lam-7.1.1/debian/rules
--- lam-7.1.1/debian/rules
+++ lam-7.1.1/debian/rules
@@ -471,8 +471,8 @@
        dh_compress -a
        dh_fixperms -a
        dh_installdeb -a
-       dh_shlibdeps -a -l `pwd`/debian/lam$(SO)/usr/lib/=20
-       cat debian/lam$(SO).substvars | sed "s, *lam$(SO)[^,]*,,1" > tmp && mv 
tm=
p debian/lam$(SO).substvars
+       dh_shlibdeps -a -l `pwd`/debian/lam$(SO)c2/usr/lib/=20
+       cat debian/lam$(SO)c2.substvars | sed "s, *lam$(SO)[^,]*,,1" > tmp && 
mv =
tmp debian/lam$(SO)c2.substvars
        dh_gencontrol -a
        dh_makeshlibs -a
        dh_md5sums -a
@@ -488,7 +488,7 @@
        dh_compress -i
        dh_fixperms -i
        dh_installdeb -i
-       dh_shlibdeps -i -l `pwd`/debian/lam$(SO)/usr/lib/=20
+       dh_shlibdeps -i -l `pwd`/debian/lam$(SO)c2/usr/lib/=20
        dh_gencontrol -i
        dh_makeshlibs -i
        dh_md5sums -i
diff -u lam-7.1.1/debian/control lam-7.1.1/debian/control
--- lam-7.1.1/debian/control
+++ lam-7.1.1/debian/control
@@ -23,7 +23,7 @@
 Section: devel
 Architecture: any
 Pre-Depends: dpkg (>=3D 1.6.8)
-Depends: lam4, libc6-dev
+Depends: lam4c2, libc6-dev
 Provides: lam-dev
 Conflicts: lam-dev,lam,lam1-dev
 Replaces: lam-dev,lam,lam1-dev,lam2-dev,lam3-dev,lam-runtime (<< 6.3-3)
@@ -33,14 +33,14 @@
  .
  This package provides the development headers and related files.
=20
-Package: lam4
+Package: lam4c2
 Section: libs
 Architecture: any
 Pre-Depends: dpkg (>=3D 1.6.8)
 Depends: debianutils (>=3D 1.6),${shlibs:Depends}
 Provides: mpi
-Conflicts: lam,lam1
-Replaces: lam,lam1
+Conflicts: lam,lam1,lam4
+Replaces: lam,lam1,lam4
 Recommends: lam-runtime
 Description: Shared libraries used by LAM parallel programs
  LAM (Local Area Multicomputer) is an open source implementation of the
reverted:
--- lam-7.1.1/debian/lam4.files
+++ lam-7.1.1.orig/debian/lam4.files
@@ -1 +0,0 @@
-usr/lib/*.so.*
reverted:
--- lam-7.1.1/debian/lam4.postinst
+++ lam-7.1.1.orig/debian/lam4.postinst
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-if [ "$1" =3D "configure" ]; then
-       ldconfig
-fi
-
-#DEBHELPER#
diff -u lam-7.1.1/debian/shlibs.local lam-7.1.1/debian/shlibs.local
--- lam-7.1.1/debian/shlibs.local
+++ lam-7.1.1/debian/shlibs.local
@@ -1,3 +1,3 @@
-liblam 4 lam4
-liblam++ 4 lam4
-liblamio 4 lam4
+liblam 4 lam4c2
+liblam++ 4 lam4c2
+liblamio 4 lam4c2
diff -u lam-7.1.1/debian/changelog lam-7.1.1/debian/changelog
--- lam-7.1.1/debian/changelog
+++ lam-7.1.1/debian/changelog
@@ -1,3 +1,12 @@
+lam (7.1.1-3.2) unstable; urgency=3Dlow
+
+  * NMU for the CXX transition according to
+    http://lists.debian.org/debian-devel-announce/2005/07/msg00001.html
+  * CXX transition: Rename lam4 to lam4c2; patch from doko:
+    https://bugzilla.ubuntu.com/show_bug.cgi?id=3D10708; closes: Bug#
+
+ -- Robert Jordens <[EMAIL PROTECTED]>  Wed, 13 Jul 2005 23:43:52 +0200
+
 lam (7.1.1-3.1) unstable; urgency=3Dhigh
=20
   * Non-maintainer upload.
only in patch2:
unchanged:
--- lam-7.1.1.orig/debian/lam4c2.files
+++ lam-7.1.1/debian/lam4c2.files
@@ -0,0 +1 @@
+usr/lib/*.so.*
only in patch2:
unchanged:
--- lam-7.1.1.orig/debian/lam4c2.postinst
+++ lam-7.1.1/debian/lam4c2.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ "$1" =3D "configure" ]; then
+       ldconfig
+fi
+
+#DEBHELPER#

--Kj7319i9nmIyA2yE--

--ADZbWkCsHQ7r3kzd
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)

iD8DBQFC3Bu5HSjkv+Av7xERAk3XAJ9XE9o0ZofVWeYLbffsoJF1I2GRowCffWhL
tlYkrWNasQ4/p9V4YD1UYY4=
=IumA
-----END PGP SIGNATURE-----

--ADZbWkCsHQ7r3kzd--

---------------------------------------
Received: (at 318960-close) by bugs.debian.org; 27 Sep 2005 15:08:22 +0000
>From [EMAIL PROTECTED] Tue Sep 27 08:08:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EKGy8-0003Ts-00; Tue, 27 Sep 2005 08:02:08 -0700
From: Camm Maguire <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318960: fixed in lam 7.1.1-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 27 Sep 2005 08:02:08 -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: lam
Source-Version: 7.1.1-5

We believe that the bug you reported is fixed in the latest version of
lam, which is due to be installed in the Debian FTP archive:

lam-mpidoc_7.1.1-5_all.deb
  to pool/main/l/lam/lam-mpidoc_7.1.1-5_all.deb
lam-runtime_7.1.1-5_i386.deb
  to pool/main/l/lam/lam-runtime_7.1.1-5_i386.deb
lam4-dev_7.1.1-5_i386.deb
  to pool/main/l/lam/lam4-dev_7.1.1-5_i386.deb
lam4c2_7.1.1-5_i386.deb
  to pool/main/l/lam/lam4c2_7.1.1-5_i386.deb
lam_7.1.1-5.diff.gz
  to pool/main/l/lam/lam_7.1.1-5.diff.gz
lam_7.1.1-5.dsc
  to pool/main/l/lam/lam_7.1.1-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.
Camm Maguire <[EMAIL PROTECTED]> (supplier of updated lam 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: Tue, 27 Sep 2005 14:18:35 +0000
Source: lam
Binary: lam4c2 lam-runtime lam-mpidoc lam4-dev
Architecture: source i386 all
Version: 7.1.1-5
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Camm Maguire <[EMAIL PROTECTED]>
Description: 
 lam-mpidoc - Documentation for the Message Passing Interface standard
 lam-runtime - LAM runtime environment for executing parallel programs
 lam4-dev   - Development of parallel programs using LAM
 lam4c2     - Shared libraries used by LAM parallel programs
Closes: 308554 318960 330103
Changes: 
 lam (7.1.1-5) unstable; urgency=high
 .
   * Versioned build-dep on findutils >= 4.2.25-1 for new perm argument
     syntax.  Closes: #330103.
   * Accepted NMU in -4 Closes: #318960.  Closes: #308554.
Files: 
 b156bfa03950a327695586d9f72731f7 666 devel extra lam_7.1.1-5.dsc
 9e42e2725f667303797fe2e7bdc0ed0b 164438 devel extra lam_7.1.1-5.diff.gz
 f3407bafcf798b79665a6aeee351245f 1924034 devel extra lam4-dev_7.1.1-5_i386.deb
 e527f40fd5928c074640f96b9b6e7b80 507600 libs extra lam4c2_7.1.1-5_i386.deb
 0ee46ad924a2295b59d7fc8a15110e9b 947540 utils extra 
lam-runtime_7.1.1-5_i386.deb
 ab7b21f5e56c0f316d159f76fd967584 299740 doc extra lam-mpidoc_7.1.1-5_all.deb

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

iD8DBQFDOVwcczG1wFfwRdwRAtHsAKCxJr/NF/t3FS29VXH5b2gjSFlZogCeK7/P
r8uHj1GIw8COFGTT6r9FAl4=
=2Z47
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to