diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-04-17 13:57:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-04-17 13:57:20 +0900 |
commit | 2d59086b104acd7b4711fd067c9bb4480158e6ab (patch) | |
tree | 7d3d9aff90930e65a491c055510aba94debc6da9 /ubuntu/precise/dependencies/tqscintilla/debian/control | |
parent | 55b519366b1dcd7ab5b2f1f720d275b33fc4bd49 (diff) | |
download | tde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.tar.gz tde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.zip |
Removed Ubuntu/precise folder
Diffstat (limited to 'ubuntu/precise/dependencies/tqscintilla/debian/control')
-rw-r--r-- | ubuntu/precise/dependencies/tqscintilla/debian/control | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/ubuntu/precise/dependencies/tqscintilla/debian/control b/ubuntu/precise/dependencies/tqscintilla/debian/control deleted file mode 100644 index caee85cd2..000000000 --- a/ubuntu/precise/dependencies/tqscintilla/debian/control +++ /dev/null @@ -1,47 +0,0 @@ -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, 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: all -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. |