yotta 0.20.5-6 source package in Ubuntu

Changelog

yotta (0.20.5-6) unstable; urgency=medium

  * d/clean:
    - Remove generated manpage files
  * d/control:
    - Declare compliance with Debian Policy 4.6.2
  * d/copyright:
    - Bump years of Debian copyright
  * d/patches:
    - Add patch fix-json-anchor (Closes: #1064692)

 -- Nick Morrott <email address hidden>  Fri, 19 Apr 2024 01:27:12 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yotta_0.20.5-6.dsc 2.3 KiB 161584f62e6411a48230d31fe629353eaa0db05dcd598e79ed578331ebcd2a34
yotta_0.20.5.orig.tar.xz 308.7 KiB ae9cc5c1f2097ba00ce8ea6f5129986de3e0855427c1fa02ddc32018bd30524a
yotta_0.20.5-6.debian.tar.xz 13.9 KiB b90f9b6e8bf094e3f69d3fe73a5006fccd8a55caae8b7fa4b413d454934d544c

Available diffs

No changes file available.

Binary packages built by this source

yotta: build tool for C/C++ projects using modular components

 yotta is a build tool to make it easier to build better C/C++ software by
 re-using modules. Modules can be published to the yotta registry to share
 with other people, or can be re-used privately in your own projects.
 .
 Whenever a project is built with yotta, a yotta build target is selected.
 Targets describe the platform that you're building for (such as an embedded
 IoT development board, or natively for Linux), and provide all the information
 that yotta and the modules you're using need to configure themselves correctly
 for that platform.
 .
 This package provides the yotta build system for Python 3.

yotta-doc: build tool for C/C++ projects using modular components (documentation)

 yotta is a build tool to make it easier to build better C/C++ software by
 re-using modules. Modules can be published to the yotta registry to share
 with other people, or can be re-used privately in your own projects.
 .
 Whenever a project is built with yotta, a yotta build target is selected.
 Targets describe the platform that you're building for (such as an embedded
 IoT development board, or natively for Linux), and provide all the information
 that yotta and the modules you're using need to configure themselves correctly
 for that platform.
 .
 This package provides the yotta documentation.