summaryrefslogtreecommitdiff
path: root/tools/gator/debian/control
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-23 13:42:19 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-23 13:42:19 +0200
commit8bc478b8c8c63667b4809af36d7942de666593a0 (patch)
tree5ebb5c5b289999bc980e348403e1730ee4e31a00 /tools/gator/debian/control
parent2b24a2ac921ef485d58b922a2dd8dc7b7c0803a2 (diff)
parent09f333ed6069575a71fabc999c4dc39b6594d727 (diff)
Merge remote-tracking branch 'armlt/3.3-armlt-gator-5.10' into stable-ubuntu-ux500-3.3-1
Conflicts: drivers/Kconfig
Diffstat (limited to 'tools/gator/debian/control')
-rw-r--r--tools/gator/debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/gator/debian/control b/tools/gator/debian/control
new file mode 100644
index 00000000000..b6defbc6d02
--- /dev/null
+++ b/tools/gator/debian/control
@@ -0,0 +1,28 @@
+Source: gator
+Section: devel
+Priority: extra
+Maintainer: Pawel Moll <pawel.moll@arm.com>
+Build-Depends: debhelper (>= 7.0.5), vim-common
+Standards-Version: 3.9.2
+Homepage: http://www.arm.com/ds-5
+
+Package: gator
+Architecture: armhf
+Depends: ${misc:Depends}, gator-daemon (>= 5.9.0)
+Description: ARM Streamline gator
+ This meta-package depends on gator target packages required to use
+ ARM Streamline Performance Analyzer.
+
+Package: gator-daemon
+Architecture: armhf
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ARM Streamline gator daemon
+ The target-side daemon gathering data for ARM Streamline
+ Performance Analyzer.
+
+Package: arm-ds5-target
+Architecture: armhf
+Depends: ${misc:Depends}, gdbserver (>= 6.8), openssh-server | ssh-server, gator (>= 5.9.0)
+Description: ARM DS-5 target dependencies
+ This meta-package depends on all components required to receive
+ full ARM DS-5 experience.