~ubuntu-branches/ubuntu/utopic/tkrplot/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-07-21 07:48:03 UTC
  • mfrom: (1.2.8 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110721074803-nm1w2ac7ljr140n3
Tags: 0.0.22-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: gnu-r
3
3
Priority: optional
4
4
Maintainer: Dirk Eddelbuettel <edd@debian.org>
5
 
Build-Depends: debhelper (>> 4.1.0), cdbs, r-base-dev (>= 2.13.0), libx11-dev, tcl8.5-dev, tk8.5-dev
 
5
Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 2.13.1), libx11-dev, tcl8.5-dev, tk8.5-dev
6
6
Standards-Version: 3.9.1
7
7
 
8
8
Package: r-cran-tkrplot
9
9
Architecture: any
10
 
Depends: ${shlibs:Depends}, r-base-core (>= 2.13.0)
 
10
Depends: ${shlibs:Depends}, r-base-core (>= 2.13.1)
11
11
Description: GNU R embedded Tk plotting device package
12
12
 This CRAN package provides a Tk graphics device which enables embedding
13
13
 of GNU R plot() results inside a Tk widget.