Your message dated Wed, 7 Jun 2017 16:40:29 +0200
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #794504,
regarding cppunit: diff for NMU version 1.13.2-2.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.)
--
794504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794504
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cppunit
Version: 1.13.2-2
Severity: normal
Tags: patch pending
Dear maintainer,
as you are busy and this package will block many packages in the libstdc++6
transition (cppunit-based unit tests which fail to link...)
I've prepared an NMU for cppunit (versioned as 1.13.2-2.1).
According to
https://lists.debian.org/debian-devel-announce/2015/08/msg00000.html 2-day is
the threshold and thus uploaded it to DELAYED/2.
Regards,
Rene
diff -Nru cppunit-1.13.2/debian/changelog cppunit-1.13.2/debian/changelog
--- cppunit-1.13.2/debian/changelog 2014-08-25 06:30:28.000000000 +0200
+++ cppunit-1.13.2/debian/changelog 2015-08-03 20:34:03.000000000 +0200
@@ -1,3 +1,13 @@
+cppunit (1.13.2-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+
+ * merge from Ubuntu:
+ + Build using GCC 5.
+ + Renamed library for gcc5 transition
+
+ -- Rene Engelhard <[email protected]> Mon, 03 Aug 2015 18:33:56 +0000
+
cppunit (1.13.2-2) unstable; urgency=medium
* control:
diff -Nru cppunit-1.13.2/debian/control cppunit-1.13.2/debian/control
--- cppunit-1.13.2/debian/control 2014-08-25 06:29:04.000000000 +0200
+++ cppunit-1.13.2/debian/control 2015-08-03 20:33:09.000000000 +0200
@@ -6,12 +6,14 @@
Build-Depends: debhelper (>= 9), doxygen, dh-autoreconf
Standards-Version: 3.9.5
-Package: libcppunit-1.13-0
+Package: libcppunit-1.13-0v5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libcppunit-1.13-0
+Replaces: libcppunit-1.13-0
Description: Unit Testing Library for C++
CppUnit is a simple Framework for incorporating test cases in
your C++ code. It is similar to, and inspired by, xUnit and
@@ -20,7 +22,7 @@
Package: libcppunit-dev
Section: libdevel
Architecture: any
-Depends: libcppunit-1.13-0 (= ${binary:Version}), ${misc:Depends}
+Depends: libcppunit-1.13-0v5 (= ${binary:Version}), ${misc:Depends}
Suggests: libcppunit-doc
Replaces: cppunit (<< 1.10.0-3)
Description: Unit Testing Library for C++
diff -Nru cppunit-1.13.2/debian/rules cppunit-1.13.2/debian/rules
--- cppunit-1.13.2/debian/rules 2014-08-25 06:29:04.000000000 +0200
+++ cppunit-1.13.2/debian/rules 2015-08-03 13:52:11.000000000 +0200
@@ -6,7 +6,7 @@
override_dh_install-arch:
# Runtime library package
- dh_install -plibcppunit-1.13-0 --autodest debian/tmp/usr/lib/*/lib*.so.*
+ dh_install -plibcppunit-1.13-0v5 --autodest debian/tmp/usr/lib/*/lib*.so.*
# Developer package
# dh_install -plibcppunit-dev --autodest debian/tmp/usr/bin/DllPlugInTester
--- End Message ---
--- Begin Message ---
Version: 1.13.2-2.1
--- End Message ---