File: control

package info (click to toggle)
gnustep-dl2 0.12.0-15.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 7,480 kB
  • ctags: 908
  • sloc: objc: 61,752; makefile: 30
file content (84 lines) | stat: -rw-r--r-- 3,411 bytes parent folder | download
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
Source: gnustep-dl2
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Federico Gimenez Nieto <fgimenez@coit.es>, Eric Heintzmann <heintzmann.eric@free.fr>
Build-Depends: debhelper (>= 9),
               libgnustep-gui-dev (>= 0.25.0),
               libpq-dev,
               librenaissance0-dev,
               libsqlite3-dev,
               libgorm-dev,
               texinfo,
               texlive-latex-base,
               autotools-dev,
               imagemagick
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-gnustep/gnustep-dl2.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gnustep/gnustep-dl2.git
Homepage: http://www.gnustep.org/experience/GDL2.html

Package: gnustep-dl2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.17.14)
Recommends: libgnustep-dl2-dev
Description: Objective-C Classes needed for Database Access
 GNUstep Database Library Version 2 is needed by GNUstep applications that
 communicate with databases.  It's an implementation of Apple's
 Enterprise Objects Framework (EOF) v 3.0 (from NeXT), and Apple's
 WebObjects 4.5 interface.

Package: libgnustep-dl2-0d
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gnustep-dl2-postgresql-adaptor | gnustep-dl2-sqlite-adaptor
Replaces: gnustep-dl2 (<<0.12)
Conflicts: libgnustep-dl2-0
Description: bundle of runtime libraries for gnustep-dl2
 This package includes the EOAccess, EOInterface and EOControl runtime
 libraries.
 .
 GNUstep Database Library Version 2 is needed by GNUstep applications that
 communicate with databases.  It's an implementation of Apple's
 Enterprise Objects Framework (EOF) v 3.0 (from NeXT), and Apple's
 WebObjects 4.5 interface.

Package: libgnustep-dl2-dev
Architecture: any
Section: libdevel
Depends: libgnustep-dl2-0d (= ${binary:Version}), ${misc:Depends}, libgnustep-gui-dev
Replaces: gnustep-dl2 (<<0.12)
Description: development files for gnustep-dl2 runtime libraries
 Beside the headers and so symlinks for EOAccess, EOInterface and 
 EOControl libraries, the package includes the general gdl2.make
 .
 GNUstep Database Library Version 2 is needed by GNUstep applications that
 communicate with databases.  It's an implementation of Apple's
 Enterprise Objects Framework (EOF) v 3.0 (from NeXT), and Apple's
 WebObjects 4.5 interface.

Package: gnustep-dl2-postgresql-adaptor
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: gnustep-dl2 (<<0.12)
Description: gnustep-dl2 adaptor to connect to PostgreSQL
 This specific EOAdaptor project supports PostgreSQL 8.1 and higher
 .
 GNUstep Database Library Version 2 is needed by GNUstep applications that
 communicate with databases.  It's an implementation of Apple's
 Enterprise Objects Framework (EOF) v 3.0 (from NeXT), and Apple's
 WebObjects 4.5 interface.

Package: gnustep-dl2-sqlite-adaptor
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: gnustep-dl2 (<<0.12)
Description: gnustep-dl2 adaptor to connect to SQLite
 This specific EOAdaptor project supports SQLite 3.x and higher
 .
 GNUstep Database Library Version 2 is needed by GNUstep applications that
 communicate with databases.  It's an implementation of Apple's
 Enterprise Objects Framework (EOF) v 3.0 (from NeXT), and Apple's
 WebObjects 4.5 interface.