File: control

package info (click to toggle)
gorm.app 1.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,084 kB
  • ctags: 475
  • sloc: objc: 35,734; makefile: 48; sh: 12
file content (64 lines) | stat: -rw-r--r-- 2,214 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
Source: gorm.app
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>,
	   Yavor Doganov <yavor@gnu.org>
Build-Depends: debhelper (>= 9),
	       libgnustep-gui-dev,
	       texlive-latex-base,
	       texlive-fonts-recommended,
	       cm-super-minimal,
	       texinfo,
	       imagemagick
Standards-Version: 3.9.8
Homepage: http://www.gnustep.org/experience/Gorm.html
Vcs-Git: https://anonscm.debian.org/git/pkg-gnustep/gorm.app.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gnustep/gorm.app.git

Package: gorm.app
Architecture: any
Depends: libgorm1 (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends},
	 ${gnustep:Depends}
Recommends: projectcenter.app
Description: Visual Interface Builder for GNUstep
 Gorm, the GNUstep Object Relationship Modeler, is a tool to build GUI
 interfaces for the GNUstep system.  It is a clone of the NeXTStep
 "Interface Builder" app. It works well with ProjectCenter to create
 GUI applications for GNUstep.
 .
 You can create .nib files that also work on Mac OS X and vice versa.

Package: libgorm-dev
Section: libdevel
Architecture: any
Depends: libgorm1 (= ${binary:Version}),
	 libgnustep-gui-dev,
	 ${misc:Depends},
	 ${gnustep:Depends}
Replaces: gorm.app (<< 1.2.20)
Breaks: gorm.app (<< 1.2.20)
Description: Clone of the InterfaceBuilder framework - development files
 Gorm, the GNUstep Object Relationship Modeler, is a tool to build GUI
 interfaces for the GNUstep system.  It is a clone of the NeXTStep
 "Interface Builder" app.
 .
 This package contains the development files of the Gorm library,
 allowing the creation of custom palettes and inspectors for Gorm.

Package: libgorm1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 ${gnustep:Depends}
Replaces: gorm.app (<< 1.2.20)
Breaks: gorm.app (<< 1.2.20)
Description: Clone of the InterfaceBuilder framework - runtime library
 Gorm, the GNUstep Object Relationship Modeler, is a tool to build GUI
 interfaces for the GNUstep system.  It is a clone of the NeXTStep
 "Interface Builder" app.
 .
 This package contains the shared Gorm library.