repo 2.16.8-1 source package in Ubuntu

Changelog

repo (2.16.8-1) unstable; urgency=medium

  * New upstream release v2.16.8
  * Add debian/upstream/signing-key.asc
    - The key is from file repo.
  * debian/watch:
    - Check gpg key while download tag from git.
  * debian/rules:
    - Remove get-orig-source target since uscan is recommended now.
  * Cleanup debian/lintian-overrides and debian/upstream/metadata.

 -- Roger Shimizu <email address hidden>  Sun, 26 Sep 2021 18:25:32 +0900

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
repo_2.16.8-1.dsc 2.1 KiB b1ac1257d201f33133c0785682ed4e916c0257f0d0649eb9d7685af5e8cb41f2
repo_2.16.8.orig.tar.xz 168.0 KiB ab272965f8fb7334b860989c6ee42850926d2b32567479a23cfc1ca43408c2b9
repo_2.16.8-1.debian.tar.xz 9.2 KiB d1bfe29326cae9a61ddeaa82edc4e829977e366374ba62806199925bfd7e87f9

Available diffs

No changes file available.

Binary packages built by this source

repo: repository management tool built on top of git

 Repo is a repository management tool that the Android developers built on top
 of Git. Repo unifies the many Git repositories when necessary, does the
 uploads to the Android revision control system, and automates parts of the
 Android development workflow. Repo is not meant to replace Git, only to make
 it easier to work with Git in the context of Android. The repo command is an
 executable Python script that you can put anywhere in your path. In working
 with the Android source files, you will use Repo for across-network
 operations. For example, with a single Repo command you can download files
 from multiple repositories into your local working directory.
 .
 repo is an unusual tool because it downloads all of its own Python modules
 using GPG-signed git tags, and stores those files as part of the project that
 it is working with. So this package just provides the wrapper script, which
 provides the GPG signing keys for verifying that the correct Python code was
 downloaded.