source: trunk/debathena/debathena/getcluster/debian/control @ 25869

Revision 25869, 618 bytes checked in by jdreed, 12 years ago (diff)
In getcluster: * Rewrite in Python and remove autogoo (Trac: #1037) * Actually quote shell output (Trac: #1037) * Add decision debugging with DEBUG_GETCLUSTER=yes * Convert to Debian native package * Bump compat level and Standards-Version * Depend on python-hesiod * Build-Depend on python-hesiod (for 'make check') * Convert to arch-indep package
Line 
1Source: debathena-getcluster
2Section: debathena/net
3Priority: extra
4Maintainer: Debathena Project <debathena@mit.edu>
5Build-Depends: debhelper (>= 7.0~)
6Standards-Version: 3.9.3
7
8Package: debathena-getcluster
9Architecture: all
10Provides: getcluster
11Depends: ${misc:Depends}, ${python:Depends}, python-hesiod
12Description: Retrieve service cluster info from Hesiod for Athena workstations
13 The getcluster program is used on all Athena workstations to find the
14 service cluster information for the workstation and writes a list of
15 environment variable assignments which can be used to initialize a
16 shell accordingly.
Note: See TracBrowser for help on using the repository browser.