diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-12-18 01:46:42 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-18 01:46:42 +0100 |
commit | 02d04ffbfeba4d68eea3befb83295763b567a472 (patch) | |
tree | f53cc6897784c60ac5a1b92e1979191ec5c50bbd /ubuntu | |
parent | fb019470a78a0a6edec57f491b4b8244a6ea85a8 (diff) | |
download | tde-packaging-02d04ffbfeba4d68eea3befb83295763b567a472.tar.gz tde-packaging-02d04ffbfeba4d68eea3befb83295763b567a472.zip |
Change dependency python-dev to python-all-dev in pytdeextensions on Debian and Ubuntu
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/libraries/pytdeextensions/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/precise/libraries/pytdeextensions/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/libraries/pytdeextensions/debian/control b/ubuntu/maverick/libraries/pytdeextensions/debian/control index 73d813acb..695fb6c89 100644 --- a/ubuntu/maverick/libraries/pytdeextensions/debian/control +++ b/ubuntu/maverick/libraries/pytdeextensions/debian/control @@ -26,7 +26,7 @@ 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-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-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. diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/control b/ubuntu/precise/libraries/pytdeextensions/debian/control index 73d813acb..695fb6c89 100644 --- a/ubuntu/precise/libraries/pytdeextensions/debian/control +++ b/ubuntu/precise/libraries/pytdeextensions/debian/control @@ -26,7 +26,7 @@ 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-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-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. |