Your message dated Thu, 29 Jan 2009 04:32:04 +0000
with message-id <[email protected]>
and subject line Bug#440245: fixed in wvstreams 4.4.1-1
has caused the Debian Bug report #440245,
regarding diff for 4.2.2-2.3 NMU
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 [email protected]
immediately.)
--
440245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440245
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wvstreams
Version: 4.2.2-2.2
Severity: normal
Tags: patch
Attached is the NMU diff for wvstreams 4.2.2-2.3, which has been
uploaded to DELAYED/7-day.
--
Robert Edmonds
[email protected]
diff -u wvstreams-4.2.2/debian/changelog wvstreams-4.2.2/debian/changelog
--- wvstreams-4.2.2/debian/changelog
+++ wvstreams-4.2.2/debian/changelog
@@ -1,3 +1,10 @@
+wvstreams (4.2.2-2.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Apply brian m. carlson's FTBFS patch. (Closes: Bug#387989).
+
+ -- Robert S. Edmonds <[email protected]> Thu, 30 Aug 2007 15:52:19 -0400
+
wvstreams (4.2.2-2.2) unstable; urgency=medium
* Non-maintainer upload.
--- wvstreams-4.2.2.orig/include/wvvector.h
+++ wvstreams-4.2.2/include/wvvector.h
@@ -358,7 +358,7 @@
/** Returns a pointer to the current element */
T *ptr() const
{
- return static_cast<T *>(cur()->data);
+ return static_cast<T *>(this->cur()->data);
}
WvIterStuff(T);
@@ -368,7 +368,7 @@
*/
bool get_autofree() const
{
- return link->get_autofree();
+ return this->link->get_autofree();
}
/**
@@ -376,7 +376,7 @@
*/
void set_autofree(bool autofree)
{
- link->set_autofree(autofree);
+ this->link->set_autofree(autofree);
}
/**
@@ -386,7 +386,7 @@
*/
void remove(bool destroy = true)
{
- WvVector::vec.remove(i, destroy);
+ WvVector::vec.remove(this->i, destroy);
}
/**
@@ -404,8 +404,8 @@
*/
void xremove(bool destroy = true)
{
- WvVector::vec.remove(i, destroy);
- prev();
+ WvVector::vec.remove(this->i, destroy);
+ this->prev();
}
};
};
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: wvstreams
Source-Version: 4.4.1-1
We believe that the bug you reported is fixed in the latest version of
wvstreams, which is due to be installed in the Debian FTP archive:
libuniconf4.4_4.4.1-1_i386.deb
to pool/main/w/wvstreams/libuniconf4.4_4.4.1-1_i386.deb
libwvstreams-dev_4.4.1-1_i386.deb
to pool/main/w/wvstreams/libwvstreams-dev_4.4.1-1_i386.deb
libwvstreams4.4-base_4.4.1-1_i386.deb
to pool/main/w/wvstreams/libwvstreams4.4-base_4.4.1-1_i386.deb
libwvstreams4.4-doc_4.4.1-1_all.deb
to pool/main/w/wvstreams/libwvstreams4.4-doc_4.4.1-1_all.deb
libwvstreams4.4-extras_4.4.1-1_i386.deb
to pool/main/w/wvstreams/libwvstreams4.4-extras_4.4.1-1_i386.deb
libwvstreams4.4-qt_4.4.1-1_i386.deb
to pool/main/w/wvstreams/libwvstreams4.4-qt_4.4.1-1_i386.deb
uniconf-tools_4.4.1-1_i386.deb
to pool/main/w/wvstreams/uniconf-tools_4.4.1-1_i386.deb
uniconfd_4.4.1-1_i386.deb
to pool/main/w/wvstreams/uniconfd_4.4.1-1_i386.deb
wvstreams_4.4.1-1.diff.gz
to pool/main/w/wvstreams/wvstreams_4.4.1-1.diff.gz
wvstreams_4.4.1-1.dsc
to pool/main/w/wvstreams/wvstreams_4.4.1-1.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.
Barry deFreese <[email protected]> (supplier of updated wvstreams 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.8
Date: Wed, 28 Jan 2009 21:37:43 -0500
Source: wvstreams
Binary: libwvstreams4.4-base libwvstreams4.4-extras libuniconf4.4
libwvstreams4.4-doc libwvstreams4.4-qt libwvstreams-dev uniconfd uniconf-tools
Architecture: source i386 all
Version: 4.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Barry deFreese <[email protected]>
Description:
libuniconf4.4 - C++ network libraries for rapid application development
libwvstreams-dev - Development libraries and header files for libwvstreams4.4
libwvstreams4.4-base - C++ network libraries for rapid application development
libwvstreams4.4-doc - Documentation for WvStreams
libwvstreams4.4-extras - C++ network libraries for rapid application
development
libwvstreams4.4-qt - WvStreams and Qt Event Integration Library
uniconf-tools - Tools to interface with UniConf
uniconfd - Server that manages UniConf elements
Closes: 440245 487140
Changes:
wvstreams (4.4.1-1) unstable; urgency=low
.
* QA upload.
+ Set maintainer to Debian QA Group <[email protected]>.
+ Remove Simon Law. (Closes: #487140).
* Acknowledge NMUs. (Closes: #440245).
* Remove duplicate build-dep on doxygen.
* Update {Source-Version} to ${binary:Version}.
* Make clean not ignore errors.
* Add suggests on tk8.4 || wish to libwvstreams-dev package.
* Add watch file.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.8.0.
Checksums-Sha1:
6ce5e462ec5a0f86cacd6efd7505e5b232382b4f 1239 wvstreams_4.4.1-1.dsc
fd94d23dc2467959d5188aaf7cc0e3e44ac44b39 11021 wvstreams_4.4.1-1.diff.gz
4fc167c29284b3d5c696521bfceadb6f629ca993 416308
libwvstreams4.4-base_4.4.1-1_i386.deb
57905c15b03c9b4be163e6b867c402fe5c251eb4 601916
libwvstreams4.4-extras_4.4.1-1_i386.deb
c7af76f29ba0cc0fc5e2ddabd6b3dd3ae28be086 330658 libuniconf4.4_4.4.1-1_i386.deb
712bcfbad0e6ad330b612dfc8f6bfa9ff569745f 240520
libwvstreams4.4-qt_4.4.1-1_i386.deb
64cb14af91931260dad98cb02987474ac98d0d97 1507442
libwvstreams-dev_4.4.1-1_i386.deb
978ae7a0c70896698764e139f5903ead490f3e62 223368 uniconfd_4.4.1-1_i386.deb
734d721f83c042387125e40ed2735aee50b18322 217798 uniconf-tools_4.4.1-1_i386.deb
ec6dc4924bee107bd8abd1065f9f7ffa83ab9bfd 4410448
libwvstreams4.4-doc_4.4.1-1_all.deb
Checksums-Sha256:
440ec2af51a88cf580ab53836af47792282036285ded464056c9bb1796f5b3eb 1239
wvstreams_4.4.1-1.dsc
703bc8657456c8062cf16336598868df74eead701b1accfb9b79e36138a5fd24 11021
wvstreams_4.4.1-1.diff.gz
d6d876f3a493ed1f0b105629b86b97b1744fe01ecb0dd19998ca4b59c1ba81fd 416308
libwvstreams4.4-base_4.4.1-1_i386.deb
330ba543741c24e5edca95b50773c0e1908a7b5b29e57c6cd1607a4f569d1542 601916
libwvstreams4.4-extras_4.4.1-1_i386.deb
92bfcc89cf296428152843bc50c233fb566c50b1356a57456b4e9f1a38f952df 330658
libuniconf4.4_4.4.1-1_i386.deb
211321b509fdb1b6a34db41dc23d5617446e19ff78d885ba87df2e3225ce74fd 240520
libwvstreams4.4-qt_4.4.1-1_i386.deb
2996756a8055db0e6f5b25507b7a0dc564b77a516eb96923127119667292165a 1507442
libwvstreams-dev_4.4.1-1_i386.deb
e3a06fcff6afa5844b5214514f482c065cffead245fcb5f18cc50ad657d927b1 223368
uniconfd_4.4.1-1_i386.deb
fc301847165f182568bc75d421de3c2c69b41bcd6162ee26f986512ead125d40 217798
uniconf-tools_4.4.1-1_i386.deb
43ac197e768e9664ea39561f64450d7675fc2d604980aedd0e6d6f399653af9b 4410448
libwvstreams4.4-doc_4.4.1-1_all.deb
Files:
06d60df3b6b6ef98a5ae44092dc176e2 1239 libs optional wvstreams_4.4.1-1.dsc
d05610b1f4300fbf25e8d53ca683901c 11021 libs optional wvstreams_4.4.1-1.diff.gz
fef7bc1a1a32f0424b980eb414acff06 416308 libs optional
libwvstreams4.4-base_4.4.1-1_i386.deb
a36a6ef6991e024b1b8410505dfece05 601916 libs optional
libwvstreams4.4-extras_4.4.1-1_i386.deb
e9e0c6e7f5413e5debd734898295e145 330658 libs optional
libuniconf4.4_4.4.1-1_i386.deb
2e14ea7eea00314b36b00ee3090e0ec6 240520 libs optional
libwvstreams4.4-qt_4.4.1-1_i386.deb
34fe15a6619b5b940c1b06a94b843c1e 1507442 libdevel optional
libwvstreams-dev_4.4.1-1_i386.deb
aa8ecbc37777b2b43f8cb0fadd765f21 223368 utils optional
uniconfd_4.4.1-1_i386.deb
3531bf7964c7258e750d1f6ef0329f26 217798 utils optional
uniconf-tools_4.4.1-1_i386.deb
e08cdc94929fc87f54d374fa09686662 4410448 doc optional
libwvstreams4.4-doc_4.4.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmBLUkACgkQ5ItltUs5T361UQCg5605HYCShxfpATvJ1Bz/EiVp
3GoAn3ztuop8ro7wF8ScXDeJ5c9IeQ3K
=VwJf
-----END PGP SIGNATURE-----
--- End Message ---