File: control

package info (click to toggle)
gnustep-make 2.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,292 kB
  • sloc: sh: 4,483; objc: 952; perl: 66; makefile: 33
file content (50 lines) | stat: -rw-r--r-- 1,805 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
Source: gnustep-make
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 (>= 11),
               gobjc++
Build-Depends-Indep: texinfo,
                     texlive-base,
                     texlive-latex-base
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-make
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-make.git
Homepage: http://gnustep.org

Package: gnustep-common
Architecture: any
Depends: ${misc:Depends}
Provides: gnustep-fslayout-fhs
Description: Common files for the core GNUstep environment
 This package contains the main GNUstep configuration file, common
 files, scripts and directory layout needed to run any GNUstep
 software.

Package: gnustep-make
Architecture: all
Depends: gnustep-common (>= ${source:Version}),
         gnustep-common (<< ${source:Version}.1~),
         gobjc,
         autotools-dev,
         ${misc:Depends},
         ${perl:Depends}
Suggests: gnustep-make-doc
Description: GNUstep build system
 This package contains the makefiles needed to compile any GNUstep
 software, and the GNUstep Test Framework used by GNUstep packages to
 build and run tests.

Package: gnustep-make-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Documentation for GNUstep Make
 This package contains the GNUstep Make manual in Info, HTML and PDF
 format.  Also included are several documents such as the GNUstep
 HOWTO, FAQ and explanation of the GNUstep filesystem which are useful
 to get familiar with the basic aspects of the GNUstep environment.