source: trunk/third/moira/debian/control.in @ 23934

Revision 23934, 2.7 KB checked in by broder, 15 years ago (diff)
In moira, prefer newer versions of the Kerberized libraries over older ones.
Line 
1Source: debathena-moira
2Section: debathena/net
3Priority: extra
4Maintainer: Debathena Project <debathena@mit.edu>
5Build-Depends: @cdbs@, comerr-dev, libkrb5-dev, libhesiod-dev,
6 libzephyr-dev, libreadline-dev, libncurses-dev
7Standards-Version: 3.7.2
8
9Package: debathena-moira-clients
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}, libzephyr4-krb5 | libzephyr3-krb
12Description: Clients for the Moira database
13 Moira is the Athena Service Management system.  It serves as the
14 central repository for information about users, groups hosts, print
15 queues, and several other aspects of the Athena environment.
16 .
17 This package contains clients such as moira, stella, blanche, etc.
18
19Package: debathena-moira-update-server
20Architecture: any
21Depends: ${shlibs:Depends}, ${misc:Depends}, libzephyr4-krb5 |
22 libzephyr3-krb
23Description: Athena update_server
24 Moira is the Athena Service Management system.  It serves as the
25 central repository for information about users, groups hosts, print
26 queues, and several other aspects of the Athena environment.
27 .
28 This package contains the update_server daemon, which is used for
29 servers that automatically receive information dumps from moira.
30
31Package: debathena-libmoira0
32Section: debathena/lib
33Architecture: any
34Depends: ${shlibs:Depends}, ${misc:Depends}
35Description: The Moira library
36 Moira is the Athena Service Management system.  It serves as the
37 central repository for information about users, groups hosts, print
38 queues, and several other aspects of the Athena environment.
39 .
40 This package contains the shared Moira library.
41
42Package: debathena-libmoira0-dbg
43Section: debathena/libdevel
44Architecture: any
45Depends: debathena-libmoira0 (= ${binary:Version}), ${shlibs:Depends},
46 ${misc:Depends}
47Description: The Moira library - library with debugging symbols
48 Moira is the Athena Service Management system.  It serves as the
49 central repository for information about users, groups hosts, print
50 queues, and several other aspects of the Athena environment.
51 .
52 This package contains an unstripped shared library. It will be used
53 automatically by gdb for debugging libmoira-related issues.
54
55Package: debathena-libmoira-dev
56Section: debathena/libdevel
57Architecture: any
58Provides: libmoira-dev
59Depends: debathena-libmoira0 (= ${binary:Version}), ${shlibs:Depends},
60 ${misc:Depends}, comerr-dev, libkrb5-dev, libhesiod-dev,
61 libzephyr-dev, libzephyr4-krb5 | libzephyr3-krb
62Description: Development files for Moira library
63 Moira is the Athena Service Management system.  It serves as the
64 central repository for information about users, groups hosts, print
65 queues, and several other aspects of the Athena environment.
66 .
67 This package contains headers and static libraries for development.
Note: See TracBrowser for help on using the repository browser.