diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-11 10:57:13 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-11 10:57:13 -0500 |
commit | c69475d8f2f2b50d776851ae591065fb1c1ca06e (patch) | |
tree | 5738c0c02309890273ca58ad21aca6d83a39fdb7 /debian | |
parent | 3fc6e68c13cfb5362309a100a1240d2329a46f1a (diff) | |
download | tde-packaging-c69475d8f2f2b50d776851ae591065fb1c1ca06e.tar.gz tde-packaging-c69475d8f2f2b50d776851ae591065fb1c1ca06e.zip |
Relax Ruby version requirements in tdebindings on Wheezy
Diffstat (limited to 'debian')
-rw-r--r-- | debian/wheezy/tdebindings/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/wheezy/tdebindings/debian/control b/debian/wheezy/tdebindings/debian/control index a60ef4874..9df9773a2 100644 --- a/debian/wheezy/tdebindings/debian/control +++ b/debian/wheezy/tdebindings/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], tdelibs4-trinity-dev, libtqt3-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 @@ -278,7 +278,7 @@ Architecture: any Section: interpreters Replaces: libqt0-ruby1.8-trinity (<< 4:14.0.0) Breaks: libqt0-ruby1.8-trinity (<< 4:14.0.0) -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. |