Your message dated Wed, 28 Sep 2005 14:04:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322671: fixed in libfwbuilder 2.0.7-2
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; 12 Aug 2005 05:53:16 +0000
>From [EMAIL PROTECTED] Thu Aug 11 22:53:16 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 1E3STk-0000AA-00; Thu, 11 Aug 2005 22:53:16 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
id 5F352171D65; Thu, 11 Aug 2005 22:53:13 -0700 (PDT)
Date: Thu, 11 Aug 2005 22:53:13 -0700
From: Steve Langasek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libfwbuilder: 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="pAwQNkOnpTn9IO2O"
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
--pAwQNkOnpTn9IO2O
Content-Type: multipart/mixed; boundary="RASg3xLB4tUQ4RcS"
Content-Disposition: inline
--RASg3xLB4tUQ4RcS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: libfwbuilder
Version: 2.0.7-1
Severity: serious
Tags: patch
Hi Jeremy,
Under the 0-day NMU policy for the C++ ABI transition, I have prepared an
NMU for libfwbuilder, 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 Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--RASg3xLB4tUQ4RcS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libfwbuilder-c++.diff"
Content-Transfer-Encoding: quoted-printable
diff -u libfwbuilder-2.0.7/debian/changelog libfwbuilder-2.0.7/debian/chang=
elog
--- libfwbuilder-2.0.7/debian/changelog
+++ libfwbuilder-2.0.7/debian/changelog
@@ -1,3 +1,12 @@
+libfwbuilder (2.0.7-1.1) unstable; urgency=3Dhigh
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Rebuild against g++-4.0 for the C++ ABI transition, renaming
+ libfwbuilder6 to libfwbuilder6c2 and conflicting with libfwbuilder6.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Thu, 11 Aug 2005 05:54:54 -0700
+
libfwbuilder (2.0.7-1) unstable; urgency=3Dlow
=20
* New upstream release
diff -u libfwbuilder-2.0.7/debian/control libfwbuilder-2.0.7/debian/control
--- libfwbuilder-2.0.7/debian/control
+++ libfwbuilder-2.0.7/debian/control
@@ -8,7 +8,7 @@
Package: libfwbuilder-dev
Section: libdevel
Architecture: any
-Depends: libfwbuilder6 (=3D ${Source-Version}), libc6-dev
+Depends: libfwbuilder6c2 (=3D ${Source-Version}), libc6-dev
Description: Firewall Builder API library development files
This package contains the libraries and header files that programmer wou=
ld
need to develop applications using Firewall Builder API.
@@ -16,11 +16,11 @@
This package contains the development files needed to compile software to
use the libfwbuilder API.
=20
-Package: libfwbuilder6
+Package: libfwbuilder6c2
Section: libs
Architecture: any
-Replaces: libfwbuilder0, libfwbuilder3, libfwbuilder4, libfwbuilder5
-Conflicts: libfwbuilder0, libfwbuilder3, libfwbuilder4, libfwbuilder5
+Replaces: libfwbuilder0, libfwbuilder3, libfwbuilder4, libfwbuilder5, libf=
wbuilder6
+Conflicts: libfwbuilder0, libfwbuilder3, libfwbuilder4, libfwbuilder5, lib=
fwbuilder6
Depends: ${shlibs:Depends}
Description: Firewall Builder API library
This package contains the libraries and header files that programmer wou=
ld
diff -u libfwbuilder-2.0.7/debian/rules libfwbuilder-2.0.7/debian/rules
--- libfwbuilder-2.0.7/debian/rules
+++ libfwbuilder-2.0.7/debian/rules
@@ -129,8 +129,8 @@
dh_strip -a
dh_compress -a
dh_fixperms -a
- # dh_makeshlibs -V "libfwbuilder6 (>=3D $$(sed 's/^.*(\(.*\)-.*).*/\1/;
q=
' debian/changelog)-0), libfwbuilder6 (<< $$(sed 's/^.*(\(.*\)-.*).*/\1/; q=
' debian/changelog).0-0)"
- dh_makeshlibs -V "libfwbuilder6 (>=3D $$(sed 's/^.*(\(.*\)-.*).*/\1/;
q' =
debian/changelog)-0)" -a
+ # dh_makeshlibs -V "libfwbuilder6c2 (>=3D $$(sed
's/^.*(\(.*\)-.*).*/\1/;=
q' debian/changelog)-0), libfwbuilder6c2 (<< $$(sed 's/^.*(\(.*\)-.*).*/\1=
/; q' debian/changelog).0-0)"
+ dh_makeshlibs -V "libfwbuilder6c2 (>=3D $$(sed 's/^.*(\(.*\)-.*).*/\1/;
q=
' debian/changelog)-0)" -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a -u-isp
reverted:
--- libfwbuilder-2.0.7/debian/packages.d/libfwbuilder6.in
+++ libfwbuilder-2.0.7.orig/debian/packages.d/libfwbuilder6.in
@@ -1,11 +0,0 @@
-%dirs%
-usr/lib
-usr/share
-%install%
-usr/lib/lib*.so.*
-usr/lib/lib*.la
-usr/share/libfwbuilder/*
-%docs%
-debian/tmp/usr/share/doc/libfwbuilder/AUTHORS
-debian/tmp/usr/share/doc/libfwbuilder/Credits
-debian/tmp/usr/share/doc/libfwbuilder/PatchAcceptancePolicy.txt
only in patch2:
unchanged:
--- libfwbuilder-2.0.7.orig/debian/packages.d/libfwbuilder6c2.in
+++ libfwbuilder-2.0.7/debian/packages.d/libfwbuilder6c2.in
@@ -0,0 +1,11 @@
+%dirs%
+usr/lib
+usr/share
+%install%
+usr/lib/lib*.so.*
+usr/lib/lib*.la
+usr/share/libfwbuilder/*
+%docs%
+debian/tmp/usr/share/doc/libfwbuilder/AUTHORS
+debian/tmp/usr/share/doc/libfwbuilder/Credits
+debian/tmp/usr/share/doc/libfwbuilder/PatchAcceptancePolicy.txt
--RASg3xLB4tUQ4RcS--
--pAwQNkOnpTn9IO2O
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)
iD8DBQFC/DlJKN6ufymYLloRAp0dAJ4lzG8LB3rGfJbpKj+rHsgbcOchAQCfbmwy
C00W1lfFFLvGTs5rslnlulE=
=sFjC
-----END PGP SIGNATURE-----
--pAwQNkOnpTn9IO2O--
---------------------------------------
Received: (at 322671-close) by bugs.debian.org; 28 Sep 2005 21:14:43 +0000
>From [EMAIL PROTECTED] Wed Sep 28 14:14:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EKj66-0008RR-00; Wed, 28 Sep 2005 14:04:14 -0700
From: [EMAIL PROTECTED] (Jeremy T. Bouse)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322671: fixed in libfwbuilder 2.0.7-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 28 Sep 2005 14:04:14 -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: libfwbuilder
Source-Version: 2.0.7-2
We believe that the bug you reported is fixed in the latest version of
libfwbuilder, which is due to be installed in the Debian FTP archive:
libfwbuilder-dev_2.0.7-2_i386.deb
to pool/main/libf/libfwbuilder/libfwbuilder-dev_2.0.7-2_i386.deb
libfwbuilder6c2_2.0.7-2_i386.deb
to pool/main/libf/libfwbuilder/libfwbuilder6c2_2.0.7-2_i386.deb
libfwbuilder_2.0.7-2.diff.gz
to pool/main/libf/libfwbuilder/libfwbuilder_2.0.7-2.diff.gz
libfwbuilder_2.0.7-2.dsc
to pool/main/libf/libfwbuilder/libfwbuilder_2.0.7-2.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.
Jeremy T. Bouse <[EMAIL PROTECTED]> (supplier of updated libfwbuilder 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: Wed, 28 Sep 2005 10:03:57 -0700
Source: libfwbuilder
Binary: libfwbuilder-dev libfwbuilder6c2
Architecture: source i386
Version: 2.0.7-2
Distribution: unstable
Urgency: high
Maintainer: Jeremy T. Bouse <[EMAIL PROTECTED]>
Changed-By: Jeremy T. Bouse <[EMAIL PROTECTED]>
Description:
libfwbuilder-dev - Firewall Builder API library development files
libfwbuilder6c2 - Firewall Builder API library
Closes: 322671 322690 330336
Changes:
libfwbuilder (2.0.7-2) unstable; urgency=high
.
* Accepting NMU for C++ ABI transition (Closes: #322671).
* Accepting NMU fix for snmp transition (Closes: #330336).
* Fixed Qt build depends that NMU ignored (Closes: #322690).
Files:
1c6908e16a5563bf27eae23348b68745 786 libs optional libfwbuilder_2.0.7-2.dsc
b6aa739cd3448a5b8e7e8deef09ee3eb 4977 libs optional
libfwbuilder_2.0.7-2.diff.gz
858f82a752bb22e1ef9c84958efe136f 92636 libdevel optional
libfwbuilder-dev_2.0.7-2_i386.deb
8a1df69b0271b4b3e0afbc2934bde6df 556386 libs optional
libfwbuilder6c2_2.0.7-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDOt3VtfZG+lgs7RYRAi4sAJ46OLCaE3CvOjzfQYRFCROJzrkofQCfeqRN
mA2lCaF7yY7ynJNu8rD7aIo=
=F9Qc
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]