File: control

package info (click to toggle)
gnustep-gui 0.28.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,836 kB
  • sloc: objc: 159,787; ansic: 20,703; cpp: 579; yacc: 464; makefile: 109; sh: 86
file content (114 lines) | stat: -rw-r--r-- 4,544 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
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
# -*-debian-control-*-
# NOTE: debian/control is generated from debian/templates/control.m4
Source: gnustep-gui
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Eric Heintzmann <heintzmann.eric@free.fr>,
           Gürkan Myczko <gurkan@phys.ethz.ch>,
           Yavor Doganov <yavor@gnu.org>
Section: gnustep
Priority: optional
Build-Depends: debhelper-compat (= 13),
               m4,
               libgnustep-base-dev (>= 1.27),
               libicns-dev,
               libjpeg-dev,
               libtiff-dev,
               libpng-dev,
               libgif-dev,
               libmagickcore-dev,
               libicu-dev,
               libaspell-dev,
               zlib1g-dev,
               libcups2-dev,
               libao-dev,
# Exclude architectures where pocketsphinx is not available.
               libpocketsphinx-dev [!mips64el !mipsel !s390x !alpha !hppa !ia64 !m68k !powerpc !ppc64 !sparc64],
               libsndfile1-dev,
               flite1-dev
Build-Depends-Indep: texinfo,
                     texlive-base,
                     texlive-latex-base,
                     gnustep-base-doc
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-gui
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-gui.git
Homepage: http://gnustep.org

Package: gnustep-gui-common
Architecture: all
Depends: gnustep-base-common (>= 1.27),
         ${misc:Depends}
Description: GNUstep GUI Library - common files
 The GNUstep GUI Library is a powerful library of graphical user interface
 classes written completely in the Objective-C language; the classes are
 based upon the OpenStep specification, and provide the user with a
 traditional nextstep-like look and feel.
 .
 This package contains the common files needed by the GNUstep GUI library.

Package: gnustep-gui-runtime
Architecture: any
Depends: gnustep-gui-common (= ${source:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: GNUstep GUI Library - runtime files
 The GNUstep GUI Library is a powerful library of graphical user interface
 classes written completely in the Objective-C language; the classes are
 based upon the OpenStep specification, and provide the user with a
 traditional nextstep-like look and feel.
 .
 This package contains the runtime support files needed by GNUstep GUI
 applications.

Package: libgnustep-gui0.28
Architecture: any
Section: libs
Depends: gnustep-gui-common (= ${source:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: gnustep-gui-runtime (= ${binary:Version})
Description: GNUstep GUI Library
 The GNUstep GUI library is a powerful library of graphical user interface
 classes written completely in the Objective-C language; the classes are
 based upon the OpenStep specification, and provide the user with a
 traditional nextstep-like look and feel.  The classes include graphical
 objects such as windows, menus, buttons, text fields, popup lists, browsers,
 scrollviews, splitviews, fonts, colors, images, events, pasteboards...
 You need the corresponding backend library package (gnustep-back) to use
 this package.

Package: libgnustep-gui-dev
Architecture: any
Section: libdevel
Depends: libgnustep-gui0.28 (= ${binary:Version}),
         gnustep-gui-runtime (= ${binary:Version}),
         libgnustep-base-dev (>= 1.27),
         ${misc:Depends}
Suggests: gnustep-gui-doc
Description: GNUstep GUI header files and static libraries
 The GNUstep GUI Library is a powerful library of graphical user interface
 classes written completely in the Objective-C language; the classes are
 based upon the OpenStep specification, and provide the user with a
 traditional nextstep-like look and feel.
 .
 This package contains the header files and static libraries required
 to build applications against the GNUstep GUI library.
 .
 Install this package if you wish to develop your own programs using
 the GNUstep GUI Library.

Package: gnustep-gui-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: gnustep-base-doc
Description: Documentation for the GNUstep GUI Library
 The GNUstep GUI Library is a powerful library of graphical user interface
 classes written completely in the Objective-C language; the classes are
 based upon the OpenStep specification, and provide the user with a
 traditional nextstep-like look and feel.
 .
 This package contains text, gsdoc, PDF and HTML documentation for the
 GNUstep GUI Library.