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 82 83 84 85
|
Source: aptly
Section: utils
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-tools-dev,
bash-completion,
golang-github-disposaboy-jsonconfigreader-dev,
golang-gopkg-h2non-filetype.v1-dev,
golang-github-aleksi-pointer-dev,
golang-github-awalterschulze-gographviz-dev,
golang-github-mkrautz-goar-dev,
golang-github-smira-go-xz-dev,
golang-github-smira-go-ftp-protocol-dev,
golang-github-smira-flag-dev,
golang-github-smira-commander-dev,
golang-gopkg-cheggaaa-pb.v1-dev,
golang-github-klauspost-compress-dev,
golang-github-mattn-go-shellwords-dev,
golang-github-smira-go-aws-auth-dev,
golang-github-wsxiaoys-terminal-dev,
golang-github-mxk-go-flowrate-dev,
golang-github-pborman-uuid-dev,
golang-github-kjk-lzma-dev,
golang-github-aws-aws-sdk-go-dev,
golang-github-gin-gonic-gin-dev,
golang-github-ncw-swift-dev,
golang-github-pkg-errors-dev,
golang-github-syndtr-goleveldb-dev,
golang-github-ugorji-go-codec-dev,
golang-golang-x-sys-dev,
golang-golang-x-crypto-dev,
golang-github-klauspost-pgzip-dev,
golang-github-cavaliergopher-grab-dev,
golang-github-prometheus-client-golang-dev,
golang-golang-x-time-dev,
golang-github-azure-azure-storage-blob-go-dev,
Standards-Version: 4.6.1
Homepage: https://www.aptly.info
Vcs-Git: https://salsa.debian.org/debian/aptly.git
Vcs-Browser: https://salsa.debian.org/debian/aptly
XS-Go-Import-Path: github.com/aptly-dev/aptly
Testsuite: autopkgtest-pkg-go
Package: aptly
Architecture: any
Depends: bzip2, xz-utils, gnupg, gpgv, ${shlibs:Depends}, ${misc:Depends}
Suggests: graphviz
Conflicts: gnupg1, gpgv1
Built-Using: ${misc:Built-Using}
Description: Swiss army knife for Debian repository management - main package
It offers several features making it easy to manage Debian package
repositories:
.
- make mirrors of remote Debian/Ubuntu repositories, limiting by
components/architectures
- take snapshots of mirrors at any point in time, fixing state of
repository at some moment of time
- publish snapshot as Debian repository, ready to be consumed by apt
- controlled update of one or more packages in snapshot from upstream
mirror, tracking dependencies
- merge two or more snapshots into one
.
This is the main package, it contains the aptly command-line utility.
Package: aptly-api
Architecture: any
Depends: ${misc:Depends}, aptly, adduser
Built-Using: ${misc:Built-Using}
Description: Swiss army knife for Debian repository management - API
It offers several features making it easy to manage Debian package
repositories:
.
- make mirrors of remote Debian/Ubuntu repositories, limiting by
components/architectures
- take snapshots of mirrors at any point in time, fixing state of
repository at some moment of time
- publish snapshot as Debian repository, ready to be consumed by apt
- controlled update of one or more packages in snapshot from upstream
mirror, tracking dependencies
- merge two or more snapshots into one
.
This package contains the aptly-api service.
|