~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2002-03-31 08:11:32 UTC
  • Revision ID: james.westby@ubuntu.com-20020331081132-xkajzuggw67rg348
Tags: 1.3.0-3
gdomap: Close stderr after forking (closes: #140077). The buildd did hang,
when installing the package. Therefore, urgency=high.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gnustep-base
 
2
Section: devel
 
3
Priority: optional
 
4
Maintainer: Debian GNUstep maintainers <GNUstep-maint@debian.org>
 
5
Uploaders: Chanop Silpa-Anan <chanop@debian.org>, Matthias Klose <doko@debian.org>
 
6
Standards-Version: 3.5.6
 
7
Build-Depends: gobjc-3.0 (>= 3.0.3-1), gnustep-make (>= 1.3.0), libffcall1-dev, libgmp3-dev, libxml2-dev, patch, awk, autoconf, debhelper (>= 3)
 
8
 
 
9
Package: gnustep-base1
 
10
Section: libs
 
11
Architecture: any
 
12
Depends: gnustep-make (>= 1.3.0), ${shlibs:Depends}
 
13
Suggests: gnustep-ssl
 
14
Conflicts: gstep-base, gstep-base0
 
15
Replaces: gstep-base, gstep-base0
 
16
Description: The GNUstep Base Library
 
17
 The GNUstep Base Library is a library of general-purpose, non-graphical
 
18
 Objective C objects. It provides functionality that aims to implement
 
19
 the non-graphical portion of the OpenStep standard.
 
20
 
 
21
Package: gnustep-base1-dev
 
22
Architecture: any
 
23
Depends: gnustep-base1 (= ${Source-Version}), gobjc-3.0 (>= 3.0.3-1), libffcall1-dev, libgmp3-dev, libxml2-dev
 
24
Conflicts: gstep-base-dev, gstep-base0-dev, gnustep-base-dev
 
25
Replaces: gstep-base-dev, gstep-base0-dev, gnustep-base-dev
 
26
Provides: gnustep-base-dev
 
27
Description: Header files and static libraries for the GNUstep Base
 
28
 This package contains the header files and static libraries for the
 
29
 GNUstep Base Library.
 
30
 .
 
31
 Install this package if you wish to develop your own programs using
 
32
 the GNUstep Base Library.
 
33
 
 
34
Package: gnustep-base1-dbg
 
35
Architecture: any
 
36
Depends: gnustep-base1 (= ${Source-Version})
 
37
Conflicts: gstep-base-dbg, gstep-base0-dbg
 
38
Replaces: gstep-base-dbg, gstep-base0-dbg
 
39
Description: Debugging versions for the GNUstep Base Library
 
40
 This package contains the shared library of the
 
41
 GNUstep Base Library compiled with debugging symbols.
 
42
 .
 
43
 Install this package if you wish to develop your own programs using
 
44
 the GNUstep Base Library.
 
45
 
 
46
Package: gnustep-base-examples
 
47
Architecture: all
 
48
Recommends: gnustep-base1-dev (= ${Source-Version})
 
49
Conflicts: gstep-base-examples
 
50
Replaces: gstep-base-examples
 
51
Description: Examples using the GNUstep Base Library
 
52
 This is the source for a few example (non-GUI) applications
 
53
 using the GNUstep Base Library.