summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/tqscintilla/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
commit11394aecd1f906fee2ebd2b90412aeba4651fbff (patch)
treebcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /debian/squeeze/dependencies/tqscintilla/debian/control
parentd24bd898174453b586ac90f2ef7a60165fa26fde (diff)
downloadtde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz
tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/squeeze/dependencies/tqscintilla/debian/control')
-rw-r--r--debian/squeeze/dependencies/tqscintilla/debian/control47
1 files changed, 0 insertions, 47 deletions
diff --git a/debian/squeeze/dependencies/tqscintilla/debian/control b/debian/squeeze/dependencies/tqscintilla/debian/control
deleted file mode 100644
index c92ea8db1..000000000
--- a/debian/squeeze/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 (>= 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: 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.