Your message dated Sat, 22 Aug 2015 22:00:32 +0000
with message-id <[email protected]>
and subject line Bug#795212: fixed in zipios++ 0.1.5.9+cvs.2007.04.28-5.2
has caused the Debian Bug report #795212,
regarding zipios++: Handle gcc5 transition by renaming library package to 
libzipios++0v5
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.)


-- 
795212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795212
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zipios++
Version: 0.1.5.9+cvs.2007.04.28-5.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch

Dear Maintainer,

Per the gcc5 transition (https://wiki.debian.org/GCC5), zipios++'s ABI has
changed when built with gcc5.  This requires a rename, and Debian is using
v5 instead of the old c2a suffix.  The attached patch was applied in Ubuntu
to do this.

Thanks for considering the patch.


-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u zipios++-0.1.5.9+cvs.2007.04.28/debian/control zipios++-0.1.5.9+cvs.2007.04.28/debian/control
--- zipios++-0.1.5.9+cvs.2007.04.28/debian/control
+++ zipios++-0.1.5.9+cvs.2007.04.28/debian/control
@@ -8,7 +8,7 @@
 Package: libzipios++-dev
 Section: libdevel
 Architecture: any
-Depends: libzipios++0c2a (= ${binary:Version}), libz-dev
+Depends: libzipios++0v5 (= ${binary:Version}), libz-dev
 Description: a small C++ library for reading zip files (development)
  Zipios++ is a java.util.zip-like C++ library for reading and writing Zip
  files. Access to individual entries is provided through standard C++
@@ -17,12 +17,12 @@
  .
  This package contains files needed for development with zipios++.
 
-Package: libzipios++0c2a
+Package: libzipios++0v5
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libzipios++0c102, libzipios++0
-Replaces: libzipios++0c102, libzipios++0
+Conflicts: libzipios++0c2a, libzipios++0c102, libzipios++0
+Replaces: libzipios++0c2a, libzipios++0c102, libzipios++0
 Description: a small C++ library for reading zip files (library)
  Zipios++ is a java.util.zip-like C++ library for reading and writing Zip
  files. Access to individual entries is provided through standard C++
reverted:
--- zipios++-0.1.5.9+cvs.2007.04.28/debian/libzipios++0c2a.dirs
+++ zipios++-0.1.5.9+cvs.2007.04.28.orig/debian/libzipios++0c2a.dirs
@@ -1 +0,0 @@
-usr/lib
reverted:
--- zipios++-0.1.5.9+cvs.2007.04.28/debian/libzipios++0c2a.files
+++ zipios++-0.1.5.9+cvs.2007.04.28.orig/debian/libzipios++0c2a.files
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
only in patch2:
unchanged:
--- zipios++-0.1.5.9+cvs.2007.04.28.orig/debian/libzipios++0v5.dirs
+++ zipios++-0.1.5.9+cvs.2007.04.28/debian/libzipios++0v5.dirs
@@ -0,0 +1 @@
+usr/lib
only in patch2:
unchanged:
--- zipios++-0.1.5.9+cvs.2007.04.28.orig/debian/libzipios++0v5.files
+++ zipios++-0.1.5.9+cvs.2007.04.28/debian/libzipios++0v5.files
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

--- End Message ---
--- Begin Message ---
Source: zipios++
Source-Version: 0.1.5.9+cvs.2007.04.28-5.2

We believe that the bug you reported is fixed in the latest version of
zipios++, 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.
Scott Kitterman <[email protected]> (supplier of updated zipios++ 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: Sat, 22 Aug 2015 11:03:59 -0400
Source: zipios++
Binary: libzipios++-dev libzipios++0v5 libzipios++-doc
Architecture: source amd64 all
Version: 0.1.5.9+cvs.2007.04.28-5.2
Distribution: unstable
Urgency: medium
Maintainer: Masayuki Hatta (mhatta) <[email protected]>
Changed-By: Scott Kitterman <[email protected]>
Description:
 libzipios++-dev - a small C++ library for reading zip files (development)
 libzipios++-doc - a small C++ library for reading zip files (documents)
 libzipios++0v5 - a small C++ library for reading zip files (library)
Closes: 754833 795212
Changes:
 zipios++ (0.1.5.9+cvs.2007.04.28-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Handle gcc5 transition by renaming library package to libzipios++0v5
     (Closes: #795212)
     - Thanks to Michael Terry for the report and the patch
   * Include dh-autoreconf to build properly on new architectures (Closes:
     #754833)
     - Thanks to Fernando Seiti Furusato for the report and the patch
   * Drop ancient conflicts/replaces that are no longer needed
Checksums-Sha1:
 8f8dcb0f130ba712604163f7210bdc0ef545a6ce 2021 
zipios++_0.1.5.9+cvs.2007.04.28-5.2.dsc
 32e61cb35034c77d0c9c95a821d8e378c0d57ac0 18798 
zipios++_0.1.5.9+cvs.2007.04.28-5.2.diff.gz
 658e0401dfe29030243c7f7563033af2d8f55616 142038 
libzipios++-dev_0.1.5.9+cvs.2007.04.28-5.2_amd64.deb
 1780328785e774e1639c7cee8fe0ecd03d78768c 289062 
libzipios++-doc_0.1.5.9+cvs.2007.04.28-5.2_all.deb
 760ef9b11a6c9611ac32537050c0abfcf6a6e576 53072 
libzipios++0v5_0.1.5.9+cvs.2007.04.28-5.2_amd64.deb
Checksums-Sha256:
 3de96bce01b0b8a398a55d9b17833bd7ce2c3deb983542d9271b458ebad4d376 2021 
zipios++_0.1.5.9+cvs.2007.04.28-5.2.dsc
 3a907e77da245c351d8e157f37933a11013cbbca31627000a038e6a9905fc3b8 18798 
zipios++_0.1.5.9+cvs.2007.04.28-5.2.diff.gz
 f31a5d4afad241000cd88a403e0a97de4fe523a336e37235c73eda573b1d76ca 142038 
libzipios++-dev_0.1.5.9+cvs.2007.04.28-5.2_amd64.deb
 319fffe583e9964be4d6507802f3539c7010e75b218df8e052fba3dc36618962 289062 
libzipios++-doc_0.1.5.9+cvs.2007.04.28-5.2_all.deb
 5908b9d9f1032acbeff7b5c1c2380a7bf0688c7594b26afb9169e87acaf8b29e 53072 
libzipios++0v5_0.1.5.9+cvs.2007.04.28-5.2_amd64.deb
Files:
 a5e2b4f89de1a7b9df4379526442f6ac 2021 devel optional 
zipios++_0.1.5.9+cvs.2007.04.28-5.2.dsc
 539e8694911e39e63e611d11b1cff8db 18798 devel optional 
zipios++_0.1.5.9+cvs.2007.04.28-5.2.diff.gz
 f7a4432e2863c051a051c9c0f591dfd6 142038 libdevel optional 
libzipios++-dev_0.1.5.9+cvs.2007.04.28-5.2_amd64.deb
 842032a123813614cf6e502d643236bf 289062 doc optional 
libzipios++-doc_0.1.5.9+cvs.2007.04.28-5.2_all.deb
 a1549ed0c4cd3c8b6097f38e6c6f8ef7 53072 libs optional 
libzipios++0v5_0.1.5.9+cvs.2007.04.28-5.2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIbBAEBCAAGBQJV2JEFAAoJEHjX3vua1ZrxAnAP91PevA++Sb7J/YJWAb0vuK2U
Dflrt98YOMATJymSO/COck91VgG3xIXn7FlAQ9GEYjYyqxu5xtS5ZcCsrPdk328y
ZONUGPgvaLGMOlRXoS2J3h1DzI9AOgSw4q7o3mY98XAOXE4a6jcSPPXjqNLvig6t
7+ETxjDT9bLiDVfyTDal1iOSR3Rn6UA9Y29VYkuRQq6JR3yE+knepfh2o8VpNnrF
G43JKSHYgDddDE6DKDRujOac+1xacwGrKjqO+3YoADwTf9D9sqp3NytaWCsEh/5i
snph/Wt39MAd+QWOc2F9pep6uo8iS/9Rc+eyYKk+gbnVFDaat9ZqkdPw1AQKvIim
5qI63nYmTfRH6Yi0H+DjUSmst2NrhNxlNIvYdPQa4aqSNyor0qnVloAMqO7APeE4
te05HcBsTFCEy3xAK1kfKcAZnhJWp58373gvRlYmGYcpNsYZO76P39Lul+Po3yZQ
iJMUkMFheM601c4cKcGaqUf1f9FuXAl+LT6YhNyI4GDaE65IGVj5eu7kzfBnPJDZ
1lBjp98qURxwkWI1XrQzJ0CgDZ9pIR+Nk6XlNbwvtDxlwGX5w0pqBgOs7wbUNyeM
LkVYbdbEq8x/zTY0XJJbsSMz3VFbp6IPbAk05Fu3CUWaazV0Z+/S9iIdadp058p0
zw7QpZZBATw3pzRl/u4=
=y0ag
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to