tags 339263 patch
thanks

Hi Michael,

I've prepared an NMU to fix this bug in sigcperl.  The patch for the NMU is
attached, and I'll be uploading the package shortly to the NEW queue.  If
you disagree with any of the changes made, please make a maintainer upload
in its place.

Cheers,
-- 
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/
diff -u sigcperl-0.2.0/debian/changelog sigcperl-0.2.0/debian/changelog
--- sigcperl-0.2.0/debian/changelog
+++ sigcperl-0.2.0/debian/changelog
@@ -1,3 +1,14 @@
+sigcperl (0.2.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Medium-urgency upload for RC bugfix.
+  * Rename libsigcperl1c2 to libsigcperl1c2a for the C++ mt allocator ABI
+    transition, and conflict/replace libsigcperl1c2 accordingly
+    (closes: #339263).   
+  * Add missing conflicts/replaces on libsigcperl1 as well.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sun,  4 Dec 2005 03:43:27 -0800
+
 sigcperl (0.2.0-3) unstable; urgency=low
 
   * Acknowledge NMU. Thanks to Blars Blarson (Closes: #297973)
diff -u sigcperl-0.2.0/debian/control sigcperl-0.2.0/debian/control
--- sigcperl-0.2.0/debian/control
+++ sigcperl-0.2.0/debian/control
@@ -8,7 +8,7 @@
 Package: libsigcperl-dev
 Section: libdevel
 Architecture: any
-Depends: libsigcperl1c2 (= ${Source-Version}), libsigc++-1.2-dev
+Depends: libsigcperl1c2a (= ${Source-Version}), libsigc++-1.2-dev
 Description: Helper library for the libsigc++ Perl bindings - development files
  This is a helper library to create Perl bindings to the libsigc++ signal
  library possible. It is intended to provide a mechanism for writing Perl
@@ -17,10 +17,12 @@
  This package contains the files needed to build the Perl bindings for sigc++
  and other libraries/applications using sigcperl.
 
-Package: libsigcperl1c2
+Package: libsigcperl1c2a
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libsigcperl1, libsigcperl1c2
+Replaces: libsigcperl1, libsigcperl1c2
 Description: Helper library for the libsigc++ Perl bindings
  This is a helper library to create Perl bindings to the libsigc++ signal
  library possible. It is intended to provide a mechanism for writing Perl
reverted:
--- sigcperl-0.2.0/debian/libsigcperl1c2.files
+++ sigcperl-0.2.0.orig/debian/libsigcperl1c2.files
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
only in patch2:
unchanged:
--- sigcperl-0.2.0.orig/debian/libsigcperl1c2a.files
+++ sigcperl-0.2.0/debian/libsigcperl1c2a.files
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Attachment: signature.asc
Description: Digital signature

Reply via email to