diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:52:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:52:09 -0600 |
commit | 9c2a621abb7ac80691924d0c169bfe4c6f97221c (patch) | |
tree | cb913e42b32f83a2c290c7f95b8482c5deda77b7 /debian/lenny/dependencies/tqscintilla/debian/control | |
parent | a46db2a2d768b06acb462858c8925c411f8616ee (diff) | |
download | tde-packaging-9c2a621abb7ac80691924d0c169bfe4c6f97221c.tar.gz tde-packaging-9c2a621abb7ac80691924d0c169bfe4c6f97221c.zip |
Add tqscintilla packaging files to Debian and Ubuntu
Diffstat (limited to 'debian/lenny/dependencies/tqscintilla/debian/control')
-rw-r--r-- | debian/lenny/dependencies/tqscintilla/debian/control | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/lenny/dependencies/tqscintilla/debian/control b/debian/lenny/dependencies/tqscintilla/debian/control new file mode 100644 index 000000000..b6651b56b --- /dev/null +++ b/debian/lenny/dependencies/tqscintilla/debian/control @@ -0,0 +1,42 @@ +Source: tqscintilla +Section: libs +Priority: optional +Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> +Uploaders: Torsten Marek <shlomme@debian.org> +Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools +Standards-Version: 3.7.2 + +Package: libtqscintilla7 +Section: libs +Architecture: any +Replaces: libtqscintilla6 +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: all +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 +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. |