diff options
author | Francois Andriot <francois.andriot@free.fr> | 2011-12-10 00:52:28 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2011-12-10 00:52:28 +0100 |
commit | 0b0d138bbc895c01e392bf3fd6c4e916a86935a5 (patch) | |
tree | 3bd01a9b7276d77c891e2f1d061c121599f00a7f /ubuntu/maverick_automake/libraries/pytdeextensions/debian/control | |
parent | 4368359c6192aaff174d4ec6fde1a8ae0682defa (diff) | |
parent | 947e6baf2df5b3171900c9acd928f06e0da77ac9 (diff) | |
download | tde-packaging-0b0d138bbc895c01e392bf3fd6c4e916a86935a5.tar.gz tde-packaging-0b0d138bbc895c01e392bf3fd6c4e916a86935a5.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick_automake/libraries/pytdeextensions/debian/control')
-rw-r--r-- | ubuntu/maverick_automake/libraries/pytdeextensions/debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/ubuntu/maverick_automake/libraries/pytdeextensions/debian/control b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/control new file mode 100644 index 000000000..14412fec1 --- /dev/null +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/control @@ -0,0 +1,45 @@ +Source: pytdeextensions-kde3 +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, kdelibs4c2a-kde3, libtool, + libxml2-utils, libxrandr-dev, libxxf86vm-dev, pyqt-tools, python-kde3-kde3, + python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) +Standards-Version: 3.8.3 + +Package: pytdeextensions-kde3 +Architecture: all +Depends: ${python:Depends} +Conflicts: pytdeextensions +Provides: ${python:Provides} +Description: Python packages to support KDE applications (scripts) [KDE3] + 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-kde3-dev +Architecture: any +Section: libdevel +Depends: libpythonize0-kde3 (= ${binary:Version}), python-dev +Description: Python packages to support KDE applications (development) [KDE3] + 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-kde3 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libpythonize0 +Description: Python packages to support KDE applications (library) [KDE3] + 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 |