source: trunk/athena/bin/athrun/debian/control @ 26019

Revision 26019, 1.1 KB checked in by achernya, 11 years ago (diff)
In athrun: * attachandrun is architecture-independent, mark it appropraitely
Line 
1Source: debathena-athrun
2Section: debathena/net
3Priority: extra
4Maintainer: Debathena Project <debathena@mit.edu>
5Build-Depends: debhelper (>= 7), bash-completion, python-support
6Standards-Version: 3.9.3
7
8Package: debathena-athrun
9Architecture: all
10Provides: athrun
11Depends: ${misc:Depends}, debathena-attachandrun
12Description: An Athena utility for users to run a program from a locker
13 The athrun utility allows a user to robustly run a program from a
14 specified Athena locker.
15
16Package: debathena-gathrun
17Architecture: all
18Depends: ${misc:Depends}, debathena-attachandrun, zenity, debathena-machtype
19Description: An Athena utility to run GUI programs out of lockers from a menu
20 The gathrun utility allows a user to run a program from a specified
21 locker.  If the program does not exist, a dialog box is displayed
22 saying so (using gdialog).
23
24Package: debathena-attachandrun
25Architecture: all
26Provides: attachandrun
27Depends: ${misc:Depends}, ${python:Depends}, debathena-attach, python
28Description: An Athena utility for scripts to run a program from a locker
29 The attachandrun utility allows a script to robustly run a program from
30 a specified locker.
Note: See TracBrowser for help on using the repository browser.