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

Revision 23939, 2.8 KB checked in by broder, 15 years ago (diff)
In moira: * Add a missing conflicts to make upgrades run more smoothly.
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
12Conflicts: debathena-moira-update-server (<= 4.0.0+cvs20090728-0debathena1)
13Description: Clients for the Moira database
14 Moira is the Athena Service Management system.  It serves as the
15 central repository for information about users, groups hosts, print
16 queues, and several other aspects of the Athena environment.
17 .
18 This package contains clients such as moira, stella, blanche, etc.
19
20Package: debathena-moira-update-server
21Architecture: any
22Depends: ${shlibs:Depends}, ${misc:Depends}, libzephyr4-krb5 |
23 libzephyr3-krb
24Description: Athena update_server
25 Moira is the Athena Service Management system.  It serves as the
26 central repository for information about users, groups hosts, print
27 queues, and several other aspects of the Athena environment.
28 .
29 This package contains the update_server daemon, which is used for
30 servers that automatically receive information dumps from moira.
31
32Package: debathena-libmoira0
33Section: debathena/lib
34Architecture: any
35Depends: ${shlibs:Depends}, ${misc:Depends}
36Description: The Moira library
37 Moira is the Athena Service Management system.  It serves as the
38 central repository for information about users, groups hosts, print
39 queues, and several other aspects of the Athena environment.
40 .
41 This package contains the shared Moira library.
42
43Package: debathena-libmoira0-dbg
44Section: debathena/libdevel
45Architecture: any
46Depends: debathena-libmoira0 (= ${binary:Version}), ${shlibs:Depends},
47 ${misc:Depends}
48Description: The Moira library - library with debugging symbols
49 Moira is the Athena Service Management system.  It serves as the
50 central repository for information about users, groups hosts, print
51 queues, and several other aspects of the Athena environment.
52 .
53 This package contains an unstripped shared library. It will be used
54 automatically by gdb for debugging libmoira-related issues.
55
56Package: debathena-libmoira-dev
57Section: debathena/libdevel
58Architecture: any
59Provides: libmoira-dev
60Depends: debathena-libmoira0 (= ${binary:Version}), ${shlibs:Depends},
61 ${misc:Depends}, comerr-dev, libkrb5-dev, libhesiod-dev,
62 libzephyr-dev, libzephyr4-krb5 | libzephyr3-krb
63Description: Development files for Moira library
64 Moira is the Athena Service Management system.  It serves as the
65 central repository for information about users, groups hosts, print
66 queues, and several other aspects of the Athena environment.
67 .
68 This package contains headers and static libraries for development.
Note: See TracBrowser for help on using the repository browser.