diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-20 00:33:03 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-10-15 03:23:11 +0200 |
commit | b9885944b37d17006895adc522d2879bc75e69e7 (patch) | |
tree | b9f19689853d1608eb3bf609a07f40b1b5b4faff /ubuntu/maverick/kdebindings | |
parent | 37496e85e8b93f2a1756d2720b98cd617476458f (diff) | |
download | tde-packaging-b9885944b37d17006895adc522d2879bc75e69e7.tar.gz tde-packaging-b9885944b37d17006895adc522d2879bc75e69e7.zip |
Update tdebindings ruby build deps on Debian and Ubuntu
(cherry picked from commit e9964b9c2546e5338d916f5b71caf037d7a7710b)
Diffstat (limited to 'ubuntu/maverick/kdebindings')
-rw-r--r-- | ubuntu/maverick/kdebindings/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdebindings/debian/control b/ubuntu/maverick/kdebindings/debian/control index 1322de9c9..35567eec0 100644 --- a/ubuntu/maverick/kdebindings/debian/control +++ b/ubuntu/maverick/kdebindings/debian/control @@ -3,7 +3,7 @@ Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk, gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc], kdelibs4-trinity-dev (>= 4:3.5.9), libqt3-compat-headers (>= 3:3.3.5), - ruby, ruby1.8-dev, flex, bison, + ruby, ruby-dev, flex, bison, automake, autoconf, libtool, libltdl-dev Section: devel Priority: optional @@ -280,7 +280,7 @@ Architecture: any Section: interpreters Replaces: libqt0-ruby1.8-kde3 (<< 4:3.5.13) Breaks: libqt0-ruby1.8-kde3 (<< 4:3.5.13) -Depends: ruby1.8, ${shlibs:Depends} +Depends: ruby, ${shlibs:Depends} Description: Qt bindings for Ruby [Trinity] This package contains the files necessary for running and developing Ruby code using the Qt Ruby bindings. |