Source: git-repo-updater
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools,
               python3-all, python3-colorama, python3-pytest, python3-git
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/earwig/git-repo-updater
Vcs-Browser: https://salsa.debian.org/python-team/applications/git-repo-updater
Vcs-Git: https://salsa.debian.org/python-team/applications/git-repo-updater.git

Package: python3-git-repo-updater
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Tool to update multiple git repositories at once (Python 3)
 gitup is a tool for updating multiple git repositories at once. It is
 smart enough to handle several remotes, dirty working directories,
 diverged local branches, detached HEADs, and more.
 .
 This package provides the Python 3 modules and the git-repo-updater script.
