diff options
Diffstat (limited to 'dilos/libraries/pytdeextensions/debian/control')
-rw-r--r-- | dilos/libraries/pytdeextensions/debian/control | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/dilos/libraries/pytdeextensions/debian/control b/dilos/libraries/pytdeextensions/debian/control new file mode 100644 index 000000000..fe9f6e5c4 --- /dev/null +++ b/dilos/libraries/pytdeextensions/debian/control @@ -0,0 +1,51 @@ +Source: pytdeextensions-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <[email protected]> +Uploaders: Fathi Boudra <[email protected]>, Mark Purcell <[email protected]> +Build-Depends: cdbs, debhelper (>= 7.0.50~), chrpath [!solaris-any], quilt, tdelibs14-trinity, libtool-bin | libtool (<< 2.4.2-1.11), libtool, + libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity, + python-tqt-dev, python-sip-tqt-dev, python-support (>= 0.6) | dh-python, python (>= 2.5), python-all-dev (>= 2.5) +Standards-Version: 3.8.4 + +Package: pytdeextensions-trinity +Architecture: all +Depends: ${python:Depends} +Replaces: pykdeextensions-trinity (<< 4:14.0.0~) +Breaks: pykdeextensions-trinity (<< 4:14.0.0~) +Conflicts: pykdeextensions +Provides: ${python:Provides} +Description: Python packages to support TDE applications (scripts) [Trinity] + PyTDE Extensions is a collection of software and Python packages + to support the creation and installation of TDE applications. + . + Homepage: http://www.simonzone.com/software/pytdeextensions + +Package: libpythonize0-trinity-dev +Architecture: any +Section: libdevel +Replaces: libpythonize0-trinity-dev (<< 4:14.0.0~) +Breaks: libpythonize0-trinity-dev (<< 4:14.0.0~) +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev +Description: Python packages to support TDE applications (development) [Trinity] + PyTDE Extensions is a collection of software and Python packages + to support the creation and installation of TDE applications. + . + This package contains the libpythonize development files. + . + Homepage: http://www.simonzone.com/software/pytdeextensions + +Package: libpythonize0-trinity +Architecture: any +Section: libs +Replaces: libpythonize0-trinity (<< 4:14.0.0~) +Breaks: libpythonize0-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libpythonize0 +Description: Python packages to support TDE applications (library) [Trinity] + PyTDE Extensions is a collection of software and Python packages + to support the creation and installation of TDE applications. + . + This package contains the libpythonize library files. + . + Homepage: http://www.simonzone.com/software/pytdeextensions |