diff options
author | jcorgan | 2009-05-21 16:21:10 +0000 |
---|---|---|
committer | jcorgan | 2009-05-21 16:21:10 +0000 |
commit | e14e56d60663f96f8c72ae9df5c1aa4d765a0450 (patch) | |
tree | c6ed6a19c8890e1f428d74d43b2b9517ef14179b /debian | |
parent | 05b2d94b782947dcac66fdc5d497cb44f30c9d77 (diff) | |
download | gnuradio-e14e56d60663f96f8c72ae9df5c1aa4d765a0450.tar.gz gnuradio-e14e56d60663f96f8c72ae9df5c1aa4d765a0450.tar.bz2 gnuradio-e14e56d60663f96f8c72ae9df5c1aa4d765a0450.zip |
More dependency fixes
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11082 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 65e65b808..17f173325 100644 --- a/debian/control +++ b/debian/control @@ -195,7 +195,7 @@ Section: libdevel Architecture: any Replaces: libgnuradio-core0-dev Conflicts: libgnuradio-core0-dev -Depends: libgnuradio-core (= ${binary:Version}), libgruel-dev (= ${binary:Version}), libgnuradio-omnithread-dev (= ${binary:Version}), libboost-thread1.37-dev, libboost-date-time1.37-dev, libgsl0-dev, libfftw3-dev +Depends: libgnuradio-core (= ${binary:Version}), libgruel-dev (= ${binary:Version}), libgnuradio-omnithread-dev (= ${binary:Version}), libboost-thread1.37-dev, libboost-date-time1.37-dev, libgsl0-dev, libfftw3-dev, swig Description: The GNU Software Radio Core Library This package contains the core GNU Radio libraries. . @@ -491,7 +491,7 @@ Description: GNU Radio Radio Astronomy Applications Package: grc Architecture: any -Depends: python (>= 2.6), gnuradio, gnuradio-doc, usrp-doc +Depends: python (>= 2.6), gnuradio, gnuradio-doc, usrp-doc, python-lxml, python-cheetah, python-gtk2 Section: comm XB-Python-Version: 2.6 Description: The GNU Radio Companion |