tags 545607 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for python-visual (versioned as 1:5.11-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Rationale of the changes made can be found in this bug report.

Regards.
diff -u python-visual-5.11/debian/changelog python-visual-5.11/debian/changelog
--- python-visual-5.11/debian/changelog
+++ python-visual-5.11/debian/changelog
@@ -1,3 +1,13 @@
+python-visual (1:5.11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/2001_use_multithreaded_boost.patch:
+    - Recent version of boost1.39 removed the redundant "-mt" decorations
+      from its libraries, it is no longer needed to link against the
+      mangled ones, thus removing the related patch (Closes: #545607).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sat, 19 Sep 2009 15:21:39 +0200
+
 python-visual (1:5.11-1) unstable; urgency=low
 
   * New upstream release.
diff -u python-visual-5.11/debian/patches/series python-visual-5.11/debian/patches/series
--- python-visual-5.11/debian/patches/series
+++ python-visual-5.11/debian/patches/series
@@ -3 +2,0 @@
-2001_use_multithreaded_boost.patch
reverted:
--- python-visual-5.11/debian/patches/2001_use_multithreaded_boost.patch
+++ python-visual-5.11.orig/debian/patches/2001_use_multithreaded_boost.patch
@@ -1,12 +0,0 @@
-diff --git a/src/Makefile.in b/src/Makefile.in
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -208,7 +208,7 @@
-  else
-     # Libtoolish rules.  These should apply to all POSIX-like systems.
-     CVISUAL_LIBS += $(filter-out $(_FILTER_OUT), $(GTK_LIBS) \
--       $(GTHREAD_LIBS) -lboost_python -lboost_thread -lboost_signals)
-+       $(GTHREAD_LIBS) -lboost_python-mt -lboost_thread-mt -lboost_signals-mt)
-     CXX_RULE = $(_LT_CXX_RULE)
-     LINK_RULE = $(_LT_LINKRULE)
-     PLATFORM_TARGET = cvisualmodule.la

Reply via email to