1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: dgit
Section: devel
Priority: optional
Maintainer: Debian tag2upload Delegates <dgit-owner@debian.org>
Uploaders:
Ian Jackson <ijackson@chiark.greenend.org.uk>,
Sean Whitton <spwhitton@spwhitton.name>
Standards-Version: 4.4.0.0
Build-Depends: debhelper-compat (= 12), gettext, po4a, tcl
Vcs-Git: https://salsa.debian.org/dgit-team/dgit.git
Vcs-Browser: https://salsa.debian.org/dgit-team/dgit
Package: dgit
Depends: perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
${misc:Depends}, git-buildpackage, liblist-moreutils-perl,
liblocale-gettext-perl,
coreutils (>= 8.23-1~),
libdigest-sha-perl, dput, curl, apt,
libjson-perl, ca-certificates,
libtext-iconv-perl, libtext-glob-perl, libwww-curl-perl,
libtext-csv-perl, python3
Recommends: ssh-client, distro-info-data, liburi-perl
Suggests: sbuild | pbuilder | cowbuilder
Architecture: all
Description: git interoperability with the Debian archive
dgit (with the associated infrastructure) makes it possible to
treat the Debian archive as a git repository.
.
dgit push constructs uploads from git commits
.
dgit clone and dgit fetch construct git commits from uploads.
Package: git-debrebase
Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts,
liblocale-gettext-perl,
${misc:Depends}
Recommends: dgit, git-buildpackage
Architecture: all
Description: rebasing git workflow tool for Debian packaging
git-debrebase is a tool for representing in git, and manipulating,
Debian packages based on upstream source code.
.
git-debrebase is an alternative to workflows including git-dpm,
gbp pq, and direct use of quilt patches.
Package: git-debpush
Depends: git, gpg, gpg-agent, libdpkg-perl, ${misc:Depends}
Replaces: devscripts (<< 2.25.18)
# No "Breaks: devscripts (<< 2.25.18)" because:
# - devscripts doesn't hard-depend on git-deborig
# - it would break installability of this .deb on anything older than
# forky, and we try to support installability on older Debian stable
# releases as much as possible.
# Also cf. <https://bugs.debian.org/592610#64>.
Architecture: all
Description: client script for git pushing to Debian-style archives
git-debpush is a script to create and push a specially formatted
signed git tag. The metadata in the tag indicates that the tagged
commit should be pushed (or "uploaded") to a Debian-style archive.
.
Tags generated by this script can be read by an intermediary service,
which performs any conversion that's needed (such as producing and
signing a .dsc and .changes), and then uploads the result to the
Debian-style archive on your behalf.
.
This package also ships git-deborig, a program which tries to produce
Debian orig.tar using git-archive(1). (This program used to be in the
'devscripts' package.)
Package: dgit-infrastructure
Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
libdpkg-perl,
liburi-perl, libmime-tools-perl,
liblocale-gettext-perl
Recommends: dgit (>= 11.7~)
Architecture: all
Description: dgit server backend infrastructure
This package contains tools which are useful for setting up a dgit
git depository. You probably want dgit, the client package, instead
of dgit-infrastructure.
|