File: control

package info (click to toggle)
renaissance 0.9.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,028 kB
  • sloc: objc: 12,332; makefile: 33; perl: 25
file content (120 lines) | stat: -rw-r--r-- 4,099 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
115
116
117
118
119
120
Source: renaissance
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders:
 Yavor Doganov <yavor@gnu.org>,
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
 gnustep-make (>= 2.9.3-2),
 libgnustep-gui-dev (>= 0.31.1-9),
Build-Depends-Indep:
 latex2html <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://gnustep.org
Vcs-Git: https://salsa.debian.org/gnustep-team/renaissance.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/renaissance

Package: librenaissance0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: GNUstep GUI Framework - library files
 Renaissance is a GNUstep development framework which runs on top of
 the GNUstep libraries.  It also works on top of the Apple Mac OS X
 Cocoa libraries, providing an opaque layer to write portable
 applications.

Package: librenaissance-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libgnustep-gui-dev,
 librenaissance0 (= ${binary:Version}),
 ${misc:Depends},
Recommends:
 renaissance-dev-tools,
 renaissance-doc,
Breaks:
 librenaissance0-dev (<< 0.9.0-6),
Replaces:
 librenaissance0-dev (<< 0.9.0-6),
Description: GNUstep GUI Framework - development files
 Renaissance is a GNUstep development framework which runs on top of
 the GNUstep libraries.  It also works on top of the Apple Mac OS X
 Cocoa libraries, providing an opaque layer to write portable
 applications.
 .
 GNUstep Renaissance allows you to describe your user interface in simple
 and intuitive XML files, using an open, standard format describing the
 logic of the interface.  At run-time, GNUstep Renaissance will then
 generate the user interfaces (using the native host OpenStep-like libraries)
 by reading the XML files.  The connections between the objects created
 from the XML files, and the other objects in the application are done
 via outlets (as traditionally in OpenStep); a new quick and intuitive
 syntax has been developed to make creating outlets as easy as possible.

Package: librenaissance0-dev
Section: oldlibs
Architecture: all
Depends:
 librenaissance-dev,
 ${misc:Depends},
Description: GNUstep GUI Framework - transitional package
 Renaissance is a GNUstep development framework which runs on top of
 the GNUstep libraries.
 .
 This is an empty transitional package which can be safely removed.

Package: renaissance-dev-tools
Section: devel
Architecture: any
Depends:
 librenaissance0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 librenaissance-dev,
Breaks:
 librenaissance0-dev (<< 0.9.0-6),
Replaces:
 librenaissance0-dev (<< 0.9.0-6),
Description: GNUstep GUI Framework - development tools (applications)
 Renaissance is a GNUstep development framework which runs on top of
 the GNUstep libraries.
 .
 GNUstep Renaissance allows you to describe your user interface in simple
 and intuitive XML files, using an open, standard format describing the
 logic of the interface.  At run-time, GNUstep Renaissance will then
 generate the user interfaces (using the native host OpenStep-like libraries)
 by reading the XML files.  The connections between the objects created
 from the XML files, and the other objects in the application are done
 via outlets (as traditionally in OpenStep); a new quick and intuitive
 syntax has been developed to make creating outlets as easy as possible.
 .
 This package contains the GSMarkupBrowser application which allows
 one to visualize the GUI of a ".gsmarkup" file and the
 GSMarkupLocalizableStrings application which extracts and reports
 localizable strings contained in a ".gsmarkup" file.

Package: renaissance-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
 ${misc:Depends},
Recommends:
 librenaissance-dev,
 w3m | www-browser,
Description: GNUstep GUI Framework - documentation
 Renaissance is a GNUstep development framework which runs on top of
 the GNUstep libraries.
 .
 This package include the Renaissance manual, tutorial and various
 examples.