File: control

package info (click to toggle)
mmake 2.3-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 403; makefile: 273; sh: 152; java: 17
file content (27 lines) | stat: -rw-r--r-- 1,054 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
Source: mmake
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Homepage: https://www.tildeslash.com/mmake/
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: default-jdk,
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/mmake
Vcs-Git: https://salsa.debian.org/debian/mmake.git

Package: mmake
Architecture: all
Multi-Arch: foreign
Depends: findutils (>= 4.0),
         java-common,
         perl:any,
         ${misc:Depends},
Recommends: default-jdk | java-compiler,
Description: Makefile generator for Java programs
 mmake will generate a master Makefile for your Java programs. This generated
 Makefile fully understands the subdirectories that are required if your
 program consists of multiple packages. mmake also automatically generates
 dependencies, and can use the C preprocessor for Java programs and generate
 javadoc documentation. mmake defaults to using Sun's javac from the jdk but
 can easily use guavac or a different GPL alternative as well.