[Python-modules-commits] r29734 - in packages/qscintilla2/trunk/debian (8 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Jul 13 02:44:22 UTC 2014


    Date: Sunday, July 13, 2014 @ 02:44:20
  Author: kitterman
Revision: 29734

* Add support for Qt designer plugin with Qt5
  - Add new binary, libqt5scintilla2-designer, in debian/control
  - Add qttools5-dev to build-depends
  - Update debian/rules
  - Merge debian/patches/designer_link_fix.patch into debian/patches/
    qt5_libname.patch and update for Qt5 name for designer plugin
* Wrap and sort
* Drop obsolete Breaks/Replaces

Modified:
  packages/qscintilla2/trunk/debian/changelog
  packages/qscintilla2/trunk/debian/control
  packages/qscintilla2/trunk/debian/copyright
  packages/qscintilla2/trunk/debian/libqscintilla2-doc.install
  packages/qscintilla2/trunk/debian/patches/qt5_libname.patch
  packages/qscintilla2/trunk/debian/patches/series
  packages/qscintilla2/trunk/debian/rules
Deleted:
  packages/qscintilla2/trunk/debian/patches/designer_link_fix.patch

Modified: packages/qscintilla2/trunk/debian/changelog
===================================================================
--- packages/qscintilla2/trunk/debian/changelog	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/changelog	2014-07-13 02:44:20 UTC (rev 29734)
@@ -1,3 +1,16 @@
+qscintilla2 (2.8.3+dfsg-3) UNRELEASED; urgency=medium
+
+  * Add support for Qt designer plugin with Qt5
+    - Add new binary, libqt5scintilla2-designer, in debian/control
+    - Add qttools5-dev to build-depends
+    - Update debian/rules
+    - Merge debian/patches/designer_link_fix.patch into debian/patches/
+      qt5_libname.patch and update for Qt5 name for designer plugin
+  * Wrap and sort
+  * Drop obsolete Breaks/Replaces
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 12 Jul 2014 20:41:23 -0400
+
 qscintilla2 (2.8.3+dfsg-2) unstable; urgency=medium
 
    * Patch designer-Qt4Qt5/designer.pro to explicitly link with the Qt4 version

Modified: packages/qscintilla2/trunk/debian/control
===================================================================
--- packages/qscintilla2/trunk/debian/control	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/control	2014-07-13 02:44:20 UTC (rev 29734)
@@ -1,8 +1,22 @@
 Source: qscintilla2
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Torsten Marek <shlomme at debian.org>, Gudjon I. Gudjonsson <gudjon at gudjon.org>, Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 9), libqt4-dev (>= 4:4.8.0~), python-all-dev (>= 2.6.6-3~), python-sip-dev (>= 4.10), python-qt4 (>= 4.8.3-3~), python-qt4-dev (>= 4.8.3-3~), python3-all-dev (>= 3.1.3-13~), python3-sip-dev, python3-pyqt4, qtbase5-dev, python3-pyqt5 (>= 5.3+dfsg-2~) [linux-any kfreebsd-any], pyqt5-dev [linux-any kfreebsd-any]
+Uploaders: Torsten Marek <shlomme at debian.org>,
+           Gudjon I. Gudjonsson <gudjon at gudjon.org>,
+           Scott Kitterman <scott at kitterman.com>
+Build-Depends: debhelper (>= 9),
+               libqt4-dev (>= 4:4.8.0~),
+               pyqt5-dev [linux-any kfreebsd-any],
+               python-all-dev (>= 2.6.6-3~),
+               python-qt4 (>= 4.8.3-3~),
+               python-qt4-dev (>= 4.8.3-3~),
+               python-sip-dev (>= 4.10),
+               python3-all-dev (>= 3.1.3-13~),
+               python3-pyqt4,
+               python3-pyqt5 (>= 5.3+dfsg-2~) [linux-any kfreebsd-any],
+               python3-sip-dev,
+               qtbase5-dev [linux-any kfreebsd-any],
+               qttools5-dev [linux-any kfreebsd-any]
 Standards-Version: 3.9.5
 Section: libs
 X-Python3-Version: >= 3.1
