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

« back to all changes in this revision

Viewing changes to debian/control.m4

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