git-big-picture 1.3.0-1 source package in Ubuntu

Changelog

git-big-picture (1.3.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Bump Standards-Version to 4.6.2.
    - Switch Testsuite from autopkgtest-pkg-python to
      autopkgtest-pkg-pybuild.
  * debian/copyright
    - Bump my copyright years.
  * debian/patches/privacy-breach.patch
    - New patch; don't use remote images in README.
  * debian/tests/control
    - Drop pytest; now handled by autodep8.

 -- Doug Torrance <email address hidden>  Fri, 08 Mar 2024 19:51:16 -0500

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
git-big-picture_1.3.0-1.dsc 2.4 KiB 846707ab2f54d2b5d9dd229a677d7581356c5941d6b941d36792dd4e194307cf
git-big-picture_1.3.0.orig.tar.gz 2.8 MiB cccbd3e35dfe6d0ce86d06079e80cf9219cb25f887c7a782e2808e740dc23c3a
git-big-picture_1.3.0-1.debian.tar.xz 4.8 KiB 6d836302d58ded94eca4b23e53284cd35f7433584bba632700db14ea2a011096

Available diffs

No changes file available.

Binary packages built by this source

git-big-picture: Visualization tool for Git repositories (executable)

 git-big-picture is a visualization tool for Git repositories. You can think of
 it as a filter that removes uninteresting commits from a DAG modelling a Git
 repository and thereby exposes the big picture: for example the hierarchy of
 tags and branches. git-big-picture supports convenience output options and can
 filter different classes of commits. It uses the Graphviz utility to render
 images that are pleasing to the eye.
 .
 This package contains the command-line tool.

python3-git-big-picture: Visualization tool for Git repositories (module)

 git-big-picture is a visualization tool for Git repositories. You can think of
 it as a filter that removes uninteresting commits from a DAG modelling a Git
 repository and thereby exposes the big picture: for example the hierarchy of
 tags and branches. git-big-picture supports convenience output options and can
 filter different classes of commits. It uses the Graphviz utility to render
 images that are pleasing to the eye.
 .
 This package contains the Python module.