@@ -12,20 +26,24 @@
 
 Package: libqscintilla2-11
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqscintilla2-l10n (>= ${source:Upstream-Version})
+Depends: libqscintilla2-l10n (>= ${source:Upstream-Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Qt4 port of the Scintilla source code editing widget
- QScintilla is a text editor for Qt4 with features especially useful when 
- writing and debugging source code. These include support for syntax 
- styling, error indicators, code completion, call tips and margins. 
+ QScintilla is a text editor for Qt4 with features especially useful when
+ writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
  .
  Styling choices are more open than with many editors, allowing the use
  of proportional fonts, bold and italics, multiple foreground and background
  colours and multiple fonts.
 
 Package: libqt5scintilla2-11
-Architecture: linux-any kfreebsd-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5scintilla2-l10n (>= ${source:Upstream-Version})
+Architecture: kfreebsd-any linux-any
+Depends: libqt5scintilla2-l10n (>= ${source:Upstream-Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Qt5 port of the Scintilla source code editing widget
  QScintilla is a text editor for Qt5 with features especially useful when
@@ -40,8 +58,8 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: libqscintilla2-11
-Replaces: libqscintilla2-5, libqscintilla2-6, libqscintilla2-8, libqscintilla2-translations
-Breaks: libqscintilla2-5, libqscintilla2-6, libqscintilla2-8, libqscintilla2-translations
+Replaces: libqscintilla2-8
+Breaks: libqscintilla2-8
 Description: Scintilla source code editing widget for Qt4, translation files
  QScintilla is a text editor for Qt4 with features especially useful when
  writing and debugging source code. These include support for syntax
@@ -63,32 +81,51 @@
 Package: libqscintilla2-designer
 Section: misc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Enhances: qt4-designer
 Description: Qt4 Designer plugin for QScintilla 2
- QScintilla is a text editor for Qt4 with features especially useful when 
- writing and debugging source code. These include support for syntax 
- styling, error indicators, code completion, call tips and margins. 
- . 
- This package contains a plugin to use the QScintilla 2 widget in the 
+ QScintilla is a text editor for Qt4 with features especially useful when
+ writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
+ .
+ This package contains a plugin to use the QScintilla 2 widget in the
  Qt4 UI Designer.
 
+Package: libqt5scintilla2-designer
+Section: misc
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Enhances: qt-designer
+Description: Qt5 Designer plugin for QScintilla 2
+ QScintilla is a text editor for Qt5 with features especially useful when
+ writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
+ .
+ This package contains a plugin to use the QScintilla 2 widget in the
+ Qt5 UI Designer.
+
 Package: libqscintilla2-dev
 Section: libdevel
 Architecture: all
-Depends: libqscintilla2-11 (>= ${source:Upstream-Version}), libqscintilla2-11 (<< ${source:Upstream-Version}+1~), libqt4-dev, ${misc:Depends}
+Depends: libqscintilla2-11 (<< ${source:Upstream-Version}+1~),
+         libqscintilla2-11 (>= ${source:Upstream-Version}),
+         libqt4-dev,
+         ${misc:Depends}
 Description: Scintilla source code editing widget for Qt4, development files
- QScintilla is a text editor for Qt4 with features especially useful when 
- writing and debugging source code. These include support for syntax 
- styling, error indicators, code completion, call tips and margins. 
+ QScintilla is a text editor for Qt4 with features especially useful when
+ writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
  .
- This package contains development headers needed when developing 
+ This package contains development headers needed when developing
  C++ applications that use QScintilla 2.
 
 Package: libqt5scintilla2-dev
 Section: libdevel
-Architecture: linux-any kfreebsd-any
-Depends: libqt5scintilla2-11 (>= ${source:Upstream-Version}), libqt5scintilla2-11 (<< ${source:Upstream-Version}+1~), qtbase5-dev, ${misc:Depends}
+Architecture: kfreebsd-any linux-any
+Depends: libqt5scintilla2-11 (<< ${source:Upstream-Version}+1~),
+         libqt5scintilla2-11 (>= ${source:Upstream-Version}),
+         qtbase5-dev,
+         ${misc:Depends}
 Description: Scintilla source code editing widget for Qt5, development files
  QScintilla is a text editor for Qt5 with features especially useful when
  writing and debugging source code. These include support for syntax
@@ -100,43 +137,55 @@
 Package: libqscintilla2-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, libjs-jquery
+Depends: libjs-jquery, ${misc:Depends}
 Description: API documentation for QScintilla 2
  QScintilla is a text editor for Qt4 and Qt5 with features especially useful
- when writing and debugging source code. These include support for syntax 
- styling, error indicators, code completion, call tips and margins. 
- . 
+ when writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
+ .
  This package contains API documentation and usage examples for QScintilla 2
  with both Qt4 and Qt5.
 
 Package: python-qscintilla2
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python-qt4 (>= 4.8.3-3~), ${sip:Depends}, ${misc:Depends}
+Depends: python-qt4 (>= 4.8.3-3~),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         ${sip:Depends}
 Description: Python bindings for QScintilla 2
- QScintilla is a text editor for Qt4 with features especially useful when 
- writing and debugging source code. These include support for syntax 
- styling, error indicators, code completion, call tips and margins. 
- . 
+ QScintilla is a text editor for Qt4 with features especially useful when
+ writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
+ .
  This package contains Python bindings so QScintilla 2 can be used in
  PyQt4 applications.
 
 Package: python3-pyqt4.qsci
 Section: python
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, python3-pyqt4, ${sip3:Depends}, ${misc:Depends}
+Depends: python3-pyqt4,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
+         ${sip3:Depends}
 Description: Python 3 bindings for QScintilla 2 with Qt 4
- QScintilla is a text editor for Qt4 with features especially useful when 
- writing and debugging source code. These include support for syntax 
- styling, error indicators, code completion, call tips and margins. 
- . 
+ QScintilla is a text editor for Qt4 with features especially useful when
+ writing and debugging source code. These include support for syntax
+ styling, error indicators, code completion, call tips and margins.
+ .
  This package contains Python 3 bindings so QScintilla 2 can be used in
  PyQt4 applications.
 
 Package: python3-pyqt5.qsci
 Section: python
-Architecture: linux-any kfreebsd-any
-Depends: ${python3:Depends}, ${shlibs:Depends}, python3-pyqt5, ${sip3:Depends}, ${misc:Depends}
+Architecture: kfreebsd-any linux-any
+Depends: python3-pyqt5,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
+         ${sip3:Depends}
 Description: Python 3 bindings for QScintilla 2 with Qt 5
  QScintilla is a text editor for Qt5 with features especially useful when
  writing and debugging source code. These include support for syntax

Modified: packages/qscintilla2/trunk/debian/copyright
===================================================================
--- packages/qscintilla2/trunk/debian/copyright	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/copyright	2014-07-13 02:44:20 UTC (rev 29734)
@@ -6,23 +6,23 @@
 
     http://www.riverbankcomputing.co.uk/software/qscintilla/download
 
-Upstream Authors: 
+Upstream Authors:
 
     QScintilla 2 (under Qt3/, Qt4Qt5/, Python/ designer-Qt*/ and doc/html-Qt*/):
     Phil Thompson <phil at river-bank.demon.co.uk>
     Riverbank Computing Limited <info at riverbankcomputing.com>
-     
+
     Scintilla (under src/ include/ and doc/Scintilla):
-    Neil Hodgson <neilh at scintilla.org> 
-    
-Copyright: 
+    Neil Hodgson <neilh at scintilla.org>
 
+Copyright:
+
     QScintilla 2 (under Qt3/, Qt4Qt5/, Python/ designer-Qt*/ and doc/html-Qt*/):
     Copyright (c) 2012 Riverbank Computing Limited <info at riverbankcomputing.com>
- 
+
     Scintilla (under src/ include/ lexers/ lexlib/ and doc/Scintilla):
     Copyright 1998-2011 by Neil Hodgson <neilh at scintilla.org>
-    
+
     lexers/LexSML.cpp:// Copyright 2009 by James Moffatt and Yuzhou Xin
     lexers/LexSML.cpp:// Modified from LexCaml.cxx by Robert Roessler <robertr at rftp.com> Copyright 2005
     lexers/LexPowerShell.cpp:// Copyright 2008 by Tim Gerundt <tim at gerundt.de>
@@ -57,7 +57,7 @@
 
 License:
 
-QScintilla 2 (under Qt3/, Qt4/ and Python/): 
+QScintilla 2 (under Qt3/, Qt4/ and Python/):
 
     This file may be used under the terms of the GNU General Public
     License versions 2.0 or 3.0 as published by the Free Software
@@ -70,7 +70,7 @@
     certain additional rights. These rights are described in the Riverbank
     GPL Exception version 1.1, which can be found in the file
     GPL_EXCEPTION.txt in this package.
-    
+
     Please review the following information to ensure GNU General
     Public Licensing requirements will be met:
     http://trolltech.com/products/qt/licenses/licensing/opensource/. If
@@ -78,12 +78,12 @@
     review the following information:
     http://trolltech.com/products/qt/licenses/licensing/licensingoverview
     or contact the sales department at sales at riverbankcomputing.com.
-    
+
     This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
     INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
     A PARTICULAR PURPOSE. Trolltech reserves all rights not expressly
     granted herein.
-    
+
     This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
     WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -154,7 +154,7 @@
 Common Public License                   1.0
 Eclipse Public License                  1.0
 GNU Library or "Lesser"
-General Public License (LGPL)           2.0 or 2.1 
+General Public License (LGPL)           2.0 or 2.1
 Jabber Open Source License              1.0
 MIT License                             (as set forth in the addendum file)
 Mozilla Public License (MPL)            1.0 or 1.1
@@ -365,7 +365,7 @@
 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 --------------------------------------------------------------------------
 

Modified: packages/qscintilla2/trunk/debian/libqscintilla2-doc.install
===================================================================
--- packages/qscintilla2/trunk/debian/libqscintilla2-doc.install	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/libqscintilla2-doc.install	2014-07-13 02:44:20 UTC (rev 29734)
@@ -1,3 +1,3 @@
+
+../../Python/build-2.7/QScintilla2.api usr/share/qt4/api/python
 usr/share/qt4/qsci/*
-../../Python/build-2.7/QScintilla2.api usr/share/qt4/api/python
-

Deleted: packages/qscintilla2/trunk/debian/patches/designer_link_fix.patch
===================================================================
--- packages/qscintilla2/trunk/debian/patches/designer_link_fix.patch	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/patches/designer_link_fix.patch	2014-07-13 02:44:20 UTC (rev 29734)
@@ -1,24 +0,0 @@
-Description: Link Qt4 designer plugin with Qt4 library
-   * Patch designer-Qt4Qt5/designer.pro to explicitly link with the Qt4 version
-     of the qscintilla2 library to fix runtime inability to find qscintilla2
-     symbols (LP: #1314114)
-Author: Scott Kitterman <scott at kitterman.com>
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/753581
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/1314114
-Forwarded: not-needed
-Last-Update: 2014-07-11
-
---- qscintilla2-2.8.1.orig/designer-Qt4Qt5/designer.pro
-+++ qscintilla2-2.8.1/designer-Qt4Qt5/designer.pro
-@@ -8,8 +8,10 @@ CONFIG += release plugin qscintilla2
- 
- greaterThan(QT_MAJOR_VERSION, 4) {
-     QT += designer
-+    LIBS += -lqt5scintilla2
- } else {
-     CONFIG += designer
-+    LIBS += -lqscintilla2
- }
- 
- macx {

Modified: packages/qscintilla2/trunk/debian/patches/qt5_libname.patch
===================================================================
--- packages/qscintilla2/trunk/debian/patches/qt5_libname.patch	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/patches/qt5_libname.patch	2014-07-13 02:44:20 UTC (rev 29734)
@@ -1,9 +1,9 @@
 Rename library when built with Qt5 for co-installability.  Discussed with
 upstream, but not reviewed as they aren't particularly interested in it.
-Index: qscintilla2-2.8.2+dfsg/Qt4Qt5/qscintilla.pro
+Index: qscintilla2-2.8.3+dfsg/Qt4Qt5/qscintilla.pro
 ===================================================================
---- qscintilla2-2.8.2+dfsg.orig/Qt4Qt5/qscintilla.pro	2014-06-13 16:24:25.000000000 -0400
-+++ qscintilla2-2.8.2+dfsg/Qt4Qt5/qscintilla.pro	2014-06-14 10:48:56.699335616 -0400
+--- qscintilla2-2.8.3+dfsg.orig/Qt4Qt5/qscintilla.pro	2014-07-12 22:00:53.619873266 -0400
++++ qscintilla2-2.8.3+dfsg/Qt4Qt5/qscintilla.pro	2014-07-12 22:00:53.615873267 -0400
 @@ -41,6 +41,7 @@
  
  greaterThan(QT_MAJOR_VERSION, 4) {
@@ -12,10 +12,10 @@
  
      greaterThan(QT_MINOR_VERSION, 1) {
  	    macx:QT += macextras
-Index: qscintilla2-2.8.2+dfsg/Qt4Qt5/features/qscintilla2.prf
+Index: qscintilla2-2.8.3+dfsg/Qt4Qt5/features/qscintilla2.prf
 ===================================================================
---- qscintilla2-2.8.2+dfsg.orig/Qt4Qt5/features/qscintilla2.prf	2014-05-26 09:42:15.000000000 -0400
-+++ qscintilla2-2.8.2+dfsg/Qt4Qt5/features/qscintilla2.prf	2014-06-14 10:46:29.935339463 -0400
+--- qscintilla2-2.8.3+dfsg.orig/Qt4Qt5/features/qscintilla2.prf	2014-07-12 22:00:53.619873266 -0400
++++ qscintilla2-2.8.3+dfsg/Qt4Qt5/features/qscintilla2.prf	2014-07-12 22:00:53.615873267 -0400
 @@ -17,9 +17,18 @@
          win32: {
              LIBS += -lqscintilla2d
@@ -36,3 +36,19 @@
      LIBS += -lqscintilla2
 +        }
  }
+Index: qscintilla2-2.8.3+dfsg/designer-Qt4Qt5/designer.pro
+===================================================================
+--- qscintilla2-2.8.3+dfsg.orig/designer-Qt4Qt5/designer.pro	2014-07-12 22:00:53.619873266 -0400
++++ qscintilla2-2.8.3+dfsg/designer-Qt4Qt5/designer.pro	2014-07-12 22:02:44.863869980 -0400
+@@ -8,8 +8,11 @@
+ 
+ greaterThan(QT_MAJOR_VERSION, 4) {
+     QT += designer
++    TARGET = qt5scintillaplugin
++    LIBS += -lqt5scintilla2
+ } else {
+     CONFIG += designer
++    LIBS += -lqscintilla2
+ }
+ 
+ macx {

Modified: packages/qscintilla2/trunk/debian/patches/series
===================================================================
--- packages/qscintilla2/trunk/debian/patches/series	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/patches/series	2014-07-13 02:44:20 UTC (rev 29734)
@@ -4,4 +4,3 @@
 qt5_includes.patch
 qt5_libname.patch
 qsci_link.patch
-designer_link_fix.patch

Modified: packages/qscintilla2/trunk/debian/rules
===================================================================
--- packages/qscintilla2/trunk/debian/rules	2014-07-12 18:09:05 UTC (rev 29733)
+++ packages/qscintilla2/trunk/debian/rules	2014-07-13 02:44:20 UTC (rev 29734)
@@ -47,6 +47,8 @@
 	mkdir QSciQt5
 	cp -r Qt4Qt5/* QSciQt5
 	cd QSciQt5  && qmake -qt=qt5-$(DEB_HOST_MULTIARCH) QMAKE_STRIP="" DESTDIR=../QSciQt5
+	cp -r designer-Qt4Qt5 designer-Qt5
+	cd designer-Qt5 && qmake -qt=qt5-$(DEB_HOST_MULTIARCH) INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../QSciQt5 QMAKE_STRIP="" DESTDIR=../designer-Qt5
 endif
 	touch $@
 
@@ -79,6 +81,7 @@
 	cd designer-Qt4Qt5 && $(MAKE)
 ifeq ($(qt5), "yes")
 	cd QSciQt5 && $(MAKE)
+	cd designer-Qt5 && $(MAKE)
 endif
 	touch $@
 
@@ -96,13 +99,14 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-cd QSciQt4 && $(MAKE) distclean
+	-cd Qt4Qt5 && $(MAKE) distclean
 	-cd designer-Qt4Qt5 && $(MAKE) distclean
 
 	rm -rf Python/build*
 	rm -rf QSciQt4
 	rm -rf QSciQt5
 	rm -rf designer-Qt4
+	rm -rf designer-Qt5
 	rm -f *-stamp
 
 	dh_clean 
@@ -137,6 +141,7 @@
 	rm -rf $(CURDIR)/debian/libqt5scintilla2-$(SONAME)/usr/include
 	mv $(CURDIR)/debian/libqt5scintilla2-$(SONAME)/usr/lib/*.so $(CURDIR)/debian/libqt5scintilla2-dev/usr/lib
 	mv $(CURDIR)/debian/libqt5scintilla2-$(SONAME)/usr/share/qt5/mkspecs/features/* $(CURDIR)/debian/libqt5scintilla2-dev/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/features
+	cd designer-Qt5 && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/libqt5scintilla2-designer install
 	mkdir -p $(CURDIR)/debian/libqt5scintilla2-l10n/usr/share/qt5/translations
 	mv $(CURDIR)/debian/libqt5scintilla2-$(SONAME)/usr/share/qt5/translations/* $(CURDIR)/debian/libqt5scintilla2-l10n/usr/share/qt5/translations
 	mkdir -p $(CURDIR)/debian/libqscintilla2-doc/usr/share/qt5/qsci/api/python




More information about the Python-modules-commits mailing list