mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
3bbd61d75b
Gbp-Dch: Ignore
86 lines
3.5 KiB
Plaintext
86 lines
3.5 KiB
Plaintext
Source: aptly
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Sebastien Delafond <seb@debian.org>
|
|
Build-Depends: bash-completion,
|
|
debhelper-compat (= 13),
|
|
dh-golang,
|
|
golang-any,
|
|
golang-github-aleksi-pointer-dev,
|
|
golang-github-awalterschulze-gographviz-dev,
|
|
golang-github-aws-aws-sdk-go-dev,
|
|
golang-github-azure-azure-storage-blob-go-dev,
|
|
golang-github-cavaliergopher-grab-dev,
|
|
golang-github-disposaboy-jsonconfigreader-dev,
|
|
golang-github-gin-gonic-gin-dev,
|
|
golang-github-kjk-lzma-dev,
|
|
golang-github-klauspost-compress-dev,
|
|
golang-github-klauspost-pgzip-dev,
|
|
golang-github-mattn-go-shellwords-dev,
|
|
golang-github-mkrautz-goar-dev,
|
|
golang-github-mxk-go-flowrate-dev,
|
|
golang-github-ncw-swift-dev,
|
|
golang-github-pborman-uuid-dev,
|
|
golang-github-pkg-errors-dev,
|
|
golang-github-prometheus-client-golang-dev,
|
|
golang-github-smira-commander-dev,
|
|
golang-github-smira-flag-dev,
|
|
golang-github-smira-go-aws-auth-dev,
|
|
golang-github-smira-go-ftp-protocol-dev,
|
|
golang-github-smira-go-xz-dev,
|
|
golang-github-syndtr-goleveldb-dev,
|
|
golang-github-ugorji-go-codec-dev,
|
|
golang-github-wsxiaoys-terminal-dev,
|
|
golang-golang-x-crypto-dev,
|
|
golang-golang-x-sys-dev,
|
|
golang-golang-x-time-dev,
|
|
golang-golang-x-tools-dev,
|
|
golang-gopkg-cheggaaa-pb.v1-dev,
|
|
golang-gopkg-h2non-filetype.v1-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.
|