diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2011-12-14 15:50:42 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2011-12-14 15:50:42 -0500 |
commit | fc98476aef6bf17768cfc0450bd25ac967d01834 (patch) | |
tree | 7411b50fd18336185de9fb8520fd9154822020b4 /ubuntu/maverick/libraries/pytdeextensions/debian/control | |
parent | cc3f13111c121c8a39b9937bb2e1bf00207c9df0 (diff) | |
parent | e9bf572672fe20775479a10b426d32379f4185d0 (diff) | |
download | tde-packaging-fc98476aef6bf17768cfc0450bd25ac967d01834.tar.gz tde-packaging-fc98476aef6bf17768cfc0450bd25ac967d01834.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/libraries/pytdeextensions/debian/control')
-rw-r--r-- | ubuntu/maverick/libraries/pytdeextensions/debian/control | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/ubuntu/maverick/libraries/pytdeextensions/debian/control b/ubuntu/maverick/libraries/pytdeextensions/debian/control new file mode 100644 index 000000000..9a9301d42 --- /dev/null +++ b/ubuntu/maverick/libraries/pytdeextensions/debian/control @@ -0,0 +1,51 @@ +Source: pytdeextensions-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> +Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, + libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity, + python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python2.6, python2.6-dev +Standards-Version: 3.8.4 + +Package: pytdeextensions-trinity +Architecture: all +Depends: ${python:Depends} +Replaces: pytdeextensions-kde3 (<< 4:3.5.13) +Breaks: pytdeextensions-kde3 (<< 4:3.5.13) +Conflicts: pytdeextensions +Provides: ${python:Provides} +Description: Python packages to support KDE applications (scripts) [Trinity] + PyKDE Extensions is a collection of software and Python packages + to support the creation and installation of KDE applications. + . + Homepage: http://www.simonzone.com/software/pytdeextensions + +Package: libpythonize0-trinity-dev +Architecture: any +Section: libdevel +Replaces: libpythonize0-kde3-dev (<< 4:3.5.13) +Breaks: libpythonize0-kde3-dev (<< 4:3.5.13) +Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Description: Python packages to support KDE applications (development) [Trinity] + PyKDE Extensions is a collection of software and Python packages + to support the creation and installation of KDE applications. + . + This package contains the libpythonize development files. + . + Homepage: http://www.simonzone.com/software/pytdeextensions + +Package: libpythonize0-trinity +Architecture: any +Section: libs +Replaces: libpythonize0-kde3 (<< 4:3.5.13) +Breaks: libpythonize0-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libpythonize0 +Description: Python packages to support KDE applications (library) [Trinity] + PyKDE Extensions is a collection of software and Python packages + to support the creation and installation of KDE applications. + . + This package contains the libpythonize library files. + . + Homepage: http://www.simonzone.com/software/pytdeextensions |