tags 339278 patch thanks Hi Michael,
I've prepared an NMU to fix this bug in wftk. 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 wftk-0.7.1/debian/control wftk-0.7.1/debian/control
--- wftk-0.7.1/debian/control
+++ wftk-0.7.1/debian/control
@@ -8,17 +8,17 @@
Package: libwftk-dev
Section: libdevel
Architecture: any
-Depends: libwftk-0.7c2 (= ${Source-Version}), libpng12-dev, zlib1g-dev
+Depends: libwftk-0.7c2a (= ${Source-Version}), libpng12-dev, zlib1g-dev
Description: WorldForge Toolkit - a C++ widget toolkit - development files
wftk is a C++ widget library created by the WorldForge project, based on
libuta. It uses SDL, SDL-mixer, sigc++ and freetype.
-Package: libwftk-0.7c2
+Package: libwftk-0.7c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
-Conflicts: libwftk-0.7
-Replaces: libwftk-0.7
+Conflicts: libwftk-0.7, libwftk-0.7c2
+Replaces: libwftk-0.7, libwftk-0.7c2
Description: WorldForge Toolkit - a C++ widget toolkit
wftk is a C++ widget library created by the WorldForge project, based on
libuta. It uses SDL, SDL-mixer, sigc++ and freetype.
reverted:
--- wftk-0.7.1/debian/libwftk-0.7c2.install
+++ wftk-0.7.1.orig/debian/libwftk-0.7c2.install
@@ -1,2 +0,0 @@
-usr/lib/libwftk-0.7.so.1
-usr/lib/libwftk-0.7.so.1.1.0
diff -u wftk-0.7.1/debian/changelog wftk-0.7.1/debian/changelog
--- wftk-0.7.1/debian/changelog
+++ wftk-0.7.1/debian/changelog
@@ -1,3 +1,13 @@
+wftk (0.7.1-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Medium-urgency upload for RC bugfix.
+ * Rename libwftk-0.7c2 to libwftk-0.7c2a for the C++ mt allocator ABI
+ transition, and conflict/replace libwftk-0.7c2 accordingly
+ (closes: #339278).
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Wed, 7 Dec 2005 00:13:06 -0800
+
wftk (0.7.1-7) unstable; urgency=low
* Acknowledged NMU
only in patch2:
unchanged:
--- wftk-0.7.1.orig/debian/libwftk-0.7c2a.install
+++ wftk-0.7.1/debian/libwftk-0.7c2a.install
@@ -0,0 +1,2 @@
+usr/lib/libwftk-0.7.so.1
+usr/lib/libwftk-0.7.so.1.1.0
signature.asc
Description: Digital signature

