diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-23 19:07:00 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-23 19:07:00 -0500 |
commit | 85b66a39095d5b472e56c5bf21507175feab8a1f (patch) | |
tree | 3deb854945ead54e1b3d41ebdbc9568bc5b60911 /ubuntu/maverick | |
parent | dac1d74d6a65b286d01ed89496b0d7303add3718 (diff) | |
download | tde-packaging-85b66a39095d5b472e56c5bf21507175feab8a1f.tar.gz tde-packaging-85b66a39095d5b472e56c5bf21507175feab8a1f.zip |
Fix tdevelop dependencies
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/tdevelop/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/control b/ubuntu/maverick/tdevelop/debian/control index 4b07383ed..92f69f86d 100644 --- a/ubuntu/maverick/tdevelop/debian/control +++ b/ubuntu/maverick/tdevelop/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.8.4 Package: tdevelop-trinity Architecture: any -Depends: ${shlibs:Depends}, tdevelop-data-trinity (>= ${source:Version}), tdebase-trinity-bin +Depends: ${shlibs:Depends}, tdevelop-data-trinity (>= ${source:Version}), tdebase-trinity-bin, tdelibs-trinity-dev, g++ Replaces: kdevelop-kde3 (<< 4:14.0.0), kdevelop-trinity (<< 4:14.0.0) Breaks: kdevelop-kde3 (<< 4:14.0.0), kdevelop-trinity (<< 4:14.0.0) Recommends: tdevelop-trinity-doc, make, libtool, autoconf, automaken, gdb (>= 6.4) |