~ubuntu-branches/ubuntu/edgy/gnustep-base/edgy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
divert(-1)

divert`'dnl
dnl --------------------------------------------------------------------------
Source: gnustep-base
Section: devel
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Eric Heintzmann <eric@gnustep.fr.st>, Hubert Chan <hubert@uhoreg.ca>
Standards-Version: 3.6.2.1
Build-Depends: debhelper (>= 4), gobjc (>= V_OBJC), gnustep-make (>= V_MAKE), libffcall1-dev (>= 1.10), libxml2-dev, libxslt1-dev, libssl-dev, zlib1g-dev, m4, libkvm-dev [KVM_ARCHS]
Build-Depends-Indep: texi2html, texinfo, tetex-bin
Build-Conflicts: libgmp3-dev

Package: gnustep-base-common
Section: libs
Architecture: any
Depends: gnustep-make (>= V_MAKE), timezoneconf, ${shlibs:Depends}, ${misc:Depends}
Suggests: gnustep-base-doc (= ${Source-Version})
Conflicts: gnustep-base1 (<< 1.9.2)
Description: GNUstep Base library - common files
 The GNUstep Base Library is a powerful fast library of general-purpose,
 non-graphical Objective C classes, inspired by the superb OpenStep API but
 implementing Apple and GNU additions to the API as well.
 .
 This package contains the common files needed by the GNUstep Base library.

Package: libgnustep-base`'SOV_BASE
Section: libs
Architecture: any
Depends: gnustep-base-common (>= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: gnustep-gui0 (<< 0.9.1), gnustep-base1 (<< 1.9.2)
Description: GNUstep Base library
 The GNUstep Base Library is a powerful fast library of general-purpose,
 non-graphical Objective C classes, inspired by the superb OpenStep API but
 implementing Apple and GNU additions to the API as well.  It includes for
 example classes for unicode strings, arrays, dictionaries, sets, byte
 streams, typed coders, invocations, notifications, notification dispatchers,
 scanners, tasks, files, networking, threading, remote object messaging
 support (distributed objects), event loops, loadable bundles, attributed
 unicode strings, xml, mime, user defaults.

Package: libgnustep-base`'SOV_BASE-dev
Provides: libgnustep-base-dev
Conflicts: gnustep-base1-dev, gnustep-base1 (<< 1.9.2), libgnustep-base-dev
Replaces: gnustep-base1-dev
Section: libdevel
Architecture: any
Depends: gnustep-base-common (= ${Source-Version}), gobjc (>= V_OBJC), FFI_DEVPKG, libxml2-dev, zlib1g-dev, libxslt1-dev, libssl-dev, ${shlibs:Depends}, ${misc:Depends}
Description: GNUstep Base header files and development libraries
 This package contains the header files and static libraries required
 to build applications against the GNUstep Base library.
 .
 Install this package if you wish to develop your own programs using
 the GNUstep Base Library.

ifdef(`WITH_DEBUG', `
Package: libgnustep-base`'SOV_BASE-dbg
Provides: libgnustep-base-dbg
Conflicts: gnustep-base1-dbg, libgnustep-base-dbg
Replaces: gnustep-base1-dbg
Section: libdevel
Architecture: any
Depends: gnustep-base-common (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: GNUstep Base library - debug version
 This package contains the shared library of the
 GNUstep Base Library compiled with debugging symbols.
 .
 You probably only need it if you want to compile debuggable
 GNUstep programs.
')

Package: gnustep-base-examples
Architecture: all
Depends: gnustep-base-common (= ${Source-Version})
Recommends: libgnustep-base`'SOV_BASE-dev (= ${Source-Version})
Description: Examples using the GNUstep Base Library
 This is the source for a few example (non-GUI) applications
 using the GNUstep Base Library.

Package: gnustep-base-doc
Section: doc
Architecture: all
Recommends: gnustep-base-common (= ${Source-Version})
Conflicts: gnustep-make (<< 1.7.3), gnustep-base-examples (<< 1.7.3)
Description: Documentation for the GNUstep Base Library
 This package contains text, gsdoc, PDF and HTML documentation for the
 GNUstep Base Library.