diff options
author | Slávek Banko <[email protected]> | 2021-12-06 17:03:21 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-08 16:33:54 +0100 |
commit | 90705472678fb9cadd54ef97824f0d64448f7a8e (patch) | |
tree | 94d02114bdb21602d0330de3c5c5d03bc2de945f /ubuntu/_base/dependencies/tqscintilla/debian/control | |
parent | 771a828960eb568f398810425f8383907a71a252 (diff) | |
download | tde-packaging-90705472678fb9cadd54ef97824f0d64448f7a8e.tar.gz tde-packaging-90705472678fb9cadd54ef97824f0d64448f7a8e.zip |
DEB tqscintilla: Switch to cmake.
Switch to common TDE cdbs rules.
Add definitions for multi-arch.
Move translations into a separate package.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ed97d1ce164a42bbb0f300615180f5ba7d0f766a)
Diffstat (limited to 'ubuntu/_base/dependencies/tqscintilla/debian/control')
-rw-r--r-- | ubuntu/_base/dependencies/tqscintilla/debian/control | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/ubuntu/_base/dependencies/tqscintilla/debian/control b/ubuntu/_base/dependencies/tqscintilla/debian/control index e89abba2a..9d4458b48 100644 --- a/ubuntu/_base/dependencies/tqscintilla/debian/control +++ b/ubuntu/_base/dependencies/tqscintilla/debian/control @@ -3,15 +3,17 @@ Section: libs Priority: optional Maintainer: TDE Debian Team <[email protected]> Uploaders: Torsten Marek <[email protected]> -Build-Depends: debhelper (>= 9~), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev Standards-Version: 3.8.4 Package: libtqscintilla7 Section: libs Architecture: any +Multi-Arch: same Replaces: libtqscintilla7 (<< 4:14.0.0~) Breaks: libtqscintilla7 (<< 4:14.0.0~) Depends: ${shlibs:Depends} +Recommends: libtqscintilla7-i18n Description: TQt source code editing component based on Scintilla Scintilla is a free source code editing component. It has features found in standard editing components, as well as features especially useful @@ -19,9 +21,23 @@ Description: TQt source code editing component based on Scintilla . TQScintilla is a port or Scintilla to the TQt GUI toolkit. +Package: libtqscintilla7-i18n +Section: libs +Architecture: all +Multi-Arch: foreign +Replaces: libtqscintilla7 (<< 4:14.0.12~) +Breaks: libtqscintilla7 (<< 4:14.0.12~) +Description: i18n files for TQScintilla library + Scintilla is a free source code editing component. It has features found + in standard editing components, as well as features especially useful + when editing and debugging source code. + . + This package contains the internationalization files for the TQScintilla library. + Package: libtqscintilla-dev Section: libdevel -Architecture: all +Architecture: any +Multi-Arch: foreign Replaces: libtqscintilla-dev (<< 4:14.0.0~) Breaks: libtqscintilla-dev (<< 4:14.0.0~) Depends: libtqscintilla7 (>= ${source:Version}) @@ -36,6 +52,7 @@ Description: TQt source code editing component - development files Package: libtqscintilla-doc Section: doc Architecture: all +Multi-Arch: foreign Replaces: libtqscintilla-doc (<< 4:14.0.0~) Breaks: libtqscintilla-doc (<< 4:14.0.0~) Suggests: libtqscintilla-dev |