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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
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>,
Yavor Doganov <yavor@gnu.org>,
Build-Depends:
debhelper-compat (= 13),
imagemagick,
libinterfacebuilder-dev (>= 1.4.0-6),
libpq-dev,
librenaissance-dev,
libsqlite3-dev,
postgresql <!nocheck>,
Build-Depends-Indep:
gnustep-base-doc <!nodoc>,
gnustep-gui-doc <!nodoc>,
texinfo <!nodoc>,
texlive-latex-base <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-dl2.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-dl2
Homepage: https://mediawiki.gnustep.org/index.php/GDL
Package: gnustep-dl2
Architecture: any
Depends:
libgnustep-dl2-0deb (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
gnustep-dl2-doc,
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.
.
This package contains the EOModelEditor application, the
eoutil/gdlgsdoc tools and the GDL2 palette for Gorm.
Package: gnustep-dl2-doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Breaks:
gnustep-dl2 (<< 0.12.0+git20171224-1~),
libgnustep-dl2-dev (<< 0.12.0+git20171224-1~),
Replaces:
gnustep-dl2 (<< 0.12.0+git20171224-1~),
libgnustep-dl2-dev (<< 0.12.0+git20171224-1~),
Description: GNUstep Database Library 2 (documentation)
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.
.
This package contains the GDL2Intro manual (in Info, HTML and PDF
format), the GDL2 libraries API reference and some examples.
Package: libgnustep-dl2-0deb
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
gnustep-dl2-postgresql-adaptor | gnustep-dl2-sqlite-adaptor,
Breaks:
libgnustep-dl2-0d,
steptalk-gdl2-module (<< 0.10.0+git20200629-3),
Replaces:
libgnustep-dl2-0d,
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
Multi-Arch: same
Section: libdevel
Depends:
libgnustep-dl2-0deb (= ${binary:Version}),
libgnustep-gui-dev,
${misc:Depends},
Suggests:
gnustep-dl2-doc,
Conflicts:
libsope-dev,
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
Multi-Arch: same
Depends:
libgnustep-dl2-0deb (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
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
Multi-Arch: same
Depends:
libgnustep-dl2-0deb (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
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.
|