mmake 2.3-9 source package in Ubuntu

Changelog

mmake (2.3-9) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Added Rules-Requires-Root: no.
      - Bumped Standards-Version to 4.6.0.
      - Updated Depends field to use "perl:any" to solve a Multiarch hinter.
      - Updated Homepage field to use https.
  * debian/copyright:
      - Added packaging rights for myself and Boyuan Yang.
      - Updated Format field to use https protocol.
      - Updated Upstream-Source field to use https.
  * debian/lintian-overrides: added override for a maintainer name.
  * debian/patches:
      - Renamed mmake-output-file.patch to 010_mmake-output-file.patch.
      - Renamed fix-manpage.patch to 020_fix-manpage.patch.
  * debian/salsa-ci.yml: created to provide CI tests for Salsa
  * debian/tests/control: created to perform a trivial CI test.
  * debian/upstream/metadata: created.
  * debian/watch: updated protocol to https.

 -- Guilherme de Paula Xavier Segundo <email address hidden>  Thu, 21 Apr 2022 12:05:15 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mmake_2.3-9.dsc 1.7 KiB b04fee5cc80b664b452f0e25cc6c555354c9e7ae013eb70ddf8c63fc5ea977f5
mmake_2.3.orig.tar.gz 53.5 KiB 1e1093dbac76e58a86dc78cae6b62a6e0ad1758098c5e3d1f42896d9a5258d40
mmake_2.3-9.debian.tar.xz 4.8 KiB c7c3b7c19efcdf4284ea8889b30b6603bab7f130ccc596f341676cd9bb2a794c

Available diffs

No changes file available.

Binary packages built by this source

mmake: 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.