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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: aptly
Section: utils
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: bash-completion,
debhelper-compat (= 13),
dh-golang,
golang-go,
golang-github-aleksi-pointer-dev,
golang-github-awalterschulze-gographviz-dev,
golang-github-aws-aws-sdk-go-v2-dev (>= 1.24.1),
golang-github-aws-smithy-go-dev,
golang-github-azure-azure-pipeline-go-dev,
golang-github-azure-azure-storage-blob-go-dev,
golang-github-beorn7-perks-dev,
golang-github-cavaliergopher-grab-dev,
golang-github-cespare-xxhash-dev,
golang-github-cheggaaa-pb.v3-dev,
golang-github-cloudflare-circl-dev,
golang-github-coreos-go-semver-dev,
golang-github-coreos-go-systemd-dev,
golang-github-disposaboy-jsonconfigreader-dev,
golang-github-gin-contrib-sse-dev,
golang-github-gin-gonic-gin-dev,
golang-github-gogo-protobuf-dev,
golang-snappy-go-dev,
golang-github-google-uuid-dev,
golang-github-go-playground-locales-dev,
golang-github-go-playground-universal-translator-dev,
golang-github-go-playground-validator-v10-dev,
golang-gopkg-h2non-filetype.v1-dev,
golang-github-hashicorp-errwrap-dev,
golang-github-hashicorp-go-multierror-dev,
golang-github-jlaffaye-ftp-dev,
golang-github-kjk-lzma-dev,
golang-github-klauspost-compress-dev,
golang-github-klauspost-pgzip-dev,
golang-github-leodido-go-urn-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-ieproxy-dev,
golang-github-mattn-go-isatty-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-mattn-go-shellwords-dev,
golang-github-mkrautz-goar-dev,
golang-github-munnerz-goautoneg-dev,
golang-github-mxk-go-flowrate-dev,
golang-github-ncw-swift-dev,
golang-github-pelletier-go-toml,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-golang-dev,
golang-github-prometheus-client-model-dev,
golang-github-prometheus-common-dev,
golang-github-prometheus-procfs-dev,
golang-github-protonmail-go-crypto-dev,
golang-github-rivo-uniseg-dev,
golang-github-rs-zerolog-dev (>= 1.29.1),
golang-github-saracen-walker-dev,
golang-github-smira-commander-dev,
golang-github-smira-flag-dev,
golang-github-smira-go-ftp-protocol-dev,
golang-github-smira-go-xz-dev,
golang-github-syndtr-goleveldb-dev,
golang-github-ugorji-go-codec,
golang-github-wsxiaoys-terminal-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev,
golang-golang-x-term-dev,
golang-golang-x-text-dev,
golang-golang-x-time-dev,
golang-google-genproto-dev,
golang-google-grpc-dev,
golang-google-protobuf-dev,
golang-gopkg-yaml.v2-dev,
golang-go.uber-multierr-dev,
golang-go.uber-zap-dev,
golang-etcd-server-dev (>= 3.5.15-7),
golang-gopkg-yaml.v3-dev,
Standards-Version: 4.7.0
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
Package: aptly
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, bzip2, xz-utils, gpgv, gpg
Conflicts: gnupg1, gpgv1
Suggests: graphviz
Built-Using: ${misc:Static-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
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.
|