From c9d9545a47b3b007114bf6e555dfbe717c2af6ca Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Thu, 30 Jan 2020 22:13:12 +0300 Subject: DilOS: tqscintilla build pack Signed-off-by: Denis Kozadaev (cherry picked from commit 07b9b5a102e02747a3cc806bd7dd61f0d7b5660f) --- dilos/dependencies/tqscintilla/debian/control | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 dilos/dependencies/tqscintilla/debian/control (limited to 'dilos/dependencies/tqscintilla/debian/control') diff --git a/dilos/dependencies/tqscintilla/debian/control b/dilos/dependencies/tqscintilla/debian/control new file mode 100644 index 000000000..2d58d1e3f --- /dev/null +++ b/dilos/dependencies/tqscintilla/debian/control @@ -0,0 +1,47 @@ +Source: tqscintilla +Section: libs +Priority: optional +Maintainer: Ricardo Javier Cardenes Medina +Uploaders: Torsten Marek +Build-Depends: debhelper (>= 7.0.50~), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev +Standards-Version: 3.8.4 + +Package: libtqscintilla7 +Section: libs +Architecture: any +Replaces: libtqscintilla7 (<< 4:14.0.0~) +Breaks: libtqscintilla7 (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +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 + when editing and debugging source code. + . + TQScintilla is a port or Scintilla to the TQt GUI toolkit. + +Package: libtqscintilla-dev +Section: libdevel +Architecture: any +Replaces: libtqscintilla-dev (<< 4:14.0.0~) +Breaks: libtqscintilla-dev (<< 4:14.0.0~) +Depends: libtqscintilla7 (>= ${source:Version}) +Description: TQt source code editing component - development files + 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. + . + TQScintilla is a port of Scintilla to the TQt GUI toolkit. These are the + development files (headers and static libs). + +Package: libtqscintilla-doc +Section: doc +Architecture: all +Replaces: libtqscintilla-doc (<< 4:14.0.0~) +Breaks: libtqscintilla-doc (<< 4:14.0.0~) +Suggests: libtqscintilla-dev +Description: TQt source code editing component - documentation + 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 contain HTML files describing TQScintilla classes. -- cgit v1.2.1