diff options
author | Michele Calgaro <[email protected]> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/_base/applications/tde-style-qtcurve/debian/control | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-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 <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/tde-style-qtcurve/debian/control')
-rw-r--r-- | ubuntu/_base/applications/tde-style-qtcurve/debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/tde-style-qtcurve/debian/control b/ubuntu/_base/applications/tde-style-qtcurve/debian/control new file mode 100644 index 000000000..497bfb3e3 --- /dev/null +++ b/ubuntu/_base/applications/tde-style-qtcurve/debian/control @@ -0,0 +1,31 @@ +Source: tde-style-qtcurve-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <[email protected]> +XSBC-Original-Maintainer: Bastian Venthur <[email protected]> +Build-Depends: debhelper (>= 7.0.50~), quilt, tdelibs14-trinity-dev, cmake, cdbs +Standards-Version: 3.8.4 + +Package: tde-style-qtcurve-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: kde-style-qtcurve-kde3 (<< 4:14.0.0~), kde-style-qtcurve-trinity (<< 4:14.0.0~) +Breaks: kde-style-qtcurve-kde3 (<< 4:14.0.0~), kde-style-qtcurve-trinity (<< 4:14.0.0~) +Suggests: gtk2-engines-qtcurve +Provides: tde-style-qtcurve +Description: This is a set of widget styles for Trinity based apps + This package together with gtk2-engines-qtcurve aim to provide a unified look + and feel on the desktop when using TDE and Gnome applications. + . + This package is most useful when installed together with + gtk2-engines-qtcurve. + +Package: tde-style-qtcurve-trinity-dbg +Section: libdevel +Architecture: any +Priority: extra +Depends: tde-style-qtcurve-trinity (= ${source:Version}), tdelibs-trinity-dbg +Description: debugging symbols for tde-style-qtcurve-trinity + This package contains the debugging symbols associated with tde-style-qtcurve. + They will automatically be used by gdb for debugging tde-style-qtcurve-related + issues. |