diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-20 13:26:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-20 13:26:56 +0100 |
commit | 022989f8e890950900f195ffa9561cf9012e5349 (patch) | |
tree | 4cbbded10702beafe945da6300afb18650da4ee6 /debian/lenny | |
parent | 9b424e1dffc66a17f14e2be3ee3be20066699010 (diff) | |
download | tde-packaging-022989f8e890950900f195ffa9561cf9012e5349.tar.gz tde-packaging-022989f8e890950900f195ffa9561cf9012e5349.zip |
Putting exact python-tqt version in python-tqt-dev dependency on Debian and Ubuntu
Diffstat (limited to 'debian/lenny')
-rw-r--r-- | debian/lenny/dependencies/python-tqt/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lenny/dependencies/python-tqt/debian/control b/debian/lenny/dependencies/python-tqt/debian/control index 934079b2f..b5a28ecb3 100644 --- a/debian/lenny/dependencies/python-tqt/debian/control +++ b/debian/lenny/dependencies/python-tqt/debian/control @@ -104,7 +104,7 @@ Description: pyuic and pylupdate for TQt Linguist translation files from Python code. Package: python-tqt-dev -Depends: python-tqt, ${python:Depends}, ${misc:Depends} +Depends: python-tqt (= ${binary:Version}), ${python:Depends}, ${misc:Depends} Suggests: python-sip-tqt-dev Replaces: python-tqt-dev (<< 4:14.0.0~) Breaks: python-tqt-dev (<< 4:14.0.0~) |