source: trunk/athena/lib/athdir/debian/control.in @ 24549

Revision 24549, 1.4 KB checked in by broder, 14 years ago (diff)
In libathdir, workaround a cdbs/libtool bug to make sure config.guess and config.sub are available.
Line 
1Source: debathena-libathdir
2Section: debathena/libs
3Priority: extra
4Maintainer: Debathena Project <debathena@mit.edu>
5Build-Depends: @cdbs@, autotools-dev, debathena-machtype
6Standards-Version: 3.8.4
7
8Package: debathena-libathdir0
9Section: debathena/libs
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}
12Description: The Athena directory location library
13 A library to implement machine-specific directory location on Athena.
14 .
15 This package contains the shared athdir library.
16
17Package: debathena-libathdir0-dbg
18Section: debathena/debug
19Architecture: any
20Depends: debathena-libathdir0 (= ${binary:Version}),
21 ${shlibs:Depends}, ${misc:Depends}
22Description: The Athena directory location library with debugging symbols
23 A library to implement machine-specific directory location on Athena.
24 .
25 This package contains an unstripped shared library. It will be used
26 automatically by gdb for debugging libathdir-related issues.
27
28Package: debathena-libathdir-dev
29Section: debathena/libdevel
30Architecture: any
31Provides: libathdir-dev
32Conflicts: debathena-libathdir (<< 9.4)
33Replaces: debathena-libathdir (<< 9.4)
34Depends: debathena-libathdir0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
35Description: Development files for the Athena directory location library
36 A library to implement machine-specific directory location on Athena.
37 .
38 This package contains headers and static libraries for development.
Note: See TracBrowser for help on using the repository browser.