Package: qwt Version: 6.0.0-1 Severity: wishlist Tags: patch
Preparation for transitioning qt4-x11 to multi-arch are on progress. See http://wiki.debian.org/QtMultiarchTransition for details. The attached patch should support the transition for qwt. It would be appreciated if you would either upload the patch to experimental or ack an non-RC NMU for me to do it.
diff -Nru qwt-6.0.0/debian/changelog qwt-6.0.0/debian/changelog --- qwt-6.0.0/debian/changelog 2011-06-10 12:04:56.000000000 +0000 +++ qwt-6.0.0/debian/changelog 2012-03-04 20:10:48.000000000 +0000 @@ -1,3 +1,14 @@ +qwt (6.0.0-2) experimental; urgency=low + + * Update for multi-arch Qt + - Change install path for libqwt_designer_plugin.so in libqwt-dev.install + - Update build-depends version requirements for debhelper and libqt4-dev + - Add Multi-Arch: same and misc:Pre-Depends for libqwt6 + * Bump compat to 8 + * Bump standards version to 3.9.3 without further change + + -- Scott Kitterman <sc...@kitterman.com> Sun, 04 Mar 2012 15:05:30 -0500 + qwt (6.0.0-1) unstable; urgency=low * New upstream release (Closes: #624107): diff -Nru qwt-6.0.0/debian/compat qwt-6.0.0/debian/compat --- qwt-6.0.0/debian/compat 2011-06-10 08:18:54.000000000 +0000 +++ qwt-6.0.0/debian/compat 2012-03-04 20:11:40.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru qwt-6.0.0/debian/control qwt-6.0.0/debian/control --- qwt-6.0.0/debian/control 2011-06-10 12:49:34.000000000 +0000 +++ qwt-6.0.0/debian/control 2012-03-04 20:10:00.000000000 +0000 @@ -2,8 +2,8 @@ Priority: optional Maintainer: Fathi Boudra <f...@debian.org> Uploaders: Gudjon I. Gudjonsson <gud...@mc2.chalmers.se> -Build-Depends: debhelper (>= 7.4.15), libqt4-dev -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 8), libqt4-dev (>= 4.8.0~) +Standards-Version: 3.9.3 Section: libs Homepage: http://qwt.sourceforge.net @@ -25,6 +25,8 @@ Package: libqwt6 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same Description: Qt widgets library for technical applications (runtime) The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of diff -Nru qwt-6.0.0/debian/libqwt-dev.install qwt-6.0.0/debian/libqwt-dev.install --- qwt-6.0.0/debian/libqwt-dev.install 2011-06-10 10:05:17.000000000 +0000 +++ qwt-6.0.0/debian/libqwt-dev.install 2012-03-04 20:11:18.000000000 +0000 @@ -1,7 +1,7 @@ usr/include/qwt usr/lib/libqwt.so usr/lib/libqwtmathml.so -usr/lib/qt4/plugins/designer/libqwt_designer_plugin.so +usr/lib/*/qt4/plugins/designer/libqwt_designer_plugin.so usr/share/qt4/mkspecs/features/qwt.prf usr/share/qt4/mkspecs/features/qwtconfig.pri usr/share/qt4/mkspecs/features/qwtmathml.prf