Your message dated Wed, 14 Oct 2015 06:20:06 +0000
with message-id <[email protected]>
and subject line Bug#798200: fixed in mysql++ 3.2.2+pristine-1
has caused the Debian Bug report #798200,
regarding mysql++: diff for NMU version 3.2.1+pristine-1.1
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.)
--
798200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798200
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mysql++
Version: 3.2.1+pristine-1
Severity: normal
Tags: patch pending
Hi,
I've prepared an NMU for mysql++ (versioned as 3.2.1+pristine-1.1) for
the g++5 transition and uploaded it. Please could you integrate it with
your next upload so it's not lost?
Regards,
--
Iain Lane [ [email protected] ]
Debian Developer [ [email protected] ]
Ubuntu Developer [ [email protected] ]
diff -Nru mysql++-3.2.1+pristine/debian/changelog mysql++-3.2.1+pristine/debian/changelog
--- mysql++-3.2.1+pristine/debian/changelog 2014-03-11 20:57:40.000000000 +0000
+++ mysql++-3.2.1+pristine/debian/changelog 2015-09-06 18:28:11.000000000 +0100
@@ -1,3 +1,11 @@
+mysql++ (3.2.1+pristine-1.1) wily; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename library packages for g++5 ABI transition.
+ * Fix lintian override, use dh_lintian instead of manually instaling it.
+
+ -- Iain Lane <[email protected]> Sun, 06 Sep 2015 18:28:11 +0100
+
mysql++ (3.2.1+pristine-1) unstable; urgency=low
* New upstream release
diff -Nru mysql++-3.2.1+pristine/debian/control mysql++-3.2.1+pristine/debian/control
--- mysql++-3.2.1+pristine/debian/control 2014-03-11 20:57:40.000000000 +0000
+++ mysql++-3.2.1+pristine/debian/control 2015-09-06 18:29:40.000000000 +0100
@@ -10,7 +10,7 @@
Package: libmysql++-dev
Section: libdevel
Architecture: any
-Depends: libmysql++3 (= ${binary:Version}), libmysqlclient-dev, ${misc:Depends}
+Depends: libmysql++3v5 (= ${binary:Version}), libmysqlclient-dev, ${misc:Depends}
Suggests: libmysql++-doc
Description: MySQL C++ library bindings (development)
MySQL++ is a complex C++ API for MySQL (and other SQL databases
@@ -19,9 +19,11 @@
.
This package provides development support.
-Package: libmysql++3
+Package: libmysql++3v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libmysql++3
+Replaces: libmysql++3
Description: MySQL C++ library bindings (runtime)
MySQL++ is a complex C++ API for MySQL (and other SQL databases
soon). The goal of this API is to make working with Queries as easy
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3.dirs mysql++-3.2.1+pristine/debian/libmysql++3.dirs
--- mysql++-3.2.1+pristine/debian/libmysql++3.dirs 2014-03-11 20:57:40.000000000 +0000
+++ mysql++-3.2.1+pristine/debian/libmysql++3.dirs 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-usr/lib
-usr/share/lintian/overrides
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3.docs mysql++-3.2.1+pristine/debian/libmysql++3.docs
--- mysql++-3.2.1+pristine/debian/libmysql++3.docs 2014-03-11 20:57:40.000000000 +0000
+++ mysql++-3.2.1+pristine/debian/libmysql++3.docs 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-CREDITS.txt
-HACKERS.txt
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3.install mysql++-3.2.1+pristine/debian/libmysql++3.install
--- mysql++-3.2.1+pristine/debian/libmysql++3.install 2014-03-11 20:57:40.000000000 +0000
+++ mysql++-3.2.1+pristine/debian/libmysql++3.install 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*
-debian/lintian/libmysql++3 usr/share/lintian/overrides/
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3v5.dirs mysql++-3.2.1+pristine/debian/libmysql++3v5.dirs
--- mysql++-3.2.1+pristine/debian/libmysql++3v5.dirs 1970-01-01 01:00:00.000000000 +0100
+++ mysql++-3.2.1+pristine/debian/libmysql++3v5.dirs 2015-09-06 18:28:01.000000000 +0100
@@ -0,0 +1 @@
+usr/lib
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3v5.docs mysql++-3.2.1+pristine/debian/libmysql++3v5.docs
--- mysql++-3.2.1+pristine/debian/libmysql++3v5.docs 1970-01-01 01:00:00.000000000 +0100
+++ mysql++-3.2.1+pristine/debian/libmysql++3v5.docs 2015-08-04 19:39:27.000000000 +0100
@@ -0,0 +1,2 @@
+CREDITS.txt
+HACKERS.txt
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3v5.install mysql++-3.2.1+pristine/debian/libmysql++3v5.install
--- mysql++-3.2.1+pristine/debian/libmysql++3v5.install 1970-01-01 01:00:00.000000000 +0100
+++ mysql++-3.2.1+pristine/debian/libmysql++3v5.install 2015-08-04 19:39:27.000000000 +0100
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*
diff -Nru mysql++-3.2.1+pristine/debian/libmysql++3v5.lintian-overrides mysql++-3.2.1+pristine/debian/libmysql++3v5.lintian-overrides
--- mysql++-3.2.1+pristine/debian/libmysql++3v5.lintian-overrides 1970-01-01 01:00:00.000000000 +0100
+++ mysql++-3.2.1+pristine/debian/libmysql++3v5.lintian-overrides 2015-09-06 18:41:05.000000000 +0100
@@ -0,0 +1,2 @@
+libmysql++3v5: package-name-doesnt-match-sonames libmysqlpp3
+libmysql++3v5: no-symbols-control-file usr/lib/libmysqlpp.so.3.2.1
diff -Nru mysql++-3.2.1+pristine/debian/lintian/libmysql++3 mysql++-3.2.1+pristine/debian/lintian/libmysql++3
--- mysql++-3.2.1+pristine/debian/lintian/libmysql++3 2014-03-11 20:57:40.000000000 +0000
+++ mysql++-3.2.1+pristine/debian/lintian/libmysql++3 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-libmysql++3: package-name-doesnt-match-sonames libmysqlpp3
-libmysql++3: no-symbols-control-file usr/lib/libmysqlpp.so.3.2.1
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: mysql++
Source-Version: 3.2.2+pristine-1
We believe that the bug you reported is fixed in the latest version of
mysql++, which is due to be installed in the Debian FTP archive.
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.
Roberto C. Sanchez <[email protected]> (supplier of updated mysql++ 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: SHA256
Format: 1.8
Date: Wed, 14 Oct 2015 01:02:11 -0400
Source: mysql++
Binary: libmysql++-dev libmysql++3v5 libmysql++-doc
Architecture: source amd64 all
Version: 3.2.2+pristine-1
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research <[email protected]>
Changed-By: Roberto C. Sanchez <[email protected]>
Description:
libmysql++-dev - MySQL C++ library bindings (development)
libmysql++-doc - MySQL C++ library bindings (documentation and examples)
libmysql++3v5 - MySQL C++ library bindings (runtime)
Closes: 798200 798389
Changes:
mysql++ (3.2.2+pristine-1) unstable; urgency=low
.
* New upstream release (Closes: #798389)
* Update watch file so it finds new upstream releases, and add repack.sh
* Acknowledge NMU (Closes: #798200)
* Update to Standards-Version 3.9.6 (no changes)
* Drop obsolete patches:
+ GCC 4.6 FTBFS is no longer an issue
+ Static library patch no longer applies
Checksums-Sha1:
872e23ac7bee6c8007e0724a021331f968d91e75 2022 mysql++_3.2.2+pristine-1.dsc
b86f5228fd8cb839e972cd27937e195bc2e1ab8a 3641840
mysql++_3.2.2+pristine.orig.tar.gz
b6b1ec409b34bb09cb3eefae3e2a2d9506d56f05 7528
mysql++_3.2.2+pristine-1.debian.tar.xz
d8ad3a9cc6430de83c8f4449e31c53bad1b51c41 147288
libmysql++-dev_3.2.2+pristine-1_amd64.deb
a18900dc3bdba3a3a741649d5a7bf2ab2d18e59f 1737340
libmysql++-doc_3.2.2+pristine-1_all.deb
3502c1ed17263d8cb65a83830488035b523d2a9f 153480
libmysql++3v5_3.2.2+pristine-1_amd64.deb
Checksums-Sha256:
279f2d4b463b4d5a7986e76d271b1767fc77b941a2382ea6c487777d305a2e45 2022
mysql++_3.2.2+pristine-1.dsc
0121acb9ee904f2f357d6bcf8908ebd5691b2df7e638151a716e5e5a7903421e 3641840
mysql++_3.2.2+pristine.orig.tar.gz
b3c6c89ac2379e147b1d2aa0e97f2f32fa8552ba8355e0e9c3aacf291aaa2f52 7528
mysql++_3.2.2+pristine-1.debian.tar.xz
a3c773b57b6ac37db99f1ac22230283ab3172e1a8ed0e11f4a000b4be92c817c 147288
libmysql++-dev_3.2.2+pristine-1_amd64.deb
dc8d71754e591f9a257ee77d3ae81f9ea9a6d03a1bb868f15472c22f03e17a55 1737340
libmysql++-doc_3.2.2+pristine-1_all.deb
2f624ecd4e2d54bf8fb11c148b54aa5b3641e9c9086f5df9a81d3aece85bf16c 153480
libmysql++3v5_3.2.2+pristine-1_amd64.deb
Files:
af6d1aeaaf4f8e9d9d220a66698ed6e4 2022 libs optional
mysql++_3.2.2+pristine-1.dsc
deed917335ac9ecc47629eb68309ac42 3641840 libs optional
mysql++_3.2.2+pristine.orig.tar.gz
15da72cb4105fb0d3fd4c46d0236a128 7528 libs optional
mysql++_3.2.2+pristine-1.debian.tar.xz
0368f1ffcfadd65d8da43f49ca70e151 147288 libdevel optional
libmysql++-dev_3.2.2+pristine-1_amd64.deb
54924c5cd8107493b41e11e2520bc199 1737340 doc optional
libmysql++-doc_3.2.2+pristine-1_all.deb
52daccc7a8e22bad74fd2ce0dd8c3a35 153480 libs optional
libmysql++3v5_3.2.2+pristine-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJWHe1YAAoJECzXeF7dp7IP69YQAKU1G25mbQMJc5R7Zjq8Ptm5
0xXOUVOVYNDhD35ivV/vegq3Bk2cZ62JcCuGboy7eP+JA97Qwtf/1r+kPqXOQ8+Z
R2Kpf2vmlG+r4w3ZBGvWgFiYV1CLqos/ERr2HQHdPVTMVrpYM3qrjmjg5OJ8m6ai
KmVlFcSxcMJSK66VEwr76+KnK9Z1nGPjNI/OZx8J50nMjOISoJ5MHLc80AxhgbRR
O/WofF4VnIfawzUrnhwbSAIAUeDTxbhWHl/VEYMfNpO6lcQJ1jc6bw+peWcILtSI
RJauq3Fa/rtRG+8l30TRpuk5NjygABundokRLEn8+rJ23nO+dQMzLHxc+Zi3SZKQ
TJfU3bOx0p9BF6Ll+Ri+wuEbb1cTuh5CNdSfbVeIzPkxLWDCZh+nG9kixX/mjwTC
QaCPkJNRseV7ma8iKUSnY7x/Vy7aHTrbfhu7YddGGCxYTVKFP3X1DklF8F6fetca
pM0CsIcymJdZ4nDNxhwV/RRr7cnry1/ILd9h+cybuwWjJ9IivBaV6qdI1trdakMp
Iu2goCdYeryZVRyDLtof5f33hLL/HHn18ELMCDgJJFbbPOcI1xXvNai+oBYybtLT
MkZSqJqvo2WuiKyHUpMgOK4TTjFOIkBCHWmXa88+tdZDR9/rogr2aHQ33pmZHSxD
CeVKN/aJ669WafYHEqDh
=RBjp
-----END PGP SIGNATURE-----
--- End Message ---